summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Base.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-06-18 11:59:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-06-18 11:59:23 +0000
commitb2a56d3497fd77bc8826ae0f0fb4c0c407908192 (patch)
tree375580f71f4d90c479eb1efea84f51884057827a /TAO/tao/Invocation_Base.h
parent2a92574de0f62718875774c1846bd2f292627daa (diff)
downloadATCD-b2a56d3497fd77bc8826ae0f0fb4c0c407908192.tar.gz
Wed Jun 18 11:58:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Invocation_Base.h')
-rw-r--r--TAO/tao/Invocation_Base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Invocation_Base.h b/TAO/tao/Invocation_Base.h
index 961d4bf9d23..115a3fac224 100644
--- a/TAO/tao/Invocation_Base.h
+++ b/TAO/tao/Invocation_Base.h
@@ -233,7 +233,7 @@ namespace TAO
/// Flag used to distinguish a remote invocation versus a collocated
/// (thru-poa) invocation.
- bool is_remote_request_;
+ bool const is_remote_request_;
#endif /*TAO_HAS_INTERCEPTORS*/
//@}
};