diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-10-28 18:31:01 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-10-28 18:31:01 +0000 |
commit | c20c95d4d526d887c9782960a3ff73f63c3c1c85 (patch) | |
tree | fd6ae8c3db752254802dfaafd1543974a4741e47 /TAO/tao/Stub_Factory.h | |
parent | 3d20d6aedf2b56b86fe2a386777c7afbf1c19c93 (diff) | |
download | ATCD-c20c95d4d526d887c9782960a3ff73f63c3c1c85.tar.gz |
ChangeLogTag:Tue Oct 28 12:02:47 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Stub_Factory.h')
-rw-r--r-- | TAO/tao/Stub_Factory.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/TAO/tao/Stub_Factory.h b/TAO/tao/Stub_Factory.h index a9717d9459b..4effc5450ac 100644 --- a/TAO/tao/Stub_Factory.h +++ b/TAO/tao/Stub_Factory.h @@ -19,21 +19,26 @@ #define TAO_STUB_FACTORY_H_ #include /**/ "ace/pre.h" -#include "tao/corbafwd.h" +#include "ace/CORBA_macros.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "ace/Service_Object.h" -#include "ace/CORBA_macros.h" +#include "tao/TAO_Export.h" // Forward references class TAO_MProfile; class TAO_ORB_Core; class TAO_Stub; +namespace CORBA +{ + class Environment; +} + /** * @class TAO_Stub_Factory * @@ -44,8 +49,7 @@ class TAO_Stub; * plugged into the ORB_Core, and is used by the ORB_Core to create * Stub Objects. */ -class TAO_Export TAO_Stub_Factory - : public ACE_Service_Object +class TAO_Export TAO_Stub_Factory : public ACE_Service_Object { public: // -- Ctor/Dtor -- |