summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-06-07 09:39:44 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-06-07 09:39:44 +0200
commit44292a1fbae067464ab2866b4c97d90701e0f324 (patch)
tree3400877ce567ab1200b3b170f9f6202eb5609367 /TAO/tao
parentef9ea413c1a7b869969f175be943cb56cc3ca0ce (diff)
downloadATCD-44292a1fbae067464ab2866b4c97d90701e0f324.tar.gz
Use global scope for Messaging to fix problems when using an own Messaging namespace in a different scope
* TAO/tao/PI_Server/ServerRequestInfo.h:
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/PI_Server/ServerRequestInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PI_Server/ServerRequestInfo.h b/TAO/tao/PI_Server/ServerRequestInfo.h
index 279a231b79c..f2948962121 100644
--- a/TAO/tao/PI_Server/ServerRequestInfo.h
+++ b/TAO/tao/PI_Server/ServerRequestInfo.h
@@ -107,7 +107,7 @@ namespace TAO
/// Return the @c sync_scope policy value for the current one-way
/// operation. If the operation is not a one-way, a
/// @c CORBA::BAD_INV_ORDER exception is thrown.
- virtual Messaging::SyncScope sync_scope ();
+ virtual ::Messaging::SyncScope sync_scope ();
/// Return the reply status for the current request.
/**