RWTraceSingleClientFilter RWTraceEventFilter RWTraceEventClient
#include <rw/trace/RWTraceSingleClientFilter.h>
RWTraceSingleClientFilter is the handle for filter implementation that accepts one client and forwards trace events to it.
RWTraceSingleClientFilter(RWStaticCtor);
Constructs a global static handle instance (may be used before being constructed).
RWTraceSingleClientFilter(RWTraceSingleClientFilterImp* bodyP);
Attaches to and increments the reference count on a body.
RWTraceSingleClientFilter(const RWTraceSingleClientFilter& second);
Attaches to and increments the reference count on second 's body.
RWTraceSingleClientFilter(void);
Constructs a handle with no body.
void disconnectClient(void);
Tells the attached client to disconnect itself.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.