00001 #ifndef __COMMAND_DATA_BASE__ 00002 #define __COMMAND_DATA_BASE__ 00003 00004 00005 00006 //------------------------------------------------------------------------------------------------------------ 00007 // Includes 00008 //------------------------------------------------------------------------------------------------------------ 00009 class CommandDataBase{ 00010 00011 //------------------------------------------------------------------------------------------------------------ 00012 // Constructors & Destructors 00013 //------------------------------------------------------------------------------------------------------------ 00014 public: 00015 //------------------------------------------------------------------------------------------------------------ 00016 // Methods 00017 //------------------------------------------------------------------------------------------------------------ 00018 00019 00020 //------------------------------------------------------------------------------------------------------------ 00021 // Constants 00022 //------------------------------------------------------------------------------------------------------------ 00023 00024 private: 00025 //------------------------------------------------------------------------------------------------------------ 00026 // Attributes 00027 //------------------------------------------------------------------------------------------------------------ 00028 00029 }; 00030 #endif