IDL source Global indexmodule CosCompoundLifeCycle
enum Operation {
copy,
move,
remove
};
struct RelationshipHandle {
CosRelationships::Relationship the_relationship;
CosObjectIdentity::ObjectIdentifier constant_random_id;
};