summaryrefslogtreecommitdiff
path: root/TAO/tao/CodecFactory.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
commitb09a915fc340b87dec9269d22d5f00eca28b3782 (patch)
tree3aca7b80fb3b727228fd51bcc7ed39520cb5229e /TAO/tao/CodecFactory.h
parent2eb1b488e19d9a5d04bbc94885797c1481150a07 (diff)
downloadATCD-b09a915fc340b87dec9269d22d5f00eca28b3782.tar.gz
ChangeLogTag:Sun Aug 12 17:55:57 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/CodecFactory.h')
-rw-r--r--TAO/tao/CodecFactory.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/TAO/tao/CodecFactory.h b/TAO/tao/CodecFactory.h
index 63f76a7dae1..3e0c9f03508 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 of a given type, such as a
- * CDR encapsulation Codec.
+ * This class can be used to create Codec (coder/decoder) of a given
+ * type, such as a CDR encapsulation Codec.
*/
class TAO_Export TAO_CodecFactory
: public virtual IOP::CodecFactory,
- public virtual CORBA::LocalObject
+ public virtual TAO_Local_RefCounted_Object
{
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,4 +75,3 @@ private:
#include "ace/post.h"
#endif /* TAO_CODEC_FACTORY_H */
-