diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 1997-10-21 22:39:01 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 1997-10-21 22:39:01 +0000 |
commit | ac9d1e8f0f46a61fa9c815c27f01171850578f9f (patch) | |
tree | 29719f27841280cad1ca0000f5d60e2180d6aa51 /TAO/tao/default_client.cpp | |
parent | b903ae0d84a8a2e50e1ff5e4add0a4d7ccca1e53 (diff) | |
download | ATCD-ac9d1e8f0f46a61fa9c815c27f01171850578f9f.tar.gz |
Orb_Core->orb_core and boa->poa.
Diffstat (limited to 'TAO/tao/default_client.cpp')
-rw-r--r-- | TAO/tao/default_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/default_client.cpp b/TAO/tao/default_client.cpp index da548156cbc..ea095abdd40 100644 --- a/TAO/tao/default_client.cpp +++ b/TAO/tao/default_client.cpp @@ -14,7 +14,7 @@ // ============================================================================ #include "tao/default_client.h" -#include "tao/Orb_Core.h" +#include "tao/orb_core.h" TAO_Default_Client_Strategy_Factory::TAO_Default_Client_Strategy_Factory (void) { |