Commit ffacfd779c956fbb22a99ce65fe07d8bf4d7ccd2
1 parent
caa04042
added _CXM_DOMAIN_GET_STATUS constant
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
calexium_lib/CXM_message_constants.anubis
| ... | ... | @@ -54,11 +54,14 @@ public define Int32 _CXM_LOGGER_LOG = 0x33771802. |
| 54 | 54 | // MF <-> DomainManager |
| 55 | 55 | public define Int32 _CXM_DOMAIN_SERVICE_MSG_BASIS = 0x33771C00. // |
| 56 | 56 | public define Int32 _CXM_DOMAIN_SERVICE_ID = 0x33771C01. |
| 57 | -//public define Int32 _CXM_DOMAIN_STORE_NAME = 0x33771C02. // No more used (security hole | |
| 57 | +//public define Int32 _CXM_DOMAIN_STORE_NAME = 0x33771C02. // No more used (security hole) | |
| 58 | 58 | public define Int32 _CXM_DOMAIN_GET_NAME = 0x33771C03. |
| 59 | 59 | public define Int32 _CXM_DOMAIN_GET_MY_IP = 0x33771C04. |
| 60 | 60 | public define Int32 _CXM_DOMAIN_PUBLISH_MY_IP = 0x33771C05. |
| 61 | 61 | public define Int32 _CXM_DOMAIN_PUBLISH_DYN_TEST = 0x33771C06. |
| 62 | +public define Int32 _CXM_DOMAIN_GET_STATUS = 0x33771C07. // Return the currently configured domain, and a flag to know if a free one year domain is available | |
| 63 | + // ' | |
| 64 | + | |
| 62 | 65 | |
| 63 | 66 | // DomainManager <-> Gandi |
| 64 | 67 | public define Int32 _CXM_GANDI_SERVICE_ID = 0x33771D00. | ... | ... |