summaryrefslogtreecommitdiff
path: root/TAO/tao/Argument.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-06 18:27:58 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-06 18:27:58 +0000
commit4e45fa35477edbb0ed57cfa9f2b09fbd22715777 (patch)
tree043f9113acd1ebf8f6d80ff63af754e0da420cb7 /TAO/tao/Argument.h
parent22f729de3b6de9aba4cc3e79c628600e01e5fb8c (diff)
downloadATCD-4e45fa35477edbb0ed57cfa9f2b09fbd22715777.tar.gz
ChangeLogTag: Fri Aug 6 12:51:33 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Argument.h')
-rw-r--r--TAO/tao/Argument.h3
1 files changed, 3 insertions, 0 deletions
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 */
};
}