00001 #ifndef __STATIC_H__ 00002 #define __STATIC_H__ 00003 00004 namespace Aspera { 00005 00006 namespace Command { 00007 00008 const static char CmdRpyFile = 0x01; 00009 const static char CmdRpyDir = 0x02; 00010 const static char CmdRpySize = 0x03; 00011 const static char CmdRpyError = 0x04; 00012 const static char CmdRpyInfo = 0x05; 00013 const static char CmdRpySuccess = 0x06; 00014 const static char CmdRpyExit = 0x07; 00015 const static char CmdRpyDf = 0x08; 00016 const static char CmdRpyMd5 = 0x09; 00017 00018 const static int cmdHeaderLength = 5; 00019 00020 } 00021 } 00022 #endif