From 4e45fa35477edbb0ed57cfa9f2b09fbd22715777 Mon Sep 17 00:00:00 2001 From: parsons Date: Fri, 6 Aug 2004 18:27:58 +0000 Subject: ChangeLogTag: Fri Aug 6 12:51:33 2004 Jeff Parsons --- TAO/tao/Argument.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TAO/tao/Argument.h') diff --git a/TAO/tao/Argument.h b/TAO/tao/Argument.h index 28b6db65ed2..647b26a1685 100644 --- a/TAO/tao/Argument.h +++ b/TAO/tao/Argument.h @@ -21,6 +21,7 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ +#include "tao/orbconf.h" #include "tao/TAO_Export.h" namespace Dynamic @@ -50,8 +51,10 @@ namespace TAO virtual ~Argument (void); virtual CORBA::Boolean marshal (TAO_OutputCDR &); virtual CORBA::Boolean demarshal (TAO_InputCDR &); +#if TAO_HAS_INTERCEPTORS == 1 virtual void interceptor_param (Dynamic::Parameter &); virtual void interceptor_result (CORBA::Any *); +#endif /* TAO_HAS_INTERCEPTORS == 1 */ }; } -- cgit v1.2.1