summaryrefslogtreecommitdiff
path: root/ACE/ace/Process.inl
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 /ACE/ace/Process.inl
parent2d22ad2099d46d44fa05778313a8d4c9c4a4eba3 (diff)
downloadATCD-104d9f8a30c479fe661883b295f120ab035645d9.tar.gz
Removed redundant void
Diffstat (limited to 'ACE/ace/Process.inl')
-rw-r--r--ACE/ace/Process.inl6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Process.inl b/ACE/ace/Process.inl
index f1bacf8d431..a029eb661e9 100644
--- a/ACE/ace/Process.inl
+++ b/ACE/ace/Process.inl
@@ -178,7 +178,7 @@ ACE_Process_Options::startup_info (void)
}
ACE_INLINE LPSECURITY_ATTRIBUTES
-ACE_Process_Options::get_process_attributes (void) const
+ACE_Process_Options::get_process_attributes () const
{
#if !defined (ACE_HAS_WINCE)
return process_attributes_;
@@ -199,7 +199,7 @@ ACE_Process_Options::set_process_attributes (void)
}
ACE_INLINE LPSECURITY_ATTRIBUTES
-ACE_Process_Options::get_thread_attributes (void) const
+ACE_Process_Options::get_thread_attributes () const
{
#if !defined (ACE_HAS_WINCE)
return thread_attributes_;
@@ -219,7 +219,7 @@ ACE_Process_Options::set_thread_attributes (void)
#endif /* !ACE_HAS_WINCE */
}
-ACE_INLINE HANDLE ACE_Process_Options::get_user_token (void) const
+ACE_INLINE HANDLE ACE_Process_Options::get_user_token () const
{
return user_token_;
}