summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/RT_ProtocolPropertiesC.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:52:29 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:52:29 +0100
commit104d9f8a30c479fe661883b295f120ab035645d9 (patch)
treeaa39aaa576d8ce2e1666df7a750d77df1a33232e /TAO/tao/RTCORBA/RT_ProtocolPropertiesC.cpp
parent2d22ad2099d46d44fa05778313a8d4c9c4a4eba3 (diff)
downloadATCD-104d9f8a30c479fe661883b295f120ab035645d9.tar.gz
Removed redundant void
Diffstat (limited to 'TAO/tao/RTCORBA/RT_ProtocolPropertiesC.cpp')
-rw-r--r--TAO/tao/RTCORBA/RT_ProtocolPropertiesC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/RTCORBA/RT_ProtocolPropertiesC.cpp b/TAO/tao/RTCORBA/RT_ProtocolPropertiesC.cpp
index c2d3aa2ba91..c7ae47b6ab6 100644
--- a/TAO/tao/RTCORBA/RT_ProtocolPropertiesC.cpp
+++ b/TAO/tao/RTCORBA/RT_ProtocolPropertiesC.cpp
@@ -167,7 +167,7 @@ RTCORBA::ProtocolProperties::_is_a (const char *value)
}
}
-const char* RTCORBA::ProtocolProperties::_interface_repository_id (void) const
+const char* RTCORBA::ProtocolProperties::_interface_repository_id () const
{
return "IDL:omg.org/RTCORBA/ProtocolProperties:1.0";
}