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:

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

Public Constructors

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

Public Destructor

~RWTraceMultiClientFilter();


Previous fileTop of DocumentContentsIndex pageNext file

©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.