summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tao/DynamicInterface/Request.inl2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 3effba32472..0c8c9f5ee3a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Tue Apr 12 03:58:55 2005 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * tao/DynamicInterface/Request.inl:
+
+ Fixed an error in the emulation exception builds.
+
Tue Apr 12 09:33:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/*.pidl:
diff --git a/TAO/tao/DynamicInterface/Request.inl b/TAO/tao/DynamicInterface/Request.inl
index a5af8a567a4..4b625ef61da 100644
--- a/TAO/tao/DynamicInterface/Request.inl
+++ b/TAO/tao/DynamicInterface/Request.inl
@@ -187,7 +187,7 @@ CORBA::Request::raw_user_exception (void)
}
ACE_INLINE CORBA::Boolean
-CORBA::Request::response_received (ACE_ENV_SINGLE_ARG_DECL)
+CORBA::Request::response_received (void)
{
ACE_GUARD_RETURN (TAO_SYNCH_MUTEX,
ace_mon,