UniSet  2.6.0
MQPerfTest/TestProc.h
1 // -----------------------------------------------------------------------------
2 #ifndef TestProc_H_
3 #define TestProc_H_
4 // -----------------------------------------------------------------------------
5 #include "TestProc_SK.h"
6 // -----------------------------------------------------------------------------
7 class TestProc:
8  public TestProc_SK
9 {
10  public:
11  TestProc( uniset::ObjectId id, xmlNode* confnode );
12  virtual ~TestProc();
13 
14  bool isFullQueue();
15 
16  protected:
17  TestProc();
18 
19  private:
20 };
21 // -----------------------------------------------------------------------------
22 #endif // TestProc_H_
23 // -----------------------------------------------------------------------------
Definition: MBSlaveTest/TestProc_SK.h:28
Definition: MBSlaveTest/TestProc.h:10
xmlNode * confnode
Definition: MBSlaveTest/TestProc_SK.h:243
long ObjectId
Definition: UniSetTypes_i.idl:30