My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
SpecificNetMsg.h
Go to the documentation of this file.
1 // $Id: SpecificNetMsg.h,v 1.1.1.1 2009/07/06 23:57:24 eml Exp $
2 
3 #ifndef GCP_UTIL_SPECIFICNETMSG_H
4 #define GCP_UTIL_SPECIFICNETMSG_H
5 
15 #include "gcp/util/common/NewNetMsg.h"
16 #include "gcp/util/common/NetStruct.h"
17 
18 namespace gcp {
19  namespace util {
20 
21  class SpecificNetMsg : public NewNetMsg {
22  public:
23 
24  enum {
25  };
26 
31 
35  virtual ~SpecificNetMsg();
36 
37  }; // End class SpecificNetMsg
38 
39  } // End namespace util
40 } // End namespace gcp
41 
42 
43 
44 #endif // End #ifndef GCP_UTIL_SPECIFICNETMSG_H
SpecificNetMsg()
Definition: SpecificNetMsg.cc:24
Definition: NewNetMsg.h:196
Definition: SpecificNetMsg.h:21
virtual ~SpecificNetMsg()
Definition: SpecificNetMsg.cc:31