diff options
author | Steve Huston <shuston@riverace.com> | 2002-04-12 01:53:06 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-04-12 01:53:06 +0000 |
commit | 3896d372277d63f31bab53cd5333e65975076c66 (patch) | |
tree | c999373f351972b61bdf8ab4ea126cb99606adf6 /examples/C++NPv2 | |
parent | 73d3ea72a4cbdf38ab2464137b59d5954a6c3a99 (diff) | |
download | ATCD-3896d372277d63f31bab53cd5333e65975076c66.tar.gz |
Tweak.
Diffstat (limited to 'examples/C++NPv2')
-rw-r--r-- | examples/C++NPv2/display_logfile.cpp | 2 |
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 ()); |