summaryrefslogtreecommitdiff
path: root/TAO/tao/Nested_Upcall_Guard.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Nested_Upcall_Guard.h')
-rw-r--r--TAO/tao/Nested_Upcall_Guard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Nested_Upcall_Guard.h b/TAO/tao/Nested_Upcall_Guard.h
index 3673bae0fde..e13950c4b07 100644
--- a/TAO/tao/Nested_Upcall_Guard.h
+++ b/TAO/tao/Nested_Upcall_Guard.h
@@ -61,7 +61,7 @@ namespace TAO
"disabling upcalls\n", t->id ()));
}
- ~Nested_Upcall_Guard (void)
+ ~Nested_Upcall_Guard ()
{
if (!this->enable_)
{
@@ -82,7 +82,7 @@ namespace TAO
}
private:
- Nested_Upcall_Guard (void);
+ Nested_Upcall_Guard ();
Nested_Upcall_Guard (const Nested_Upcall_Guard&) = delete;
Nested_Upcall_Guard &operator= (const Nested_Upcall_Guard&) = delete;