summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.h
diff options
context:
space:
mode:
authorfredk <fredk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-05 04:19:00 +0000
committerfredk <fredk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-05 04:19:00 +0000
commit5c0a446d2f3e9a774fb2e29cd3049e9523fb62ec (patch)
treee09350c208c29627895daae1cf155999ba052f9a /TAO/tao/IIOP_Profile.h
parentb1ac23d3a0763ef56e1c5873086249725d62dda1 (diff)
downloadATCD-5c0a446d2f3e9a774fb2e29cd3049e9523fb62ec.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/IIOP_Profile.h')
-rw-r--r--TAO/tao/IIOP_Profile.h5
1 files changed, 3 insertions, 2 deletions
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,