summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/idl_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/idl_global.h')
-rw-r--r--TAO/TAO_IDL/include/idl_global.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/TAO_IDL/include/idl_global.h b/TAO/TAO_IDL/include/idl_global.h
index 51603917a98..be05997ff50 100644
--- a/TAO/TAO_IDL/include/idl_global.h
+++ b/TAO/TAO_IDL/include/idl_global.h
@@ -579,13 +579,6 @@ public:
virtual idl_bool exception_support (void);
// check if real C++ exception support is to be enabled
- virtual void gen_locality_constraint (idl_bool);
- // Enable generating locality constraint objects stubs/skeletons.
-
- virtual idl_bool gen_locality_constraint (void);
- // check if generating locality constraint objects support is to be
- // enabled.
-
virtual void opt_tc (idl_bool);
// enable optimized typecodes
@@ -749,9 +742,6 @@ private:
idl_bool exception_support_;
// do we support real C++ exceptions (strict mapping) for stubs/skeletons?
- idl_bool gen_locality_constraint_;
- // do we support generating of locality constraint objects?
-
idl_bool opt_tc_;
// do we generate optimized typecodes?