Inheritance diagram for StdTraceOutput:

Public Member Functions | |
| StdTraceOutput () | |
| Default constructor. | |
| virtual | ~StdTraceOutput () |
| Destructor. | |
| virtual void | Send (const char *buffer, unsigned length) |
| Logs the client-to-server stream. | |
| virtual void | Receive (const char *buffer, unsigned length) |
| Logs the server-to-client stream. | |
|
|
Default constructor. |
|
|
Destructor. |
|
||||||||||||
|
Logs the server-to-client stream. The library calls this virtual function when it receives bytes over the network from the server.
Implements TraceOutput. |
|
||||||||||||
|
Logs the client-to-server stream. The library calls this virtual function when it sends bytes over the network to the server.
Implements TraceOutput. |
Copyright © 2001-2005 Hunny Software, Inc. All rights reserved.