summaryrefslogtreecommitdiff
path: root/ACE/tests/Bound_Ptr_Test.h
diff options
context:
space:
mode:
authorKnut Petter Svendsen <knut@altuma.no>2022-09-13 22:57:39 +0200
committerKnut Petter Svendsen <knut@altuma.no>2022-09-13 22:57:39 +0200
commit3da59eac098c1ef9d2c98f2079185ff35c3b6105 (patch)
tree379c29e09bf55597fe6740cd163478cd1204a181 /ACE/tests/Bound_Ptr_Test.h
parentfe03724176dcfd20e0f9a6e493198469242be6b6 (diff)
downloadATCD-3da59eac098c1ef9d2c98f2079185ff35c3b6105.tar.gz
Remove obsolescent (void) in functions with no parameters
Diffstat (limited to 'ACE/tests/Bound_Ptr_Test.h')
-rw-r--r--ACE/tests/Bound_Ptr_Test.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/tests/Bound_Ptr_Test.h b/ACE/tests/Bound_Ptr_Test.h
index cad39282236..250c8283c25 100644
--- a/ACE/tests/Bound_Ptr_Test.h
+++ b/ACE/tests/Bound_Ptr_Test.h
@@ -49,7 +49,7 @@ class Scheduler : public ACE_Task<ACE_SYNCH>
friend class Method_Request_end;
public:
/// Constructor.
- Scheduler (void);
+ Scheduler ();
/// Initializer.
virtual int open (void *args = 0);
@@ -58,11 +58,11 @@ public:
virtual int close (u_long flags = 0);
/// Destructor.
- virtual ~Scheduler (void);
+ virtual ~Scheduler ();
// = These methods are part of the Active Object Proxy interface.
void print (Printer_var &printer);
- void end (void);
+ void end ();
protected:
/// Runs the Scheduler's event loop, which dequeues <Method_Requests>