diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-02-08 20:34:32 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-02-08 20:34:32 +0000 |
commit | bbf2483c36614c7c78189a95d401caca48a7fe7b (patch) | |
tree | b77b4d11a7dbcac0468039dc144580f3f04594de /TAO/tao/DLL_ORB.cpp | |
parent | bfdd2d82074db132f2e38ae756959ba2e1f72a80 (diff) | |
download | ATCD-bbf2483c36614c7c78189a95d401caca48a7fe7b.tar.gz |
ChangeLogTag:Fri Feb 8 12:33:29 2002 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/DLL_ORB.cpp')
-rw-r--r-- | TAO/tao/DLL_ORB.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/DLL_ORB.cpp b/TAO/tao/DLL_ORB.cpp index 62ed79c9018..1cbdf9370f3 100644 --- a/TAO/tao/DLL_ORB.cpp +++ b/TAO/tao/DLL_ORB.cpp @@ -1,10 +1,12 @@ // -*- C++ -*- -#include "ace/ARGV.h" -#include "ace/Dynamic_Service.h" #include "tao/DLL_ORB.h" #include "tao/TAO_Singleton_Manager.h" +#include "tao/Environment.h" + #include "tao/debug.h" +#include "ace/ARGV.h" +#include "ace/Dynamic_Service.h" ACE_RCSID (tao, DLL_ORB, |