From 5c0a446d2f3e9a774fb2e29cd3049e9523fb62ec Mon Sep 17 00:00:00 2001 From: fredk Date: Fri, 5 Feb 1999 04:19:00 +0000 Subject: *** empty log message *** --- TAO/tao/IIOP_Profile.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'TAO/tao/IIOP_Profile.h') diff --git a/TAO/tao/IIOP_Profile.h b/TAO/tao/IIOP_Profile.h index a576cd2c3bd..3415f449c1e 100644 --- a/TAO/tao/IIOP_Profile.h +++ b/TAO/tao/IIOP_Profile.h @@ -65,6 +65,9 @@ public: TAO_IIOP_Profile (void); // All of the various creator methods ... + ~TAO_IIOP_Profile (void); + // Destructor is to be called only through _decr_refcnt() + CORBA::ULong tag (void); // The tag, each concrete class will have a specific tag value. // for example we are TAO_IOP_TAG_INTERNET_IOP @@ -150,8 +153,6 @@ private: void create_body (void); // does the work for add_profile. - ~TAO_IIOP_Profile (void); - // Destructor is to be called only through _decr_refcnt() private: CORBA::ULong tag_; // The tag, -- cgit v1.2.1