summaryrefslogtreecommitdiff
path: root/TAO/tao/SHMIOP_Profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/SHMIOP_Profile.h')
-rw-r--r--TAO/tao/SHMIOP_Profile.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tao/SHMIOP_Profile.h b/TAO/tao/SHMIOP_Profile.h
index b1f381dadfb..84c58f5c567 100644
--- a/TAO/tao/SHMIOP_Profile.h
+++ b/TAO/tao/SHMIOP_Profile.h
@@ -148,7 +148,7 @@ public:
IOP::TaggedProfile &create_tagged_profile (void);
// Please refer to Profile.h for the documentation of this method
-
+
private:
int set (const ACE_INET_Addr &addr);
// helper method to set the INET_Addr.
@@ -157,7 +157,7 @@ private:
void create_profile_body (TAO_OutputCDR &cdr) const;
// Create an encapsulation of the struct ProfileBody in <cdr>
-
+
CORBA::String_var host_;
// String representing the hosts name.
@@ -178,6 +178,9 @@ private:
// Pointer to a connection handler which we successfully used
// already.
+ TAO_ORB_Core *orb_core_;
+ // ORB Core.
+
IOP::TaggedProfile tagged_profile_;
// The tagged profile info
};