summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/DevGuideExamples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-01-21 13:41:15 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-01-21 13:41:15 +0100
commit341eb88adc828eef2bbdc5468785224c5315d1b2 (patch)
treeaa276d2034edb408e04a543006452c02a2eee00e /TAO/orbsvcs/DevGuideExamples
parent0d6ea220fc47f081de78c4193f8d5dd9fc2ac523 (diff)
downloadATCD-341eb88adc828eef2bbdc5468785224c5315d1b2.tar.gz
Remove duplicate semi-colon
Diffstat (limited to 'TAO/orbsvcs/DevGuideExamples')
-rw-r--r--TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/ServerInterceptor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/ServerInterceptor.cpp b/TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/ServerInterceptor.cpp
index 7b4bef43561..5fae85e4a42 100644
--- a/TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/ServerInterceptor.cpp
+++ b/TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/ServerInterceptor.cpp
@@ -70,7 +70,7 @@ ServerInterceptor::receive_request (
std::cout << "Permission Granted " << std::endl;
}
else {
- std::cout << "Permission Denied " << std::endl;;
+ std::cout << "Permission Denied " << std::endl;
}
}