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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_global.h b/TAO/TAO_IDL/be_include/be_global.h
index 15e9a359a38..80c01149d15 100644
--- a/TAO/TAO_IDL/be_include/be_global.h
+++ b/TAO/TAO_IDL/be_include/be_global.h
@@ -853,6 +853,9 @@ public:
bool gen_arg_traits (void) const;
void gen_arg_traits (bool val);
+ bool gen_anytypecode_adapter (void) const;
+ void gen_anytypecode_adapter (bool val);
+
unsigned long tab_size (void) const;
void tab_size (unsigned long val);
@@ -1213,6 +1216,10 @@ private:
/// Are we generating arg traits template instantiations?
bool gen_arg_traits_;
+
+ /// Generating arg traits in the ORB for the basic type
+ /// sequences requires the AnyTypeCode_Adapter class.
+ bool gen_anytypecode_adapter_;
};
#endif /* _BE_GLOBAL_H */