CARMA C++
TerminalClient.h
Go to the documentation of this file.
1 #ifndef SZA_UTIL_TERMINALCLIENT_H
2 #define SZA_UTIL_TERMINALCLIENT_H
3 
11 namespace sza {
12  namespace util {
13 
14  class TerminalClient {
15  public:
16 
20  TerminalClient();
21 
25  virtual ~TerminalClient();
26 
27  private:
28  }; // End class TerminalClient
29 
30  } // End namespace util
31 } // End namespace sza
32 
33 
34 
35 #endif // End #ifndef SZA_UTIL_TERMINALCLIENT_H