diff options
author | cleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-09 20:11:14 +0000 |
---|---|---|
committer | cleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-09 20:11:14 +0000 |
commit | d234f4cdb967aef50b6f87d99cc490563d950882 (patch) | |
tree | cf2cca945d56f99c6058fae18ee349432c52cef4 /TAO/IIOP/lib/orbobj.cpp | |
parent | ab8123b7e37ba59e4488561426bd81a9988f9c94 (diff) | |
download | ATCD-d234f4cdb967aef50b6f87d99cc490563d950882.tar.gz |
Massive rename of files to conform to ACE standard of .h extension for
headers.
Diffstat (limited to 'TAO/IIOP/lib/orbobj.cpp')
-rw-r--r-- | TAO/IIOP/lib/orbobj.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/IIOP/lib/orbobj.cpp b/TAO/IIOP/lib/orbobj.cpp index 047f1a0cc59..527f6fbd28c 100644 --- a/TAO/IIOP/lib/orbobj.cpp +++ b/TAO/IIOP/lib/orbobj.cpp @@ -14,14 +14,14 @@ #include <signal.h> #include <string.h> -#include "orb.hh" -#include "stub.hh" -#include "debug.hh" -#include "iioporb.hh" // XXX - -#include "params.hh" -#include "boa.hh" -#include "roa.hh" +#include "orb.h" +#include "stub.h" +#include "debug.h" +#include "iioporb.h" // XXX + +#include "params.h" +#include "boa.h" +#include "roa.h" #include <initguid.h> extern void __TC_init_table (); |