summaryrefslogtreecommitdiff
path: root/ace/CDR_Stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/CDR_Stream.h')
-rw-r--r--ace/CDR_Stream.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/ace/CDR_Stream.h b/ace/CDR_Stream.h
index 22634aefbc3..fe185cbc7a2 100644
--- a/ace/CDR_Stream.h
+++ b/ace/CDR_Stream.h
@@ -49,7 +49,6 @@
#define ACE_CDR_H
#include "ace/Message_Block.h"
-#include "ace/SString.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -130,13 +129,13 @@ public:
// Definitions of the IDL basic types, for use in the CDR
// classes. The cleanest way to avoid complaints from all compilers
// is to define them all.
- #if defined (CHORUS) && defined (ghs) && !defined (__STANDARD_CXX)
+ #if defined (ghs) && defined (CHORUS)
// This is non-compliant, but a nasty bout with
// Green Hills C++68000 1.8.8 forces us into it.
typedef unsigned long Boolean;
- #else /* ! (CHORUS && ghs 1.8.8) */
+ #else /* ! (ghs && CHORUS) */
typedef u_char Boolean;
- #endif /* ! (CHORUS && ghs 1.8.8) */
+ #endif /* ! (ghs && CHORUS) */
typedef u_char Octet;
typedef char Char;
@@ -410,9 +409,6 @@ public:
const ACE_Message_Block *end (void) const;
// Return the last message in the chain that is is use.
- const ACE_Message_Block *current (void) const;
- // Return the <current_> message block in chain.
-
const char *buffer (void) const;
size_t length (void) const;