UniSet 2.32.1
MQPerfTest/TestProc.h
1// -----------------------------------------------------------------------------
2#ifndef TestProc_H_
3#define TestProc_H_
4// -----------------------------------------------------------------------------
5#include "TestProc_SK.h"
6// -----------------------------------------------------------------------------
7class 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:30
xmlNode * confnode
Definition MBSlaveTest/TestProc_SK.h:266
Definition MBSlaveTest/TestProc.h:12
long ObjectId
Definition UniSetTypes_i.idl:30