summaryrefslogtreecommitdiff
path: root/TAO/tao/CodecFactory_ORBInitializer.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-08-13 01:01:54 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-08-13 01:01:54 +0000
commit6ddf891228ec0d66cfb5c4f3e63755a9706131e8 (patch)
tree3aca7b80fb3b727228fd51bcc7ed39520cb5229e /TAO/tao/CodecFactory_ORBInitializer.h
parent0b22ee1ef6e7b10c52e9de7cb100fef0bdc20549 (diff)
downloadATCD-6ddf891228ec0d66cfb5c4f3e63755a9706131e8.tar.gz
ChangeLogTag:Sun Aug 12 17:55:57 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/CodecFactory_ORBInitializer.h')
-rw-r--r--TAO/tao/CodecFactory_ORBInitializer.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/TAO/tao/CodecFactory_ORBInitializer.h b/TAO/tao/CodecFactory_ORBInitializer.h
index bbaf3fc8f0e..ac074a0a392 100644
--- a/TAO/tao/CodecFactory_ORBInitializer.h
+++ b/TAO/tao/CodecFactory_ORBInitializer.h
@@ -24,7 +24,7 @@
#include "PortableInterceptorC.h"
#include "LocalObject.h"
-#include "CodecFactory.h"
+#include "IOPC.h"
// This is to remove "inherits via dominance" warnings from MSVC.
// MSVC is being a little too paranoid.
@@ -61,9 +61,12 @@ public:
private:
/// Instance of the IOP::CodecFactory.
- /// The CodecFactory is stateless and reentrant, so share a single
- /// instance between all ORBs.
- TAO_CodecFactory codec_factory_;
+ /**
+ * The CodecFactory is stateless and reentrant, so share a single
+ * instance between all ORBs.
+ */
+ IOP::CodecFactory_var codec_factory_;
+
};
#if defined(_MSC_VER) && (_MSC_VER >= 1200)