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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/TAO_IDL/include/idl_global.h b/TAO/TAO_IDL/include/idl_global.h
index d8679786da6..6a6467e9313 100644
--- a/TAO/TAO_IDL/include/idl_global.h
+++ b/TAO/TAO_IDL/include/idl_global.h
@@ -537,12 +537,6 @@ public:
virtual idl_bool obv_support (void);
// check if OBV (Valuetype) support is enabled
- virtual void compiled_marshaling (idl_bool);
- // enable compiled marshaling support
-
- virtual idl_bool compiled_marshaling (void);
- // check if we use compiled marshaling
-
virtual void gen_impl_files (idl_bool);
//enable generation of implementation files
@@ -740,9 +734,6 @@ private:
idl_bool obv_opt_accessor_;
// do we optimize valuetype accessors?
- idl_bool compiled_marshaling_;
- // do we support compiled marshaling?
-
idl_bool gen_impl_files_;
// are we generating implementation files?