summaryrefslogtreecommitdiff
path: root/TAO/tao/Special_Basic_Argument_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Special_Basic_Argument_T.h')
-rw-r--r--TAO/tao/Special_Basic_Argument_T.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/TAO/tao/Special_Basic_Argument_T.h b/TAO/tao/Special_Basic_Argument_T.h
index ec992a1e147..bf0b2802196 100644
--- a/TAO/tao/Special_Basic_Argument_T.h
+++ b/TAO/tao/Special_Basic_Argument_T.h
@@ -39,7 +39,6 @@ namespace TAO
virtual CORBA::Boolean marshal (TAO_OutputCDR &);
virtual void interceptor_param (Dynamic::Parameter &);
- virtual CORBA::Boolean interceptor_replace (CORBA::Any &);
S const & arg (void);
@@ -63,7 +62,6 @@ namespace TAO
virtual CORBA::Boolean demarshal (TAO_InputCDR &);
virtual void interceptor_param (Dynamic::Parameter &);
- virtual CORBA::Boolean interceptor_replace (CORBA::Any &);
S & arg (void);
@@ -85,6 +83,8 @@ namespace TAO
virtual CORBA::Boolean demarshal (TAO_InputCDR &);
+ virtual void interceptor_param (Dynamic::Parameter &);
+
S & arg (void);
private:
@@ -106,7 +106,6 @@ namespace TAO
virtual CORBA::Boolean demarshal (TAO_InputCDR &);
virtual void interceptor_result (CORBA::Any *);
- virtual CORBA::Boolean interceptor_replace (CORBA::Any &);
S & arg (void);
@@ -132,7 +131,6 @@ namespace TAO
virtual CORBA::Boolean demarshal (TAO_InputCDR &);
virtual void interceptor_param (Dynamic::Parameter &);
- virtual CORBA::Boolean interceptor_replace (CORBA::Any &);
S arg (void) const;
@@ -156,7 +154,6 @@ namespace TAO
virtual CORBA::Boolean demarshal (TAO_InputCDR &);
virtual void interceptor_param (Dynamic::Parameter &);
- virtual CORBA::Boolean interceptor_replace (CORBA::Any &);
S & arg (void);
@@ -178,6 +175,8 @@ namespace TAO
virtual CORBA::Boolean marshal (TAO_OutputCDR &);
+ virtual void interceptor_param (Dynamic::Parameter &);
+
S & arg (void);
private:
@@ -199,7 +198,6 @@ namespace TAO
virtual CORBA::Boolean marshal (TAO_OutputCDR &);
virtual void interceptor_result (CORBA::Any *);
- virtual CORBA::Boolean interceptor_replace (CORBA::Any &);
S & arg (void);