summaryrefslogtreecommitdiff
path: root/TAO/tao/CodecFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CodecFactory.h')
-rw-r--r--TAO/tao/CodecFactory.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/tao/CodecFactory.h b/TAO/tao/CodecFactory.h
index 3e0c9f03508..63f76a7dae1 100644
--- a/TAO/tao/CodecFactory.h
+++ b/TAO/tao/CodecFactory.h
@@ -39,12 +39,12 @@
*
* @brief Implementation of the IOP::CodecFactory interface.
*
- * This class can be used to create Codec (coder/decoder) of a given
- * type, such as a CDR encapsulation Codec.
+ * This class can be used to create Codec of a given type, such as a
+ * CDR encapsulation Codec.
*/
class TAO_Export TAO_CodecFactory
: public virtual IOP::CodecFactory,
- public virtual TAO_Local_RefCounted_Object
+ public virtual CORBA::LocalObject
{
public:
@@ -53,7 +53,7 @@ public:
/// Create a Coder/Decoder for the given type of encoding.
virtual IOP::Codec_ptr create_codec (const IOP::Encoding & enc,
- CORBA::Environment &ACE_TRY_ENV =
+ CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ())
ACE_THROW_SPEC ((CORBA::SystemException,
IOP::CodecFactory::UnknownEncoding));
@@ -75,3 +75,4 @@ private:
#include "ace/post.h"
#endif /* TAO_CODEC_FACTORY_H */
+