summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Collocated/Dynamic/test_i.h')
-rw-r--r--TAO/tests/Portable_Interceptors/Collocated/Dynamic/test_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test_i.h b/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test_i.h
index 6029ec925fd..5a33574f133 100644
--- a/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test_i.h
+++ b/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test_i.h
@@ -30,11 +30,11 @@ public:
CORBA::Long one,
CORBA::Long two);
- void user (void);
+ void user ();
- void system (void);
+ void system ();
- void shutdown (void);
+ void shutdown ();
private:
/// The ORB pointer (for shutdown.)