00001 #ifndef TESTLIBRARY_H 00002 #define TESTLIBRARY_H 00003 00004 #include "CalibrationController.hh" 00005 #include <boost/utility.hpp> 00006 #include <ipc/object.h> 00007 00008 namespace SctCalibrationController { 00009 namespace Ipc { 00010 00011 class TestRequestImpl; 00012 00013 class TestLibrary : 00014 public IPCObject<POA_Sct_CalibrationController::TestLibrary>, 00015 boost::noncopyable { 00016 public: 00017 protected: 00018 protected: 00019 TestLibrary(); 00020 }; 00021 } 00022 } 00023 00024 #endif //TESTLIBRARY_H