Switch to unified view

a/src/Common/ExternConsts.cc b/src/Common/ExternConsts.cc
...
...
23
const char* MOD_DIFALLOC        = "difAllocator";
23
const char* MOD_DIFALLOC        = "difAllocator";
24
const char* MOD_FAITABLE        = "faiTable";
24
const char* MOD_FAITABLE        = "faiTable";
25
const char* MOD_EFCP            = "efcp";
25
const char* MOD_EFCP            = "efcp";
26
const char* MOD_RESALLOC        = "resourceAllocator";
26
const char* MOD_RESALLOC        = "resourceAllocator";
27
const char* MOD_RA              = "ra";
27
const char* MOD_RA              = "ra";
28
const char* MOD_IAE             = "iae";
28
const char* MOD_IRM             = "irm";
29
const char* MOD_IRM             = "irm";
29
const char* MOD_IPCRESMANAGER   = "ipcResourceManager";
30
const char* MOD_IPCRESMANAGER   = "ipcResourceManager";
30
const char* MOD_CDAP            = "commonDistributedApplicationProtocol";
31
const char* MOD_CDAP            = "commonDistributedApplicationProtocol";
31
const char* MOD_CDAPMSGLOG      = "cdapMsgLog";
32
const char* MOD_CDAPMSGLOG      = "cdapMsgLog";
32
const char* MOD_CDAPSPLIT       = "cdapSplitter";
33
const char* MOD_CDAPSPLIT       = "cdapSplitter";
...
...
55
const char* PAR_APINSTANCE      = "apInstance";
56
const char* PAR_APINSTANCE      = "apInstance";
56
const char* PAR_AENAME          = "aeName";
57
const char* PAR_AENAME          = "aeName";
57
const char* PAR_AEINSTANCE      = "aeInstance";
58
const char* PAR_AEINSTANCE      = "aeInstance";
58
const char* PAR_CONFIGDATA      = "configData";
59
const char* PAR_CONFIGDATA      = "configData";
59
const char* PAR_CREREQTIMEOUT   = "createRequestTimeout";
60
const char* PAR_CREREQTIMEOUT   = "createRequestTimeout";
61
const char* PAR_CURINVOKEID     = "currentInvokeId";
60
62
61
//Gate names
63
//Gate names
62
const char* GATE_SOUTHIO        = "southIo";
64
const char* GATE_SOUTHIO        = "southIo";
63
const char* GATE_NORTHIO        = "northIo";
65
const char* GATE_NORTHIO        = "northIo";
64
const char* GATE_NORTHIO_       = "northIo_";
66
const char* GATE_NORTHIO_       = "northIo_";
...
...
85
//Values
87
//Values
86
//TODO: Vesely @Marek - What about -1 as default DoNotCare value
88
//TODO: Vesely @Marek - What about -1 as default DoNotCare value
87
//TODO: Marek @Vesely - OK
89
//TODO: Marek @Vesely - OK
88
const int   VAL_QOSPARDONOTCARE = -1;
90
const int   VAL_QOSPARDONOTCARE = -1;
89
const bool  VAL_QOSPARDEFBOOL   = false;
91
const bool  VAL_QOSPARDEFBOOL   = false;
90
92
const int   UNINIT_INVOKEID     = -1;
93
const int   DONTCARE_INVOKEID   = 0;