00001 #ifndef ARCHIVINGSERVICE_H 00002 #define ARCHIVINGSERVICE_H 00003 00004 #include <is/isinfo.h> 00005 00006 namespace SctArchivingServiceFit { 00007 00008 class ArchivingServiceFit { 00009 public: 00010 ArchivingServiceFit(); 00011 void runFit(); 00012 static void ISCallbackFit(ISCallbackInfo * isc); 00013 void archiveFit(ISCallbackInfo * isc); 00014 }; 00015 00016 } 00017 00018 #endif //#ifndef ARCHIVINGSERVICE_H