diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-06-11 15:50:29 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-06-11 15:50:29 +0000 |
commit | 35678027e0e64bfc965faf4ed4265aa223f40e92 (patch) | |
tree | a1bfe9edcaa7ee5dcf99267d6f4ea23f5c59eac2 /TAO/tao/PI | |
parent | e726cad7eb55607b7315db4bc4b8368290ede2a5 (diff) | |
download | ATCD-35678027e0e64bfc965faf4ed4265aa223f40e92.tar.gz |
ChangeLogTag: Wed Jun 11 15:51:43 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/PI')
-rw-r--r-- | TAO/tao/PI/DLL_Resident_ORB_Initializer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/PI/DLL_Resident_ORB_Initializer.h b/TAO/tao/PI/DLL_Resident_ORB_Initializer.h index 9c44d5bda96..6304294fb68 100644 --- a/TAO/tao/PI/DLL_Resident_ORB_Initializer.h +++ b/TAO/tao/PI/DLL_Resident_ORB_Initializer.h @@ -15,11 +15,12 @@ #define PI_DLL_RESIDENT_ORB_INITIALIZER_H #include /**/ "ace/pre.h" +#include "ace/DLL.h" + #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "ace/DLL.h" #include "tao/PI/PI.h" #include "tao/LocalObject.h" //#include "tao/PI/ORBInitializerC.h" |