summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Profile.h')
-rw-r--r--TAO/tao/IIOP_Profile.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/TAO/tao/IIOP_Profile.h b/TAO/tao/IIOP_Profile.h
index b4a0a10b527..a3c45dc3fca 100644
--- a/TAO/tao/IIOP_Profile.h
+++ b/TAO/tao/IIOP_Profile.h
@@ -42,8 +42,6 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class TAO_Export TAO_IIOP_Profile : public TAO_Profile
{
public:
-
- //@@ TAO_PROFILE_SPL_PUBLIC_METHODS_COPY_HOOK_START
static const char object_key_delimiter_;
/// Return the char string prefix.
@@ -87,8 +85,6 @@ public:
/// Add an endpoint when the specific endpoint type is unknown
virtual void add_generic_endpoint (TAO_Endpoint *ep);
- //@@ TAO_PROFILE_SPL_PUBLIC_METHODS_COPY_HOOK_END
-
/// The object key delimiter that IIOP uses or expects.
virtual char object_key_delimiter (void) const;
@@ -130,18 +126,12 @@ protected:
* encapsulation of a sequence of structs, each representing a
* single endpoint. Data format is specified in iiop_endpoins.pidl.
*/
-
- //@@ TAO_PROFILE_SPL_PROTECTED_METHODS_COPY_HOOK_START
-
int encode_endpoints_for_rt (void);
- //@@ TAO_PROFILE_SPL_PROTECTED_METHODS_COPY_HOOK_END
-
/// Template methods. Please see Profile.h for the documentation.
virtual int decode_profile (TAO_InputCDR &cdr);
virtual int decode_endpoints (void);
- virtual void parse_string_i (const char *string
- );
+ virtual void parse_string_i (const char *string);
virtual void create_profile_body (TAO_OutputCDR &cdr) const;
virtual CORBA::Boolean do_is_equivalent (const TAO_Profile *other_profile);
@@ -176,9 +166,6 @@ protected:
* <encode_endpoints> method documentation above for how the rest of
* the endpoint list is transmitted.
*/
-
- //@@ TAO_PROFILE_SPL_PRIVATE_DATA_COPY_HOOK_START
-
TAO_IIOP_Endpoint endpoint_;
/// For efficient insertion at the end of the list
@@ -186,8 +173,6 @@ protected:
/// Number of endpoints in the list headed by <endpoint_>.
CORBA::ULong count_;
-
- //@@ TAO_PROFILE_SPL_PRIVATE_DATA_COPY_HOOK_END
};
TAO_END_VERSIONED_NAMESPACE_DECL