summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.h
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/IIOP_Profile.h
parent2d22ad2099d46d44fa05778313a8d4c9c4a4eba3 (diff)
downloadATCD-104d9f8a30c479fe661883b295f120ab035645d9.tar.gz
Removed redundant void
Diffstat (limited to 'TAO/tao/IIOP_Profile.h')
-rw-r--r--TAO/tao/IIOP_Profile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/IIOP_Profile.h b/TAO/tao/IIOP_Profile.h
index a3c45dc3fca..98248d2b542 100644
--- a/TAO/tao/IIOP_Profile.h
+++ b/TAO/tao/IIOP_Profile.h
@@ -86,10 +86,10 @@ public:
virtual void add_generic_endpoint (TAO_Endpoint *ep);
/// The object key delimiter that IIOP uses or expects.
- virtual char object_key_delimiter (void) const;
+ virtual char object_key_delimiter () const;
/// Template methods. Please see Profile.h for documentation.
- virtual char * to_string (void) const;
+ virtual char * to_string () const;
/// Encode endpoints for RT profiles, using a single TAO_TAG_ENDPOINT
/// component.
@@ -106,7 +106,7 @@ public:
/// regardless of the final type of the profile.
virtual TAO_Endpoint *base_endpoint (void);
- virtual CORBA::ULong endpoint_count (void) const;
+ virtual CORBA::ULong endpoint_count () const;
virtual CORBA::ULong hash (CORBA::ULong max);
protected: