summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_KeyC.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 09:10:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 09:10:19 +0000
commitf9606f4f257e642e04f8c84315b0c8f323fe65e6 (patch)
treea681f895cf5a9b8a4f7ab6603ee4fd3a55ca0305 /TAO/tao/Object_KeyC.h
parent10fc1a52ad4bc0d1d3d6716d18f77d04022bd2a8 (diff)
downloadATCD-f9606f4f257e642e04f8c84315b0c8f323fe65e6.tar.gz
ChangeLogTag: Wed Apr 19 07:44:49 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Object_KeyC.h')
-rw-r--r--TAO/tao/Object_KeyC.h31
1 files changed, 14 insertions, 17 deletions
diff --git a/TAO/tao/Object_KeyC.h b/TAO/tao/Object_KeyC.h
index 6e070fcbea2..8377b60bef7 100644
--- a/TAO/tao/Object_KeyC.h
+++ b/TAO/tao/Object_KeyC.h
@@ -68,33 +68,30 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace TAO
{
-
+
// TAO_IDL - Generated from
// be\be_visitor_sequence/sequence_ch.cpp:101
#if !defined (_TAO_OBJECTKEY_CH_)
#define _TAO_OBJECTKEY_CH_
-
+
class ObjectKey;
-
+
typedef
TAO_FixedSeq_Var_T<
- ObjectKey,
- CORBA::Octet
+ ObjectKey
>
ObjectKey_var;
-
+
typedef
TAO_Seq_Out_T<
- ObjectKey,
- ObjectKey_var,
- CORBA::Octet
+ ObjectKey
>
ObjectKey_out;
-
+
class TAO_Export ObjectKey
: public
- TAO_Unbounded_Sequence<
+ TAO::unbounded_value_sequence<
CORBA::Octet
>
{
@@ -104,12 +101,12 @@ namespace TAO
ObjectKey (
CORBA::ULong max,
CORBA::ULong length,
- CORBA::Octet* buffer,
- CORBA::Boolean release = 0
+ CORBA::Octet* buffer,
+ CORBA::Boolean release = false
);
ObjectKey (const ObjectKey &);
~ObjectKey (void);
-
+
typedef ObjectKey_var _var_type;
#if (TAO_NO_COPY_OCTET_SEQUENCES == 1)
@@ -117,17 +114,17 @@ namespace TAO
CORBA::ULong length,
const ACE_Message_Block* mb
)
- : TAO_Unbounded_Sequence<CORBA::Octet> (length, mb) {}
+ : TAO::unbounded_value_sequence<CORBA::Octet> (length, mb) {}
#endif /* TAO_NO_COPY_OCTET_SEQUENCE == 1 */
// Hand crafted.
static void encode_sequence_to_string (
char * &str,
- const TAO_Unbounded_Sequence<CORBA::Octet> &seq
+ const TAO::unbounded_value_sequence<CORBA::Octet> &seq
);
static void decode_string_to_sequence (
- TAO_Unbounded_Sequence<CORBA::Octet> &seq,
+ TAO::unbounded_value_sequence<CORBA::Octet> &seq,
const char *str
);
static int is_legal (u_char & c);