summaryrefslogtreecommitdiff
path: root/TAO/tao/ObjectIDList.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ObjectIDList.h')
-rw-r--r--TAO/tao/ObjectIDList.h27
1 files changed, 14 insertions, 13 deletions
diff --git a/TAO/tao/ObjectIDList.h b/TAO/tao/ObjectIDList.h
index 3d9aad56281..db1c61793ff 100644
--- a/TAO/tao/ObjectIDList.h
+++ b/TAO/tao/ObjectIDList.h
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// $Id$
+// $Id $
// ****** Code generated by the The ACE ORB (TAO) IDL Compiler *******
// TAO and the TAO IDL Compiler have been developed by the Center for
// Distributed Object Computing at Washington University, St. Louis.
@@ -25,7 +25,7 @@
#if defined (TAO_EXPORT_MACRO)
#undef TAO_EXPORT_MACRO
#endif
-#define TAO_EXPORT_MACRO
+#define TAO_EXPORT_MACRO
#if defined(_MSC_VER)
#pragma warning(disable:4250)
#endif /* _MSC_VER */
@@ -38,20 +38,20 @@
// ObjectIdList
// *************************************************************
-class CORBA_ORB_ObjectIdList : public
+class CORBA_ORB_ObjectIdList : public
#if !defined (TAO_USE_SEQUENCE_TEMPLATES)
TAO_Unbounded_String_Sequence
#else /* TAO_USE_SEQUENCE_TEMPLATES */
TAO_Unbounded_String_Sequence
-#endif /* !TAO_USE_SEQUENCE_TEMPLATES */
+#endif /* !TAO_USE_SEQUENCE_TEMPLATES */
{
public:
CORBA_ORB_ObjectIdList (void); // default ctor
CORBA_ORB_ObjectIdList (CORBA::ULong max); // uses max size
CORBA_ORB_ObjectIdList (
- CORBA::ULong max,
- CORBA::ULong length,
- char * *buffer,
+ CORBA::ULong max,
+ CORBA::ULong length,
+ char * *buffer,
CORBA::Boolean release=0
);
CORBA_ORB_ObjectIdList (const CORBA_ORB_ObjectIdList &); // copy ctor
@@ -76,23 +76,23 @@ public:
CORBA_ORB_ObjectIdList_var (CORBA_ORB_ObjectIdList *);
CORBA_ORB_ObjectIdList_var (const CORBA_ORB_ObjectIdList_var &); // copy constructor
~CORBA_ORB_ObjectIdList_var (void); // destructor
-
+
CORBA_ORB_ObjectIdList_var &operator= (CORBA_ORB_ObjectIdList *);
CORBA_ORB_ObjectIdList_var &operator= (const CORBA_ORB_ObjectIdList_var &);
CORBA_ORB_ObjectIdList *operator-> (void);
const CORBA_ORB_ObjectIdList *operator-> (void) const;
-
+
operator const CORBA_ORB_ObjectIdList &() const;
operator CORBA_ORB_ObjectIdList &();
operator CORBA_ORB_ObjectIdList &() const;
TAO_SeqElem_String_Manager operator[] (CORBA::ULong index);
- // in, inout, out, _retn
+ // in, inout, out, _retn
const CORBA_ORB_ObjectIdList &in (void) const;
CORBA_ORB_ObjectIdList &inout (void);
CORBA_ORB_ObjectIdList *&out (void);
CORBA_ORB_ObjectIdList *_retn (void);
CORBA_ORB_ObjectIdList *ptr (void) const;
-
+
private:
CORBA_ORB_ObjectIdList *ptr_;
};
@@ -115,7 +115,7 @@ public:
CORBA_ORB_ObjectIdList *&ptr (void);
CORBA_ORB_ObjectIdList *operator-> (void);
TAO_SeqElem_String_Manager operator[] (CORBA::ULong index);
-
+
private:
CORBA_ORB_ObjectIdList *&ptr_;
// assignment from T_var not allowed
@@ -126,7 +126,7 @@ private:
#ifndef __ACE_INLINE__
-CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA_ORB_ObjectIdList &); //
+CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA_ORB_ObjectIdList &); //
CORBA::Boolean operator>> (TAO_InputCDR &, CORBA_ORB_ObjectIdList &);
#endif /* __ACE_INLINE__ */
@@ -141,3 +141,4 @@ CORBA::Boolean operator>> (TAO_InputCDR &, CORBA_ORB_ObjectIdList &);
#endif /* _MSC_VER */
#endif /* ifndef */
+