Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Implement virtual methods from ancestors

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Maxim Posted - Oct 14 2011 : 12:17:57 PM
If I have this:

class A
{
public:
	void foo() = 0;
};

class B: public A
{

};

class C: public B
{

};


..."implement virtual methods" on C finds nothing to do. I'd expect to see void foo() as an option.
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Aug 09 2012 : 01:48:46 AM
case=52138 is implemented in build 1912
feline Posted - Oct 14 2011 : 1:49:53 PM
We are looking to make this change:

case=52138

The initial version of this refactoring only does the immediate base class, as you are finding, but we always planned to extend it. We just need to do so reliably.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000