summaryrefslogtreecommitdiff
path: root/ACE/examples
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2011-07-23 22:43:19 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2011-07-23 22:43:19 +0000
commita555dfedf93fb5b212b56cfb6312c9ea3fa0c278 (patch)
treeb9309eae2df602b553569cf1afd5edee55153138 /ACE/examples
parent139e3d6049ba9fd36dfd9cbc158700cb8ccc1b06 (diff)
downloadATCD-a555dfedf93fb5b212b56cfb6312c9ea3fa0c278.tar.gz
Sat Jul 23 22:37:24 UTC 2011 Phil Mesnier <mesnier_p@ociweb.com>
* ace/config-win64.h: * examples/APG/Timers/PCB.cpp: Fuzz fixes. * bin/fuzz.pl: Enhanced the check for ACE_TRACE messages so that it works correctly with class definitions such as those found in examples/APG/ThreadPools/Futures.cpp.
Diffstat (limited to 'ACE/examples')
-rw-r--r--ACE/examples/APG/Timers/PCB.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/APG/Timers/PCB.cpp b/ACE/examples/APG/Timers/PCB.cpp
index 0d4dcad3dff..19b0a534097 100644
--- a/ACE/examples/APG/Timers/PCB.cpp
+++ b/ACE/examples/APG/Timers/PCB.cpp
@@ -15,7 +15,7 @@ PCB::~PCB()
int PCB::handleEvent (const void *arg)
{
- ACE_TRACE ("PCB::handle_timeout");
+ ACE_TRACE ("PCB::handleEvent");
const int *val = static_cast<const int*> (arg);
ACE_ASSERT ((*val) == timerID_);