summaryrefslogtreecommitdiff
path: root/TAO/tao/Stub_Factory.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:42:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:42:44 +0000
commit1ce4bfe566cacc77785f53a0133d4c40f1d4146b (patch)
tree847cc2e50062a205e1c6b9d74eafe66e135e9b73 /TAO/tao/Stub_Factory.h
parent58c2d4f3d71d8c8258a9e659a37ca03e5f4bc5cf (diff)
downloadATCD-1ce4bfe566cacc77785f53a0133d4c40f1d4146b.tar.gz
Wed Jan 24 12:25:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Stub_Factory.h')
-rw-r--r--TAO/tao/Stub_Factory.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/TAO/tao/Stub_Factory.h b/TAO/tao/Stub_Factory.h
index d500f7d83db..ac056c56a60 100644
--- a/TAO/tao/Stub_Factory.h
+++ b/TAO/tao/Stub_Factory.h
@@ -29,7 +29,6 @@
#include /**/ "tao/Versioned_Namespace.h"
#include "ace/Service_Object.h"
-#include "ace/CORBA_macros.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
@@ -38,11 +37,6 @@ class TAO_MProfile;
class TAO_ORB_Core;
class TAO_Stub;
-namespace CORBA
-{
- class Environment;
-}
-
/**
* @class TAO_Stub_Factory
*
@@ -62,8 +56,7 @@ public:
/// Creates a Stub Object.
virtual TAO_Stub *create_stub (const char *repository_id,
const TAO_MProfile &profiles,
- TAO_ORB_Core *orb_core
- ACE_ENV_ARG_DECL) = 0;
+ TAO_ORB_Core *orb_core) = 0;
};
TAO_END_VERSIONED_NAMESPACE_DECL