summaryrefslogtreecommitdiff
path: root/TAO/tao/CodecFactory_ORBInitializer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CodecFactory_ORBInitializer.h')
-rw-r--r--TAO/tao/CodecFactory_ORBInitializer.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/TAO/tao/CodecFactory_ORBInitializer.h b/TAO/tao/CodecFactory_ORBInitializer.h
index ac074a0a392..bbaf3fc8f0e 100644
--- a/TAO/tao/CodecFactory_ORBInitializer.h
+++ b/TAO/tao/CodecFactory_ORBInitializer.h
@@ -24,7 +24,7 @@
#include "PortableInterceptorC.h"
#include "LocalObject.h"
-#include "IOPC.h"
+#include "CodecFactory.h"
// This is to remove "inherits via dominance" warnings from MSVC.
// MSVC is being a little too paranoid.
@@ -61,12 +61,9 @@ public:
private:
/// Instance of the IOP::CodecFactory.
- /**
- * The CodecFactory is stateless and reentrant, so share a single
- * instance between all ORBs.
- */
- IOP::CodecFactory_var codec_factory_;
-
+ /// The CodecFactory is stateless and reentrant, so share a single
+ /// instance between all ORBs.
+ TAO_CodecFactory codec_factory_;
};
#if defined(_MSC_VER) && (_MSC_VER >= 1200)