diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-26 08:08:20 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-26 08:08:20 +0000 |
commit | 153d0f60c2deedc977bd4d14e1dc44f988e5f5b7 (patch) | |
tree | e01a606b111abd8a7e66fea74915666c7fd0a4f9 /TAO | |
parent | 9e8175a35d526fc4d28528b3bc2866ca0b7280de (diff) | |
download | ATCD-153d0f60c2deedc977bd4d14e1dc44f988e5f5b7.tar.gz |
Changed from using Strategies_T.h to Strategies.h.
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/tao/corba.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/corba.h b/TAO/tao/corba.h index 4d35cc469bf..517573c45bb 100644 --- a/TAO/tao/corba.h +++ b/TAO/tao/corba.h @@ -41,7 +41,7 @@ #include "ace/INET_Addr.h" #include "ace/SOCK_Acceptor.h" #include "ace/SOCK_Connector.h" -#include "ace/Strategies_T.h" +#include "ace/Strategies.h" #include "ace/Connector.h" #include "ace/Singleton.h" #include "ace/Reactor.h" |