diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-03-10 07:19:20 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-03-10 07:19:20 +0000 |
commit | 09391ca1718ce13201bb361ed31b7eab80d1f139 (patch) | |
tree | 2f7e3ba21d4b6b36351a050b2143b235f77679dd /TAO/tao/PortableServer/ImplicitActivationPolicy.h | |
parent | b02c46d2b884cb5c507cfac701587ffcf7c01915 (diff) | |
download | ATCD-09391ca1718ce13201bb361ed31b7eab80d1f139.tar.gz |
ChangeLogTag: Fri Mar 10 07:09:22 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/tao/PortableServer/ImplicitActivationPolicy.h')
-rw-r--r-- | TAO/tao/PortableServer/ImplicitActivationPolicy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/ImplicitActivationPolicy.h b/TAO/tao/PortableServer/ImplicitActivationPolicy.h index c2e61c7c2ea..ee7f98bbbe5 100644 --- a/TAO/tao/PortableServer/ImplicitActivationPolicy.h +++ b/TAO/tao/PortableServer/ImplicitActivationPolicy.h @@ -14,13 +14,13 @@ #define TAO_PORTABLESERVER_IMPLICITACTIVATIONPOLICY_H #include /**/ "ace/pre.h" -#include "portableserver_export.h" +#include "tao/PortableServer/portableserver_export.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "ImplicitActivationPolicyC.h" +#include "tao/PortableServer/ImplicitActivationPolicyC.h" #include "tao/LocalObject.h" // This is to remove "inherits via dominance" warnings from MSVC. |