summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2018-10-04 16:22:01 -0500
committerFred Hornsey <hornseyf@objectcomputing.com>2018-10-04 16:22:01 -0500
commit923a7a5b52d97d99d421f3af7f73167a2184dfff (patch)
tree668b96a211b94df6b54bc7ecce5445191a2f1d3e /TAO/TAO_IDL/be_include
parent0876856455a8047607efa333e65f92667ac5cbcc (diff)
downloadATCD-923a7a5b52d97d99d421f3af7f73167a2184dfff.tar.gz
tao_idl: Improvments to Command Line Arguments
Diffstat (limited to 'TAO/TAO_IDL/be_include')
-rw-r--r--TAO/TAO_IDL/be_include/be_global.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be_include/be_global.h b/TAO/TAO_IDL/be_include/be_global.h
index a84c642cf7d..f0e306d55cd 100644
--- a/TAO/TAO_IDL/be_include/be_global.h
+++ b/TAO/TAO_IDL/be_include/be_global.h
@@ -929,8 +929,11 @@ public:
/// implementations in IDL and IFR backends.
ACE_CString spawn_options (void);
- /// Parse args that affect the backend.
- void parse_args (long &i, char **av);
+ /**
+ * Parse an argument that the frontend did not reconize, returns true if
+ * there was an error parsing the argument(s).
+ */
+ bool parse_args (long &i, char **av);
private:
/**