summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Vector_SArgument_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Vector_SArgument_T.h')
-rw-r--r--TAO/tao/PortableServer/Vector_SArgument_T.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/PortableServer/Vector_SArgument_T.h b/TAO/tao/PortableServer/Vector_SArgument_T.h
index e72993a27d4..caf6aecabe8 100644
--- a/TAO/tao/PortableServer/Vector_SArgument_T.h
+++ b/TAO/tao/PortableServer/Vector_SArgument_T.h
@@ -56,14 +56,14 @@ namespace TAO
class Inout_Vector_SArgument_T : public InoutArgument
{
public:
- Inout_Vector_SArgument_T (void);
+ Inout_Vector_SArgument_T ();
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
virtual CORBA::Boolean demarshal (TAO_InputCDR &);
#if TAO_HAS_INTERCEPTORS == 1
virtual void interceptor_value (CORBA::Any *any) const;
#endif /* TAO_HAS_INTERCEPTORS == 1 */
- S & arg (void);
+ S & arg ();
private:
S x_;
@@ -81,13 +81,13 @@ namespace TAO
class Out_Vector_SArgument_T : public OutArgument
{
public:
- Out_Vector_SArgument_T (void);
+ Out_Vector_SArgument_T ();
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
#if TAO_HAS_INTERCEPTORS == 1
virtual void interceptor_value (CORBA::Any *any) const;
#endif /* TAO_HAS_INTERCEPTORS == 1 */
- S & arg (void);
+ S & arg ();
private:
S x_;
@@ -105,13 +105,13 @@ namespace TAO
class Ret_Vector_SArgument_T : public RetArgument
{
public:
- Ret_Vector_SArgument_T (void);
+ Ret_Vector_SArgument_T ();
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
#if TAO_HAS_INTERCEPTORS == 1
virtual void interceptor_value (CORBA::Any *any) const;
#endif /* TAO_HAS_INTERCEPTORS == 1 */
- S & arg (void);
+ S & arg ();
private:
S x_;