summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/Servant_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/Servant_Factory.h')
-rw-r--r--TAO/orbsvcs/IFR_Service/Servant_Factory.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/orbsvcs/IFR_Service/Servant_Factory.h b/TAO/orbsvcs/IFR_Service/Servant_Factory.h
index 29ecc0b2f90..3b3716ed4ef 100644
--- a/TAO/orbsvcs/IFR_Service/Servant_Factory.h
+++ b/TAO/orbsvcs/IFR_Service/Servant_Factory.h
@@ -26,7 +26,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/IFR_Client/ifrfwd.h"
#include "ace/Configuration.h"
class TAO_IDLType_i;
@@ -67,7 +66,7 @@ public:
CORBA::Environment &ACE_TRY_ENV);
// Used by the servant locator to create a servant.
- CORBA::Object_ptr create_objref (IR_DefinitionKind def_kind,
+ CORBA::Object_ptr create_objref (CORBA::DefinitionKind def_kind,
const char *obj_id,
CORBA::Environment &ACE_TRY_ENV);
// Used to create return values.