1 #include "tao/PortableServer/IdAssignmentStrategy.h"
3 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
7 namespace Portable_Server
10 IdAssignmentStrategy::key_type_length () const
16 IdAssignmentStrategy::create_key (
18 CORBA::ULong
& starting_at
)
20 // Copy the system id byte.
21 buffer
[starting_at
] = (CORBA::Octet
) this->id_assignment_key_type ();
22 starting_at
+= this->key_type_length ();
28 TAO_END_VERSIONED_NAMESPACE_DECL