CARMA C++
GrabberNetCmdForwarder.h
Go to the documentation of this file.
1 #ifndef SZA_UTIL_GRABBERNETCMDFORWARDER_H
2 #define SZA_UTIL_GRABBERNETCMDFORWARDER_H
3 
12 
13 namespace sza {
14  namespace util {
15 
16  class GrabberNetCmdForwarder : public NetCmdForwarder {
17  public:
18 
22  GrabberNetCmdForwarder() {};
23 
27  virtual ~GrabberNetCmdForwarder() {};
28 
29  //------------------------------------------------------------
30  // Overwrite the base-class method by which all rtc commands are
31  // processed
32  //------------------------------------------------------------
33 
39  virtual void forwardNetCmd(sza::util::NetCmd* netCmd) {};
40 
41  }; // End class GrabberNetCmdForwarder
42 
43  } // End namespace util
44 } // End namespace szza
45 
46 
47 
48 #endif // End #ifndef SZA_UTIL_GRABBERNETCMDFORWARDER_H
Tagged: Sun May 16 12:37:32 PDT 2004.