diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-03-17 10:52:29 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-03-17 10:52:29 +0100 |
commit | 104d9f8a30c479fe661883b295f120ab035645d9 (patch) | |
tree | aa39aaa576d8ce2e1666df7a750d77df1a33232e /TAO/tao/Endpoint.h | |
parent | 2d22ad2099d46d44fa05778313a8d4c9c4a4eba3 (diff) | |
download | ATCD-104d9f8a30c479fe661883b295f120ab035645d9.tar.gz |
Removed redundant void
Diffstat (limited to 'TAO/tao/Endpoint.h')
-rw-r--r-- | TAO/tao/Endpoint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Endpoint.h b/TAO/tao/Endpoint.h index b5f931e3026..8119ff6643b 100644 --- a/TAO/tao/Endpoint.h +++ b/TAO/tao/Endpoint.h @@ -53,13 +53,13 @@ public: virtual ~TAO_Endpoint () = default; /// IOP protocol tag accessor. - CORBA::ULong tag (void) const; + CORBA::ULong tag () const; /// @c priority_ attribute setter. void priority (CORBA::Short priority); /// @c priority_ attribute getter. - CORBA::Short priority (void) const; + CORBA::Short priority () const; /** * @name TAO_Endpoint Template Methods |