My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
SpecificNetCmd.h
Go to the documentation of this file.
1 // $Id: SpecificNetCmd.h,v 1.1.1.1 2009/07/06 23:57:07 eml Exp $
2 
3 #ifndef GCP_CONTROL_SPECIFICNETCMD_H
4 #define GCP_CONTROL_SPECIFICNETCMD_H
5 
15 #include "NewNetCmd.h"
16 
17 namespace gcp {
18  namespace control {
19 
21  public:
22  /*----------------------------------------------------------------
23  * Define the ids of controller to control-program commands along with
24  * the corresponding message containers
25  */
26  typedef enum {
27  } NetCmdId;
28 
33 
37  virtual ~SpecificNetCmd();
38 
39  // Commands
40 
41  };
42 
43  } // End namespace control
44 } // End namespace gcp
45 
46 
47 
48 #endif // End #ifndef GCP_CONTROL_SPECIFICNETCMD_H
Definition: NewNetCmd.h:989
Definition: SpecificNetCmd.h:20
SpecificNetCmd()
Definition: SpecificNetCmd.c:10
virtual ~SpecificNetCmd()
Definition: SpecificNetCmd.c:17