summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-04-29 11:54:08 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-04-29 11:54:08 +0200
commit9096ce55d62cafdcc3304420ec2e87b464205a71 (patch)
tree57f2e858f00655b0d9fdaad68d6a5e5d454431f5
parentd7c2c70f375caf8bb135d84462b9b702cf01b932 (diff)
downloadATCD-9096ce55d62cafdcc3304420ec2e87b464205a71.tar.gz
Fixed compile error
* TAO/tao/RTScheduling/Request_Interceptor.cpp:
-rw-r--r--TAO/tao/RTScheduling/Request_Interceptor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/RTScheduling/Request_Interceptor.cpp b/TAO/tao/RTScheduling/Request_Interceptor.cpp
index e0046a2ff26..a69afc6dccc 100644
--- a/TAO/tao/RTScheduling/Request_Interceptor.cpp
+++ b/TAO/tao/RTScheduling/Request_Interceptor.cpp
@@ -232,7 +232,7 @@ Client_Interceptor::receive_other (PortableInterceptor::ClientRequestInfo_ptr ri
}
char*
-Client_Interceptor::name (
+Client_Interceptor::name ()
{
return CORBA::string_dup ("RTSchdeuler_Client_Interceptor");
}