Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Threads Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWTraceMultiClientFilter

Module:  Threads   Package:  Execution Tracing


RWTraceMultiClientFilter RWTraceEventFilter RWTraceEventClient

Local Index

Members

Header File

#include <rw/trace/RWTraceMultiClientFilter.h>

Description

RWTraceMultiClientFilter is a filter that accepts multiple clients and forwards trace events to them.

Example

The following example creates two clients; one displays messages on the screen, and the other saves them to a file. This example can be found in examples/trace/example2.cpp.

The following is a description of each program line:

//1Instantiate the multi-client filter.
//2First connect the two clients to the filter.
//3Then connect the filter to the manager to ensure that no trace messages are lost.
//4Generate some trace messages.

Public Constructors

RWTraceMultiClientFilter(RWStaticCtor);
RWTraceMultiClientFilter(RWTraceMultiClientFilterImp* bodyP);
RWTraceMultiClientFilter(const RWTraceMultiClientFilter& second);
RWTraceMultiClientFilter();

Public Destructor

~RWTraceMultiClientFilter();


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, 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.