summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog6
-rwxr-xr-xTAO/orbsvcs/tests/Bug_2248_Regression/Server_Request_Interceptor.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 12624a3e64e..e2354ef9a9c 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Oct 6 15:44:13 2005 Simon McQueen <sm@prismtech.com>
+
+ * orbsvcs/tests/Bug_2248_Regression/Server_Request_Interceptor.h:
+
+ Yet another emulated exception fix.
+
Thu Oct 6 10:02:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Big_AMI/*:
diff --git a/TAO/orbsvcs/tests/Bug_2248_Regression/Server_Request_Interceptor.h b/TAO/orbsvcs/tests/Bug_2248_Regression/Server_Request_Interceptor.h
index 1aed178fce6..c9a8151677a 100755
--- a/TAO/orbsvcs/tests/Bug_2248_Regression/Server_Request_Interceptor.h
+++ b/TAO/orbsvcs/tests/Bug_2248_Regression/Server_Request_Interceptor.h
@@ -46,7 +46,7 @@ public:
~Server_Request_Interceptor (void);
/// Set the references to which requests will be forwarded.
- virtual void forward_reference (const char* iorstr)
+ virtual void forward_reference (const char* iorstr ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
/**