#include <tconn.h>
Public Types | |
typedef bool(TipcConnSearchSelector::* | Handler )(const TipcConn &conn, const TipcMsg &msg) |
Public Methods | |
TipcConnSearchSelector () | |
void | setHandler (Handler cbMethod) |
Handler | getHandler () |
virtual | ~TipcConnSearchSelector () throw () |
virtual bool | onSearch (const TipcConn &conn, const TipcMsg &msg) throw () |
Static Public Methods | |
T_BOOL T_ENTRY | searchFuncDelegator (T_IPC_CONN connection, T_IPC_MSG msg, T_PTR arg) |
|
Signature for the search method.
|
|
Destructor. |
|
Gets the current handler method. |
|
Default search method.
|
|
Sets the current handler method; if this is not called, the default method onSearch() is called |