summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/Collocation/Coll_Tester.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Smart_Proxies/Collocation/Coll_Tester.h')
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/Coll_Tester.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Smart_Proxies/Collocation/Coll_Tester.h b/TAO/tests/Smart_Proxies/Collocation/Coll_Tester.h
index f7b8a7f346e..b1309a4f502 100644
--- a/TAO/tests/Smart_Proxies/Collocation/Coll_Tester.h
+++ b/TAO/tests/Smart_Proxies/Collocation/Coll_Tester.h
@@ -24,7 +24,7 @@
class Collocation_Test
{
public:
- Collocation_Test (void);
+ Collocation_Test ();
int init (int argc, ACE_TCHAR *argv[]);
// Initializing the Collocation_Test object.
@@ -32,11 +32,11 @@ public:
int parse_args (int argc, ACE_TCHAR *argv[]);
// Parse the test specific arguments.
- int test_narrow (void);
+ int test_narrow ();
// This test narrow an object reference to its base class and see
// if it works correctly.
- int run (void);
+ int run ();
// Run the test.
private: