ACE_Shared_Object Class Reference

Provide the abstract base class used to access dynamic linking facilities. More...

#include <Shared_Object.h>

Inheritance diagram for ACE_Shared_Object:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ACE_Shared_Object (void)
 Constructor.
virtual ~ACE_Shared_Object (void)
 Destructor.
virtual int init (int argc, ACE_TCHAR *argv[])
 Initializes object when dynamic linking occurs.
virtual int fini (void)
 Terminates object when dynamic unlinking occurs.
virtual int info (ACE_TCHAR **info_string, size_t length=0) const
 Returns information on a service object.

Detailed Description

Provide the abstract base class used to access dynamic linking facilities.


Constructor & Destructor Documentation

ACE_Shared_Object::ACE_Shared_Object ( void   ) 

Constructor.

ACE_Shared_Object::~ACE_Shared_Object ( void   )  [virtual]

Destructor.


Member Function Documentation

int ACE_Shared_Object::fini ( void   )  [virtual]
int ACE_Shared_Object::info ( ACE_TCHAR **  info_string,
size_t  length = 0 
) const [virtual]
virtual int ACE_Shared_Object::init ( int  argc,
ACE_TCHAR argv[] 
) [virtual]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Fri Sep 11 03:58:08 2009 for ACE by  doxygen 1.6.1