The Interface Abstract Base Class is used only as a parent class for the Interface1
Impl
(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
Operation1
Reply
* Operation1
(char* parameter1
)
throw(TuxException*
, Operation1
Exception*
) = 0
Parameters
parameter1
Operation1
Reply*
TuxException*
TuxException
.
Operation1
Exception*
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 Interface1
Impl
(Generated Service Implementation) class and the Interface1
(Generated Service Request) class.