Inherits CISVAPIBase.
Inherited by CPhoneId, and CSubscriberId.
Public Member Functions | |
CISVAPISync (MExecSync *aController, TTelISVExampleType aExampleType) | |
virtual void | ExampleComplete () |
Extended class providing functionality for objects to make Etel 3rd party function calls and interact with their owning class.
Definition at line 43 of file CISVAPISync.h.
CISVAPISync::CISVAPISync | ( | MExecSync * | aController, | |
TTelISVExampleType | aExampleType | |||
) |
Constructor.
aController | iController is set to point to this object | |
aExampleType | The type of the derived class that has extended the functionality of this class |
Definition at line 25 of file CISVAPISync.cpp.
void CISVAPISync::ExampleComplete | ( | ) | [virtual] |
Calls ExecComplete() through the iController instance.
Definition at line 34 of file CISVAPISync.cpp.