handleReply
virtual void handleReply(CclBuf* commarea)
- commarea
- A pointer to the CclBuf object containing the returned COMMAREA or zero if none.
This method is called whenever a reply is received from a server, irrespective of the type of synchronization or the type of call. See Programming in C++ . To deal with replies, subclass CclFlow and provide your own implementation of handleReply. The default implementation merely returns to the caller.