diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-10-10 21:32:49 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-10-10 21:32:49 +0000 |
commit | fca411f9a607865da4bd5241332fd1504ba9f3e8 (patch) | |
tree | 9d73099abef83fb01378107de8be470c06b12800 /TAO/TAO_IDL/include | |
parent | 5cb08d43ee36dc4fec850a7d876b0908c4f05565 (diff) | |
download | ATCD-fca411f9a607865da4bd5241332fd1504ba9f3e8.tar.gz |
ChangeLogTag: Mon Oct 10 21:15:45 UTC 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/include')
-rw-r--r-- | TAO/TAO_IDL/include/drv_extern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/drv_extern.h b/TAO/TAO_IDL/include/drv_extern.h index 7c292136e85..7467e0d282f 100644 --- a/TAO/TAO_IDL/include/drv_extern.h +++ b/TAO/TAO_IDL/include/drv_extern.h @@ -76,6 +76,7 @@ extern void DRV_usage (void); extern void DRV_pre_proc (const char *myfile); extern void DRV_store_env_include_paths (void); extern void DRV_cpp_init (void); +extern void DRV_cpp_post_init (void); extern void DRV_cpp_putarg (const char *str); extern void DRV_cpp_new_location (const char *new_loc); extern void DRV_get_orb_idl_includes (void); |