
Module: Threads Package: Execution Tracing
RWTraceSingleClientFilterRWTraceEventFilter
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();
Constructs a handle with no body.
~RWTraceSingleClientFilter();
Destructor.
void disconnectClient();
Tells the attached client to disconnect itself.
©2004 Copyright Quovadx, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Quovadx, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.