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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/CodecFactory.h b/TAO/tao/CodecFactory.h
index 63f76a7dae1..8381c3a178f 100644
--- a/TAO/tao/CodecFactory.h
+++ b/TAO/tao/CodecFactory.h
@@ -53,10 +53,10 @@ 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 =
- TAO_default_environment ())
+ CORBA::Environment &ACE_TRY_ENV =
+ TAO_default_environment ())
ACE_THROW_SPEC ((CORBA::SystemException,
- IOP::CodecFactory::UnknownEncoding));
+ IOP::CodecFactory::UnknownEncoding));
private: