UniSet  2.6.0
TestProc.h
00001 // -----------------------------------------------------------------------------
00002 #ifndef TestProc_H_
00003 #define TestProc_H_
00004 // -----------------------------------------------------------------------------
00005 #include "TestProc_SK.h"
00006 // -----------------------------------------------------------------------------
00007 class TestProc:
00008     public TestProc_SK
00009 {
00010     public:
00011         TestProc( uniset::ObjectId id, xmlNode* confnode );
00012         virtual ~TestProc();
00013 
00014         bool isFullQueue();
00015 
00016     protected:
00017         TestProc();
00018 
00019     private:
00020 };
00021 // -----------------------------------------------------------------------------
00022 #endif // TestProc_H_
00023 // -----------------------------------------------------------------------------