diff options
-rw-r--r-- | TAO/ChangeLog-99c | 4 | ||||
-rw-r--r-- | TAO/tao/IIOP_Profile.h | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c index a5546b085ab..5b237a05f67 100644 --- a/TAO/ChangeLog-99c +++ b/TAO/ChangeLog-99c @@ -1,3 +1,7 @@ +Thu Feb 4 22:18:13 1999 Fred Kuhns <fredk@cs.wustl.edu> + + * added public destructor to TAO_IIOP_Profile + Thu Feb 4 21:33:07 1999 Carlos O'Ryan <coryan@cs.wustl.edu> * utils/catior/catior.cpp: 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, |