diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-05 18:03:05 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-05 18:03:05 +0000 |
commit | cc06c5455b3d13e46a810d05c090c7c82d1a5b0c (patch) | |
tree | d9c2c0589850bb6c39da915f48086a5ec55791bd /TAO/tao/CDR.h | |
parent | 61854d07b74de67cc59b77b2b81b15ddaf01c562 (diff) | |
download | ATCD-cc06c5455b3d13e46a810d05c090c7c82d1a5b0c.tar.gz |
ChangeLogTag:Sat Jun 5 12:58:00 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/CDR.h')
-rw-r--r-- | TAO/tao/CDR.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/CDR.h b/TAO/tao/CDR.h index cee1f85eadf..fdeb718c212 100644 --- a/TAO/tao/CDR.h +++ b/TAO/tao/CDR.h @@ -160,9 +160,6 @@ class TAO_Export TAO_InputCDR : public ACE_InputCDR // support all OMG-IDL datatypes, even those not supported // directly by put/get primitives. public: - friend class TAO_GIOP; - // This class is able to "read" an InputCDR from a socket. - TAO_InputCDR (const char* buf, size_t bufsiz, int byte_order = ACE_CDR_BYTE_ORDER, |