summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/PortableServerC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/PortableServerC.h')
-rw-r--r--TAO/tao/PortableServer/PortableServerC.h27
1 files changed, 11 insertions, 16 deletions
diff --git a/TAO/tao/PortableServer/PortableServerC.h b/TAO/tao/PortableServer/PortableServerC.h
index 7d21fd57717..f84d9eeaa47 100644
--- a/TAO/tao/PortableServer/PortableServerC.h
+++ b/TAO/tao/PortableServer/PortableServerC.h
@@ -44,7 +44,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "portableserver_export.h"
+#include "tao/PortableServer/portableserver_export.h"
#include "tao/ORB.h"
#include "tao/SystemException.h"
#include "tao/Environment.h"
@@ -83,6 +83,8 @@
// TAO_IDL - Generated from
// be\be_visitor_module/module_ch.cpp:48
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace PortableServer
{
@@ -95,29 +97,20 @@ namespace PortableServer
class POAList;
typedef
- TAO_MngSeq_Var_T<
- POAList,
- TAO_Object_Manager<
- POA,
- POA_var
- >
+ TAO_VarSeq_Var_T<
+ POAList
>
POAList_var;
typedef
- TAO_MngSeq_Out_T<
- POAList,
- POAList_var,
- TAO_Object_Manager<
- POA,
- POA_var
- >
+ TAO_Seq_Out_T<
+ POAList
>
POAList_out;
class TAO_PortableServer_Export POAList
: public
- TAO_Unbounded_Object_Sequence<
+ TAO::unbounded_object_reference_sequence<
POA,
POA_var
>
@@ -129,7 +122,7 @@ namespace PortableServer
CORBA::ULong max,
CORBA::ULong length,
POA_ptr* buffer,
- CORBA::Boolean release = 0
+ CORBA::Boolean release = false
);
POAList (const POAList &);
~POAList (void);
@@ -1446,6 +1439,8 @@ TAO_PortableServer_Export CORBA::Boolean operator>>= (const CORBA::Any &, const
// TAO_IDL - Generated from
// be\be_codegen.cpp:955
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#if defined(_MSC_VER)
#pragma warning(pop)
#endif /* _MSC_VER */