BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
DistBoss/DistBossUtil/DistBossUtil-00-00-04/DistBossUtil/DistBossCode.h
Go to the documentation of this file.
1#ifndef DIST_BOSS_CODE_H
2#define DIST_BOSS_CODE_H
3
5
6 public :
7
8 enum ClientCode {
9 GetEvent = 0x80000001,
10 GetFileName = 0x80000002,
11 StatusFinalize = 0x80000003,
12 ClientReady = 0x80000004,
13 RetryEvent = 0x80000005,
14 ClientError = 0x80000100
15 };
16
18 NoMoreEvents = 0x40000001,
19 StatusSuccess = 0x40000002,
20 ServerFinalize = 0x40000003,
21 ServerError = 0x40000100,
22 ServerTimeout = 0x40000101
23 };
24};
25
26#endif