summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-06-14 13:15:22 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-06-14 13:15:22 +0000
commit840df126cd7e487fbe9be05d5b43fc85b168b223 (patch)
tree3fd9b1d78b6b0934693c27e5b032a6299002d371 /TAO/TAO_IDL/be_include
parent5dcdb350ed748239551cc5fbc953eceb6ad10460 (diff)
downloadATCD-840df126cd7e487fbe9be05d5b43fc85b168b223.tar.gz
ChangeLogTag: Tue Jun 14 13:12:05 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be_include')
-rw-r--r--TAO/TAO_IDL/be_include/be_valuetype.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_valuetype.h b/TAO/TAO_IDL/be_include/be_valuetype.h
index b060aa3d62e..c92b4952dcd 100644
--- a/TAO/TAO_IDL/be_include/be_valuetype.h
+++ b/TAO/TAO_IDL/be_include/be_valuetype.h
@@ -172,6 +172,10 @@ public:
/// Decides whether to generate the initializing contstructor or not.
bool has_member (void);
+ /// Accessors for the member
+ bool is_amh_excep_holder (void) const;
+ void is_amh_excep_holder (bool val);
+
private:
/// Do we support at least one abstract interface?
bool supports_abstract_;
@@ -181,6 +185,9 @@ private:
/// To differentiate from the interface skeleton name.
char *full_obv_skel_name_;
+
+ /// Flag used by default constructor generator.
+ bool is_amh_excep_holder_;
};
#endif // if !defined