summaryrefslogtreecommitdiff
path: root/TAO/tao/Profile.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-02-04 09:33:37 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-02-04 09:33:37 +0000
commit8a5af8566400043ee8ea176162386de3ef5116b4 (patch)
treea67905c3609073985a0dc04d017882eae3186b05 /TAO/tao/Profile.h
parentac6cebc6c82bfd732bb4742ef96c8ce73f8f3447 (diff)
downloadATCD-8a5af8566400043ee8ea176162386de3ef5116b4.tar.gz
ChangeLogTag:Fri Feb 4 01:25:05 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Profile.h')
-rw-r--r--TAO/tao/Profile.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Profile.h b/TAO/tao/Profile.h
index 082bdcf961d..de87556f881 100644
--- a/TAO/tao/Profile.h
+++ b/TAO/tao/Profile.h
@@ -308,10 +308,6 @@ protected:
/// The tagged components
TAO_Tagged_Components tagged_components_;
- /// Flag indicating whether the lazy decoding of the client exposed
- /// policies has taken place.
- CORBA::Boolean are_policies_parsed_;
-
/// Pointer to the TAO_Stub to which this profile is related.
TAO_Stub *stub_;
@@ -324,6 +320,10 @@ protected:
// PolicyList object. The life cycle of this object is managed
// by the TAO_MProfile class.
+ /// Flag indicating whether the lazy decoding of the client exposed
+ /// policies has taken place.
+ CORBA::Boolean are_policies_parsed_;
+
/// The current addressing mode.
/// This may be changed if a remote server sends back an address mode
/// exception.