summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/PolicyFactory/Policy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/PolicyFactory/Policy.h')
-rw-r--r--TAO/tests/Portable_Interceptors/PolicyFactory/Policy.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/Portable_Interceptors/PolicyFactory/Policy.h b/TAO/tests/Portable_Interceptors/PolicyFactory/Policy.h
index 94ac029b363..5fc98b06d6b 100644
--- a/TAO/tests/Portable_Interceptors/PolicyFactory/Policy.h
+++ b/TAO/tests/Portable_Interceptors/PolicyFactory/Policy.h
@@ -33,13 +33,13 @@ public:
Policy (CORBA::ULong val);
/// Test method defined in test IDL.
- virtual CORBA::ULong value (void);
+ virtual CORBA::ULong value ();
- virtual CORBA::PolicyType policy_type (void);
+ virtual CORBA::PolicyType policy_type ();
- virtual CORBA::Policy_ptr copy (void);
+ virtual CORBA::Policy_ptr copy ();
- virtual void destroy (void);
+ virtual void destroy ();
protected:
/// Destructor.
@@ -47,7 +47,7 @@ protected:
* Protected destructor to enforce proper memory management through
* the reference counting mechanism.
*/
- ~Policy (void);
+ ~Policy ();
private:
/// Pseudo-reference to the ORB.