The Interface Abstract Base Class is used only as a parent class for the Interface1Impl (Generated Service Implementation) class and the Interface1 (Generated Service Request) class.
Module1 · Interface1 (Abstract Base Class)
This section lists the member functions of Interface Abstract Base Class
| Member Function | Access | Documented in |
|---|---|---|
|
|
public |
Interface Abstract Base Class |
Operation1
Operation1 is the member function deferred for implementation by the generated sub-class.
Synopsis
virtual Operation1Reply* Operation1(char* parameter1)
throw(TuxException*, Operation1Exception*) = 0
Parameters
parameter1
Operation1Reply*
TuxException*
TuxException.
Operation1Exception*
No objects of this class are ever instantiated. It is used solely as an abstract base class, and implementation of the member function is deferred to the Interface1Impl (Generated Service Implementation) class and the Interface1 (Generated Service Request) class.