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 | 29b46ff4c59ef9b6b6315ed4f5a50ac43ee1e74d (patch) | |
tree | 2f7e3ba21d4b6b36351a050b2143b235f77679dd /TAO/tao/PortableServer/ImplicitActivationStrategyFactoryImpl.cpp | |
parent | d04bc75aa075b296afe89db3b88c5d90bc170c3f (diff) | |
download | ATCD-29b46ff4c59ef9b6b6315ed4f5a50ac43ee1e74d.tar.gz |
ChangeLogTag: Fri Mar 10 07:09:22 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/tao/PortableServer/ImplicitActivationStrategyFactoryImpl.cpp')
-rw-r--r-- | TAO/tao/PortableServer/ImplicitActivationStrategyFactoryImpl.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/PortableServer/ImplicitActivationStrategyFactoryImpl.cpp b/TAO/tao/PortableServer/ImplicitActivationStrategyFactoryImpl.cpp index 993f2362d13..0fa7771687c 100644 --- a/TAO/tao/PortableServer/ImplicitActivationStrategyFactoryImpl.cpp +++ b/TAO/tao/PortableServer/ImplicitActivationStrategyFactoryImpl.cpp @@ -1,9 +1,9 @@ // $Id$ -#include "ImplicitActivationStrategyFactoryImpl.h" +#include "tao/PortableServer/ImplicitActivationStrategyFactoryImpl.h" #include "ace/Dynamic_Service.h" -#include "ImplicitActivationStrategyImplicit.h" -#include "ImplicitActivationStrategyExplicit.h" +#include "tao/PortableServer/ImplicitActivationStrategyImplicit.h" +#include "tao/PortableServer/ImplicitActivationStrategyExplicit.h" ACE_RCSID (PortableServer, ImplicitActivationStrategyFactoryImpl, |