Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Implement virtual methods from ancestors
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Maxim
Ketchup Master

59 Posts

Posted - Oct 14 2011 :  12:17:57 PM  Show Profile  Reply with Quote
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.

feline
Whole Tomato Software

United Kingdom
18750 Posts

Posted - Oct 14 2011 :  1:49:53 PM  Show Profile  Reply with Quote
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.

zen is the art of being at one with the two'ness
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Aug 09 2012 :  01:48:46 AM  Show Profile  Reply with Quote
case=52138 is implemented in build 1912

Whole Tomato Software, Inc.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000