DistBossCode Class Reference

#include <DistBossCode.h>

List of all members.

Public Types

 GetEvent = 0x80000001
 GetFileName = 0x80000002
 StatusFinalize = 0x80000003
 ClientReady = 0x80000004
 RetryEvent = 0x80000005
 ClientError = 0x80000100
 NoMoreEvents = 0x40000001
 StatusSuccess = 0x40000002
 ServerFinalize = 0x40000003
 ServerError = 0x40000100
 ServerTimeout = 0x40000101
enum  ClientCode {
  GetEvent = 0x80000001, GetFileName = 0x80000002, StatusFinalize = 0x80000003, ClientReady = 0x80000004,
  RetryEvent = 0x80000005, ClientError = 0x80000100
}
enum  ServerCode {
  NoMoreEvents = 0x40000001, StatusSuccess = 0x40000002, ServerFinalize = 0x40000003, ServerError = 0x40000100,
  ServerTimeout = 0x40000101
}


Detailed Description

Definition at line 4 of file DistBossCode.h.


Member Enumeration Documentation

enum DistBossCode::ClientCode

Enumerator:
GetEvent 
GetFileName 
StatusFinalize 
ClientReady 
RetryEvent 
ClientError 

Definition at line 8 of file DistBossCode.h.

00008                       {
00009          GetEvent       = 0x80000001,
00010          GetFileName    = 0x80000002,
00011          StatusFinalize = 0x80000003,
00012          ClientReady    = 0x80000004,
00013          RetryEvent     = 0x80000005,
00014          ClientError    = 0x80000100
00015       };

enum DistBossCode::ServerCode

Enumerator:
NoMoreEvents 
StatusSuccess 
ServerFinalize 
ServerError 
ServerTimeout 

Definition at line 17 of file DistBossCode.h.

00017                       {
00018          NoMoreEvents   = 0x40000001,
00019          StatusSuccess  = 0x40000002,
00020          ServerFinalize = 0x40000003,
00021          ServerError    = 0x40000100,
00022          ServerTimeout  = 0x40000101
00023       };


Generated on Tue Nov 29 23:18:18 2016 for BOSS_7.0.2 by  doxygen 1.4.7