WPILibC++
trunk
Main Page
Related Pages
Classes
Files
File List
networktables2
server
ServerIncomingConnectionListener.h
1
/*
2
* ServerIncomingConnectionListener.h
3
*
4
* Created on: Sep 26, 2012
5
* Author: Mitchell Wills
6
*/
7
8
#ifndef SERVERINCOMINGCONNECTIONLISTENER_H_
9
#define SERVERINCOMINGCONNECTIONLISTENER_H_
10
11
#include "networktables2/server/ServerConnectionAdapter.h"
12
18
class
ServerIncomingConnectionListener
19
{
20
public
:
21
virtual
~
ServerIncomingConnectionListener
()
22
{
23
}
29
virtual
void
OnNewConnection
(
ServerConnectionAdapter
& connectionAdapter) = 0;
30
};
31
32
#endif
/* SERVERINCOMINGCONNECTIONLISTENER_H_ */
ServerConnectionAdapter
Definition:
ServerConnectionAdapter.h:33
ServerIncomingConnectionListener
Definition:
ServerIncomingConnectionListener.h:18
ServerIncomingConnectionListener::OnNewConnection
virtual void OnNewConnection(ServerConnectionAdapter &connectionAdapter)=0
Generated on Sat Apr 26 2014 12:26:59 for WPILibC++ by
1.8.6