summaryrefslogtreecommitdiff
path: root/TAO/tao/CDR.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-27 18:19:32 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-27 18:19:32 +0000
commit0d2f5e91c9b8e32194f516c37498dc129e165bf4 (patch)
tree98839fafe9cc2055915c29ff3bb55c4ec236b3af /TAO/tao/CDR.h
parent351c6f4652c0e811a7c841ee2a833e1bb351af18 (diff)
downloadATCD-0d2f5e91c9b8e32194f516c37498dc129e165bf4.tar.gz
ChangeLogTag:Thu Apr 27 11:10:51 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/CDR.h')
-rw-r--r--TAO/tao/CDR.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/TAO/tao/CDR.h b/TAO/tao/CDR.h
index b2218ed7108..85f049930d8 100644
--- a/TAO/tao/CDR.h
+++ b/TAO/tao/CDR.h
@@ -1,9 +1,6 @@
// This may look like C, but it's really -*- C++ -*-
// $Id$
-// $Id$
-
-
// ============================================================================
//
// = LIBRARY
@@ -54,8 +51,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/Typecode.h"
-
class TAO_ORB_Core;
class TAO_Export TAO_OutputCDR : public ACE_OutputCDR
@@ -120,13 +115,6 @@ public:
~TAO_OutputCDR (void);
// Destructor.
- CORBA::TypeCode::traverse_status append (CORBA::TypeCode_ptr tc,
- TAO_InputCDR *src,
- CORBA_Environment &ACE_TRY_ENV =
- TAO_default_environment ());
- // Append the contents of the CDR stream based on information
- // described by <tc>; returning any errors in <ACE_TRY_ENV>.
-
// @@ TODO: do we want a special method to write an array of
// strings and wstrings?
@@ -221,12 +209,6 @@ public:
// = TAO specific methods.
- CORBA::TypeCode::traverse_status skip (CORBA::TypeCode_ptr tc,
- CORBA_Environment &ACE_TRY_ENV =
- TAO_default_environment ());
- // Skip the contents of the CDR stream based on information
- // described by <tc>; returning any errors in <ACE_TRY_ENV>.
-
TAO_ORB_Core *orb_core (void) const;
// Accessor