summaryrefslogtreecommitdiff
path: root/TAO/tao/HTTP_Handler.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/HTTP_Handler.h
parent2d22ad2099d46d44fa05778313a8d4c9c4a4eba3 (diff)
downloadATCD-104d9f8a30c479fe661883b295f120ab035645d9.tar.gz
Removed redundant void
Diffstat (limited to 'TAO/tao/HTTP_Handler.h')
-rw-r--r--TAO/tao/HTTP_Handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/HTTP_Handler.h b/TAO/tao/HTTP_Handler.h
index ee85c1d971f..60bc2d2869f 100644
--- a/TAO/tao/HTTP_Handler.h
+++ b/TAO/tao/HTTP_Handler.h
@@ -47,7 +47,7 @@ public:
ACE_TCHAR *filename);
/// returns the number of bytes read/written in the last operation.
- size_t byte_count (void) const;
+ size_t byte_count () const;
/// Activate this instance of the <HTTP_Handler>
virtual int open (void * = 0);