summaryrefslogtreecommitdiff
path: root/TAO/tao/Sequence.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 02:34:57 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 02:34:57 +0000
commit5c1001ce4f585836e1f83c28d1df89aee42fb743 (patch)
tree5967e9ca7d44ed1d2823be9746817ebb8e025f5d /TAO/tao/Sequence.h
parent2ae14b2b85ad813a269e8a5529aa76cf984fa8a5 (diff)
downloadATCD-5c1001ce4f585836e1f83c28d1df89aee42fb743.tar.gz
changed include protection from #if !defined to ifndef, and added #pragma once, if possible
Diffstat (limited to 'TAO/tao/Sequence.h')
-rw-r--r--TAO/tao/Sequence.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/TAO/tao/Sequence.h b/TAO/tao/Sequence.h
index aadf9d151e0..652e3e983c2 100644
--- a/TAO/tao/Sequence.h
+++ b/TAO/tao/Sequence.h
@@ -59,8 +59,8 @@ public:
// shrink and then delete could result in a memory leak.
virtual void _downcast (void *target,
- CORBA_Object *src,
- CORBA_Environment &_env = CORBA_Environment::default_environment ());
+ CORBA_Object *src,
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
// Used for sequences of objects to downcast a recently demarshalled
// object reference into the right type.
@@ -249,13 +249,13 @@ public:
const char *in (void) const;
// for in parameter.
-
+
char *&inout (void);
// for inout parameter.
-
+
char *&out (void);
// for out parameter.
-
+
char *_retn (void);
// for string of return type.
@@ -413,9 +413,9 @@ public:
TAO_Unbounded_Sequence (void);
TAO_Unbounded_Sequence (CORBA::ULong max);
TAO_Unbounded_Sequence (CORBA::ULong max,
- CORBA::ULong length,
- CORBA::Octet *data,
- CORBA::Boolean release = 0);
+ CORBA::ULong length,
+ CORBA::Octet *data,
+ CORBA::Boolean release = 0);
~TAO_Unbounded_Sequence (void);
// see TAO_Unbounded_Sequence in "Sequence_T.h"
@@ -464,7 +464,7 @@ public:
// release the copy.
TAO_Unbounded_Sequence (CORBA::ULong length,
- const ACE_Message_Block* mb);
+ const ACE_Message_Block* mb);
// Create a sequence of octets from a single message block (i.e. it
// ignores any chaining in the meesage block).