diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-28 04:28:27 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-28 04:28:27 +0000 |
commit | 8a9e2e86cfda8de4b96f33cba6ea002bfc5083c0 (patch) | |
tree | 55428b646361b006afdc0a913166ff7816098a45 /TAO/TAO_IDL/include | |
parent | ac1b8040446001bbf754b8b4f46780a04b72d5f9 (diff) | |
download | ATCD-8a9e2e86cfda8de4b96f33cba6ea002bfc5083c0.tar.gz |
.
Diffstat (limited to 'TAO/TAO_IDL/include')
-rw-r--r-- | TAO/TAO_IDL/include/idl_global.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/idl_global.h b/TAO/TAO_IDL/include/idl_global.h index a224ee07160..b6486f60174 100644 --- a/TAO/TAO_IDL/include/idl_global.h +++ b/TAO/TAO_IDL/include/idl_global.h @@ -384,6 +384,14 @@ public: // set the name of the include file that contains the export // macro definition. + virtual const char* pch_include (void) const; + // returns the name of the include file to be used for precompiled + // header support. + + virtual void pch_include (const char* s); + // set the name of the include file to be used for precompiled + // header support. + // = Set and get methods for different file name endings. virtual void client_hdr_ending (const char* s); @@ -615,6 +623,7 @@ private: char* export_macro_; char* export_include_; + char* pch_include_; // Client's header file name ending. Default is "C.h". char* client_hdr_ending_; |