• Classes
  • Modules
  • Namespaces
  • Files
  • Related Pages
  • File List
  • File Members

testCDBProps.h

Go to the documentation of this file.
00001 #ifndef __cplusplus
00002 #error This is a C++ include file and cannot be used from plain C
00003 #endif
00004 
00005 #ifndef _CDB_PROPS_H_
00006 #define _CDB_PROPS_H
00007 
00008 #include <acscomponentImpl.h>
00009 
00010 #include "CDBPropsS.h"
00011 
00012 class CDBPropsCompImpl:
00013         virtual public POA_CDB_PROPS::cdbProps, 
00014         virtual public acscomponent::ACSComponentImpl
00015 {
00016         public:
00017                 CDBPropsCompImpl(const ACE_CString &name, 
00018                                 maci::ContainerServices *containerServices);
00019 
00020                 virtual CORBA::Long runTest(); 
00021 
00022                 virtual ~CDBPropsCompImpl();
00023 };
00024 
00025 #endif

Generated on Thu Jan 12 2012 23:13:51 for ACS-10.0 C++ API by  doxygen 1.7.0