diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-06-18 11:59:23 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-06-18 11:59:23 +0000 |
commit | b2a56d3497fd77bc8826ae0f0fb4c0c407908192 (patch) | |
tree | 375580f71f4d90c479eb1efea84f51884057827a /TAO/tao/Invocation_Base.h | |
parent | 2a92574de0f62718875774c1846bd2f292627daa (diff) | |
download | ATCD-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.h | 2 |
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*/ //@} }; |