virtual void handleReply(CclBuf* commarea)
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.