diff options
author | smcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-04-29 15:35:29 +0000 |
---|---|---|
committer | smcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-04-29 15:35:29 +0000 |
commit | 54ca4c777f66322ae869caa7b9443eb6d6fd2cc1 (patch) | |
tree | 9f8fb59773cc02026b9494a30bebaf2c60415b9a /TAO/TAO_IDL/be_include/be_helper.h | |
parent | ccf16bc4487a37f0d5ae2b7d9ef02c6dbc01bcbb (diff) | |
download | ATCD-54ca4c777f66322ae869caa7b9443eb6d6fd2cc1.tar.gz |
ChangeLogTag: Tue Apr 29 15:17:52 UTC 2008 Simon McQueen <sm@prismtech.com>
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_helper.h')
-rw-r--r-- | TAO/TAO_IDL/be_include/be_helper.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be_include/be_helper.h b/TAO/TAO_IDL/be_include/be_helper.h index 5e1084712e2..458380ad543 100644 --- a/TAO/TAO_IDL/be_include/be_helper.h +++ b/TAO/TAO_IDL/be_include/be_helper.h @@ -175,13 +175,11 @@ public: TAO_OutStream &operator<< (const ACE_CDR::Long num); // output the integer and return a reference to ourselves -#if defined (ACE_WIN64) TAO_OutStream &operator<< (const ACE_CDR::ULongLong num); // output the integer and return a reference to ourselves TAO_OutStream &operator<< (const ACE_CDR::LongLong num); // output the integer and return a reference to ourselves -#endif /* ACE_WIN64 */ TAO_OutStream &operator<< (const unsigned long num); // output the integer and return a reference to ourselves |