summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-04-12 01:53:06 +0000
committerSteve Huston <shuston@riverace.com>2002-04-12 01:53:06 +0000
commit3896d372277d63f31bab53cd5333e65975076c66 (patch)
treec999373f351972b61bdf8ab4ea126cb99606adf6
parent73d3ea72a4cbdf38ab2464137b59d5954a6c3a99 (diff)
downloadATCD-3896d372277d63f31bab53cd5333e65975076c66.tar.gz
Tweak.
-rw-r--r--examples/C++NPv2/display_logfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/C++NPv2/display_logfile.cpp b/examples/C++NPv2/display_logfile.cpp
index 230e219e40c..1dceb04cad7 100644
--- a/examples/C++NPv2/display_logfile.cpp
+++ b/examples/C++NPv2/display_logfile.cpp
@@ -135,9 +135,9 @@ public:
ACE_Message_Block (sizeof (ACE_CDR::Long),
MB_TYPE, temp),
0);
+ head->cont (temp);
// Demarshal the type
- head->cont (temp);
ACE_CDR::Long *lp;
lp = ACE_reinterpret_cast
(ACE_CDR::Long*, temp->wr_ptr ());