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, 10 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/idl_global.h b/TAO/TAO_IDL/include/idl_global.h
index 51603917a98..e19d77366d4 100644
--- a/TAO/TAO_IDL/include/idl_global.h
+++ b/TAO/TAO_IDL/include/idl_global.h
@@ -606,6 +606,12 @@ public:
virtual idl_bool ami_call_back (void);
// Return the flag.
+ virtual void gen_tie_classes (idl_bool value);
+ // Toggle the generation of tie classes and files.
+
+ virtual idl_bool gen_tie_classes (void);
+ // Return the flag.
+
private:
// Data
UTL_ScopeStack *pd_scopes; // Store scopes stack
@@ -763,6 +769,10 @@ private:
// Flag to indicate whether the AMI Call back feature of the
// Messaging specification should be enabled for the generated files
// or not.
+
+ idl_bool gen_tie_classes_;
+ // Flag to indicate whether we generate the tie classes and
+ // files or not.
};
#endif //_IDL_IDL_GLOBAL_HH