BMA Server Framework
/home/barant/Documents/Development/BMASockets/BMAProtocolManager.h
1 #ifndef __BMAProtocolManager_h__
2 #define __BMAProtocolManager_h__
3 
4 #include "BMAEPoll.h"
5 #include "BMASocket.h"
6 
8 
9  public:
12 
13  void onDataReceived(char *buffer, int length);
14 
15 
16 };
17 
18 #endif
Definition: BMAEPoll.h:29
Definition: BMAProtocolManager.h:7