diff options
author | gokhale <asgokhale@users.noreply.github.com> | 1997-08-10 14:26:42 +0000 |
---|---|---|
committer | gokhale <asgokhale@users.noreply.github.com> | 1997-08-10 14:26:42 +0000 |
commit | 80c1e04971df82da8c86b0e3ec5da4c33c8e9244 (patch) | |
tree | e610063c5af218d4030bb5ca8b8bd450cb9c8949 /TAO/tao/params.cpp | |
parent | 77c27dd455853fa54768f27ab2f9cb59d24c7dce (diff) | |
download | ATCD-80c1e04971df82da8c86b0e3ec5da4c33c8e9244.tar.gz |
CORBA_ to CORBA:: transformation. All files changed.
Diffstat (limited to 'TAO/tao/params.cpp')
-rw-r--r-- | TAO/tao/params.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/params.cpp b/TAO/tao/params.cpp index 63d8726659c..c6d17566970 100644 --- a/TAO/tao/params.cpp +++ b/TAO/tao/params.cpp @@ -1,6 +1,10 @@ +#if 0 #include "tao/params.h" #include "tao/connect.h" #include "tao/objtable.h" +#endif + +#include "tao/corba.h" TAO_OA_Parameters * TAO_OA_Parameters::instance (void) |