Adding Operations to a Session

ostc_ServerSession::addOperation()

void addOperation(ostc_ServerOperation *);

Call this function within your implementation of ostcConnect(). Adds the specified operation to the supported operations for the current session.

Click here for an example.



[previous] [next]