summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Benchmark/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Benchmark/test_i.h')
-rw-r--r--TAO/tests/Portable_Interceptors/Benchmark/test_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Portable_Interceptors/Benchmark/test_i.h b/TAO/tests/Portable_Interceptors/Benchmark/test_i.h
index 9a5a3bb48b1..e851bded5d1 100644
--- a/TAO/tests/Portable_Interceptors/Benchmark/test_i.h
+++ b/TAO/tests/Portable_Interceptors/Benchmark/test_i.h
@@ -24,7 +24,7 @@ public:
/// ctor
Secure_Vault_i (CORBA::ORB_ptr orb);
- virtual CORBA::Short ready (void);
+ virtual CORBA::Short ready ();
/// Passwd sent in the service context list
virtual void authenticate (const char * user);
@@ -32,7 +32,7 @@ public:
virtual CORBA::Long update_records (CORBA::Long id,
const Test_Interceptors::Secure_Vault::Record & val);
- virtual void shutdown (void);
+ virtual void shutdown ();
private:
/// The ORB pointer (for shutdown.)