Now you can download a copy of these docs so you can use them offline! Download now
ServerAdapterManager.h
1 /*
2  * ServerAdapterManager.h
3  *
4  * Created on: Sep 26, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef SERVERADAPTERMANAGER_H_
9 #define SERVERADAPTERMANAGER_H_
10 
12 
13 #include "networktables2/server/ServerConnectionAdapter.h"
14 
22 {
23 public:
24  virtual ~ServerAdapterManager()
25  {
26  }
31  virtual void close(ServerConnectionAdapter& connectionAdapter, bool closeStream) = 0;
32 };
33 
34 #endif /* SERVERADAPTERMANAGER_H_ */
virtual void close(ServerConnectionAdapter &connectionAdapter, bool closeStream)=0

Generated on Sat Apr 26 2014 12:26:45 for WPILibC++ by doxygen 1.8.6