Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

BasicOrbRunStrategy.h

Go to the documentation of this file.
00001 00030 #ifndef BASICORBRUNSTRATEGY_H 00031 #define BASICORBRUNSTRATEGY_H 00032 00033 #include "OrbRunStrategy.h" 00034 00050 class BasicOrbRunStrategy : virtual public OrbRunStrategy 00051 { 00052 public: 00055 BasicOrbRunStrategy(); 00056 00059 virtual ~BasicOrbRunStrategy(); 00060 00076 protected: 00077 virtual void _apply( 00078 SysHook* sys_hook, 00079 ConfMap& config 00080 ) 00081 throw(std::logic_error, 00082 std::runtime_error, 00083 CORBA::SystemException 00084 ); 00085 00086 00087 }; 00088 00089 #endif