summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-09-13 19:19:04 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-09-13 19:19:04 +0000
commitf7d14d8d2741e88576f565b382fb7ad71e0fca7e (patch)
tree8925c225f987b640693d11d23e6a033980e63f7f /TAO/TAO_IDL/be_include
parentd7d869e9885f355de69af139e6393ef996129205 (diff)
downloadATCD-f7d14d8d2741e88576f565b382fb7ad71e0fca7e.tar.gz
ChangeLogTag: Mon Sep 13 19:09:35 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be_include')
-rw-r--r--TAO/TAO_IDL/be_include/be_global.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_global.h b/TAO/TAO_IDL/be_include/be_global.h
index 72549694b67..b538c060f68 100644
--- a/TAO/TAO_IDL/be_include/be_global.h
+++ b/TAO/TAO_IDL/be_include/be_global.h
@@ -558,6 +558,14 @@ public:
*/
const char* output_dir (void) const;
+ /// Set the path for all *C.* file includes.
+ /// Default is local directory or $TAO_ROOT/tao.
+ void stub_include_dir (const char* s);
+
+ /// Get the path for all *C.* file includes.
+ /// Default is local directory or $TAO_ROOT/tao.
+ const char* stub_include_dir (void) const;
+
/// Set the directory where all the *S.* files are
/// to be kept. Default is output_dir_.
void skel_output_dir (const char* s);
@@ -974,6 +982,12 @@ private:
char* output_dir_;
/**
+ * Path for all *C.* includes. Default value is 0, in which case
+ * the local directory or $TAO_ROOT/tao is used.
+ */
+ char* stub_include_dir_;
+
+ /**
* Directory where all the *S.* files are to be
* kept. Default value is 0 for this string which means the
* value for output_dir_ is used.