diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-21 14:32:19 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-21 14:32:19 +0000 |
commit | 064dd434f45df79cbbc3ceb1a09339005feebfbb (patch) | |
tree | 22d17443708602af1cf322d6374e3acf0fbdc7b5 /TAO/tests/POA | |
parent | e1408543ff8d8be3192dea15a18dccdf77dc9215 (diff) | |
download | ATCD-064dd434f45df79cbbc3ceb1a09339005feebfbb.tar.gz |
Diffstat (limited to 'TAO/tests/POA')
-rw-r--r-- | TAO/tests/POA/Bug_1592_Regression/Server_Request_Interceptor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/tests/POA/Bug_1592_Regression/Server_Request_Interceptor.cpp b/TAO/tests/POA/Bug_1592_Regression/Server_Request_Interceptor.cpp index c0c45fc1907..a235fec3cee 100644 --- a/TAO/tests/POA/Bug_1592_Regression/Server_Request_Interceptor.cpp +++ b/TAO/tests/POA/Bug_1592_Regression/Server_Request_Interceptor.cpp @@ -72,7 +72,6 @@ Server_Request_Interceptor::send_reply ( if (ACE_OS::strcmp (op.in (), "shutdown") != 0) { - ACE_ASSERT (::ending_interception_point_called == 0); if (::ending_interception_point_called != 0) { throw CORBA::INTERNAL (); |