summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_global.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_global.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be_include/be_global.h b/TAO/TAO_IDL/be_include/be_global.h
index ba52b8e1656..15e9a359a38 100644
--- a/TAO/TAO_IDL/be_include/be_global.h
+++ b/TAO/TAO_IDL/be_include/be_global.h
@@ -850,6 +850,9 @@ public:
bool in_facet_servant (void) const;
void in_facet_servant (bool val);
+ bool gen_arg_traits (void) const;
+ void gen_arg_traits (bool val);
+
unsigned long tab_size (void) const;
void tab_size (unsigned long val);
@@ -1205,8 +1208,11 @@ private:
/// Are we generating STL types?
bool alt_mapping_;
- /// Are we generating a facet servant?
+ /// Are we in the act of generating a facet servant?
bool in_facet_servant_;
+
+ /// Are we generating arg traits template instantiations?
+ bool gen_arg_traits_;
};
#endif /* _BE_GLOBAL_H */