TestLibrary.cpp

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 }

Generated on Mon Feb 6 14:01:34 2006 for SCT DAQ/DCS Software - C++ by  doxygen 1.4.6