summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-30 03:45:01 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-30 03:45:01 +0000
commit5e241a5d6371e8c2ca008d4c3f108f3cf9272869 (patch)
tree0363452ae3dcf95f300022a99e8b8e27e084e16e /TAO
parent2808a47025b9958e507e836a8ab21e21096fe070 (diff)
downloadATCD-5e241a5d6371e8c2ca008d4c3f108f3cf9272869.tar.gz
ChangeLogTag: 'head -1 ChangeLog'
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/tao/Pluggable_Messaging.cpp10
-rw-r--r--TAO/tao/Pluggable_Messaging.h2
3 files changed, 17 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 7104d17d131..0dde6546748 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Sat Apr 29 22:41:57 2000 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tao/Pluggable_Messaging.h:
+ * tao/Pluggable_Messaging.cpp: Fixed a compile error in
+ KAI. Thanks to Darrell for reporting this.
+
Sat Apr 29 19:41:15 2000 Carlos O'Ryan <coryan@uci.edu>
* tao/Invocation.cpp:
diff --git a/TAO/tao/Pluggable_Messaging.cpp b/TAO/tao/Pluggable_Messaging.cpp
index ae7ff98e869..deba7c495b3 100644
--- a/TAO/tao/Pluggable_Messaging.cpp
+++ b/TAO/tao/Pluggable_Messaging.cpp
@@ -19,6 +19,16 @@ TAO_Pluggable_Messaging::~TAO_Pluggable_Messaging (void)
//no-op
}
+CORBA::Boolean
+TAO_Pluggable_Messaging::write_reply_header (TAO_OutputCDR & /*cdr*/,
+ TAO_Pluggable_Reply_Params & /*params*/,
+ CORBA::Environment & /*ACE_TRY_ENV*/)
+
+ ACE_THROW_SPEC ((CORBA::SystemException))
+{
+ ACE_NOTSUP_RETURN (0);
+}
+
int
TAO_Pluggable_Messaging:: transport_message (TAO_Transport *transport,
TAO_OutputCDR &stream,
diff --git a/TAO/tao/Pluggable_Messaging.h b/TAO/tao/Pluggable_Messaging.h
index 759fc5f77df..e351bd14172 100644
--- a/TAO/tao/Pluggable_Messaging.h
+++ b/TAO/tao/Pluggable_Messaging.h
@@ -120,7 +120,7 @@ public:
TAO_Pluggable_Reply_Params &params,
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ())
- ACE_THROW_SPEC ((CORBA::SystemException)) = 0;
+ ACE_THROW_SPEC ((CORBA::SystemException));
// Write the reply header
// The reply header is a part of any messaging protocol. The
// messaging protocol implementation would implement the way the