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