ACE_XML_Svc_Conf Class ReferenceThis abstract class defines the common operations ACE_Service_Config expects when using the XML Service Config Parser. More...
Detailed DescriptionThis abstract class defines the common operations ACE_Service_Config expects when using the XML Service Config Parser.When implementing a concret XML_Svc_Conf class, be sure to overload the new/delete function so the dynamically created concret XML_Svc_Conf instance can be deleted from the original heap in the DLL/SO. The concret XML_Svc_Conf implementation will be put into a DLL/SO that ACE applications can link to dynamically using the ACE_DLL class. This DLL should include an operation as follow: extern "C" ACE_XML_Svc_Conf_Parser * _ACEXML_create_XML_Svc_Conf_Object (void); Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:18:14 2008 for ACE by 1.5.5 |