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
 Refactoring signatures in ATL COM controls
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

xMRi
Tomato Guru

Germany
315 Posts

Posted - Feb 06 2008 :  03:11:27 AM  Show Profile  Reply with Quote
I want to refactor the signature from a COM interface in an ATL class.

The class declaration shows:
STDMETHOD(GetDialMode)(BSTR bstrCampaignCode);

I want to change it to
STDMETHOD(GetDialMode)(BSTR bstrCampaignCode, int *piDialMode);

VAX changes the signatur in the definition from
STDMETHODIMP CMyClass::GetMinRingCount(BSTR bstrCampaignCode)

to:
STDMETHOD( CMyClass::GetMinRingCount(BSTR bstrCampaignCode, int *piMinRingCount)






Martin Richter [rMVP] WWJD http://blog.m-ri.de
"A well-written program is its own heaven; a poorly written
program is its own hell!" The Tao of Programming

feline
Whole Tomato Software

United Kingdom
18958 Posts

Posted - Feb 06 2008 :  08:22:01 AM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=12386

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

support
Whole Tomato Software

5566 Posts

Posted - Jul 20 2011 :  01:54:42 AM  Show Profile  Reply with Quote
case=12386 is fixed in build 1854

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