Commit 21f1281980bdf54c06440d17a560007a002b1407
1 parent
d5a1d7c7
Adds NetServices constants for Basilik
Showing
1 changed file
with
8 additions
and
2 deletions
Show diff stats
CXM_message_constants.anubis
| ... | ... | @@ -171,7 +171,13 @@ public define Word32 _CXM_KAIWA_ONLINE_STATUS = 0x33772806. |
| 171 | 171 | public define Word32 _CXM_KAIWA_SEND_MESSAGE = 0x33772807. |
| 172 | 172 | public define Word32 _CXM_KAIWA_RECEIVE_MESSAGE = 0x33772808. |
| 173 | 173 | |
| 174 | + | |
| 174 | 175 | // ************************************************* |
| 175 | -// ************* KERO_PBX API ************* | |
| 176 | +// ************* BASILIK SERVICES ************* | |
| 177 | +public define Word32 _CXM_BSLK_MSG_BASIS = 0x33780000. | |
| 178 | +public define Word32 _CXM_BSLK_SERVICE_ID = 0x33780000. | |
| 179 | +public define Word32 _CXM_BSLKLP_SERVICE_ID = 0x33781000. | |
| 180 | +public define Word32 _CXM_BSLKLP_LOG = 0x33781001. | |
| 181 | + | |
| 182 | + | |
| 176 | 183 | |
| 177 | -public define Word32 _CXM_KERO_PBX_MSG_BASIS = 0x33780000. // Ask Boxes to publish their informations | ... | ... |