00001 #include "TestLibrary.h" 00002 #include "TestRequest.h" 00003 #include "CalibrationController.h" 00004 00005 namespace SctCalibrationController { 00006 namespace Ipc { 00007 00008 TestLibrary::TestLibrary() : IPCObject<POA_Sct_CalibrationController::TestLibrary>() { 00009 std::cout << "create TestLibrary" << std::endl; 00010 } 00011 00012 } 00013 }