#include <bulkDataReceiverEx2Impl.h>
Inheritance diagram for BulkDataReceiverEx2Impl< TCallback >:
Public Member Functions | |
BulkDataReceiverEx2Impl (const ACE_CString &name, maci::ContainerServices *containerServices) | |
virtual | ~BulkDataReceiverEx2Impl () |
void | cleanUp () |
virtual void | setParam (const CORBA::Any ¶m) |
virtual void | myMethod () |
|
Constructor
|
|
Destructor |
|
Called after the last functional call to the component has finished. The component should then orderly release resources etc. If this method is overwritten in a subclass, the developer has to make sure that all cleanup performed by the implementation of the base class take place. The best way to do this is to call the implementation of the base itself explicitly, as would be done implicitly in a destructor chain.
Reimplemented from BulkDataReceiverImpl< TCallback >.
|
|
|
|
|