// Write the opaque AddressProfile bytes for this profile...
writeAddressProfile(profileDataStream);
// ... then the object key
profileDataStream.write_long(objectKey.length);
profileDataStream.write_octet_array(objectKey,0,objectKey.length);
switch( version.minor )
{
case 0 :
// For GIOP 1.0 there were no tagged components