summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r--TAO/tao/ORB.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index c20b945d815..53e08541bd4 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -620,10 +620,12 @@ public:
// references available via the initial references mechanism.
#if (TAO_HAS_CORBA_MESSAGING == 1)
+
CORBA::Policy_ptr create_policy (CORBA::PolicyType type,
const CORBA::Any& val,
CORBA_Environment &ACE_TRY_ENV =
TAO_default_environment ());
+
#endif /* TAO_HAS_CORBA_MESSAGING == 1 */
// ----------------------------------------------------------------