Commit d6d50aa8ebe98382ad05b9b65b9534ca569d80c9
1 parent
52634f44
add _CXM_UPD_GET_CLASS_FILE into UPDATE SERVICE
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
calexium_lib/CXM_message_constants.anubis
| ... | ... | @@ -36,6 +36,7 @@ public define Word32 _CXM_UPDATE_SERVICE_MSG_BASIS = 0x33770800. // |
| 36 | 36 | public define Word32 _CXM_UPD_SERVICE_ID = 0x33770801. |
| 37 | 37 | public define Word32 _CXM_UPD_HAS_UPDATE = 0x33770802. // |
| 38 | 38 | public define Word32 _CXM_UPD_LIST_CLASS_FILES = 0x33770803. // List the files contained in the class path |
| 39 | +public define Word32 _CXM_UPD_GET_CLASS_FILE = 0x33770804. // get the file contained in the class path. Return info for download | |
| 39 | 40 | |
| 40 | 41 | // **************** SERVICE NEGOCIATION *************** |
| 41 | 42 | ... | ... |