OBTIService.h

Go to the documentation of this file.
00001 #ifndef OBTIService_H
00002 #define OBTIService_H
00003 
00004 #include "OBT.h"
00005 
00006 namespace OBT
00007 {
00014         class OBT_API IService
00015         {
00016         public:
00017 
00021                 virtual ~IService() ;
00022 
00023         protected:
00024 
00028                 IService() ;
00029 
00030         private:
00031 
00035                 IService( const IService& ) ;
00036 
00040                 const IService& operator=( const IService& ) ;
00041         } ;
00042 }
00043 #endif //OBTIService_H

Generated on Wed Oct 1 11:34:05 2008 for OBT by  doxygen 1.5.3