diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-16 21:19:02 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-16 21:19:02 +0000 |
commit | 40fdc8a404e75ab03b68cc62e9987cf208fd8c30 (patch) | |
tree | 37d9c4d3abe4aefd8a34ed797883dd2cd4862ca7 /TAO/tao/Argument.cpp | |
parent | c254b281f1b9a4ca19dd0c3ee73a0654a7718909 (diff) | |
download | ATCD-40fdc8a404e75ab03b68cc62e9987cf208fd8c30.tar.gz |
This commit was manufactured by cvs2svn to create branchtypecode-overhaul
'typecode-overhaul'.
Diffstat (limited to 'TAO/tao/Argument.cpp')
-rw-r--r-- | TAO/tao/Argument.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/Argument.cpp b/TAO/tao/Argument.cpp index e038eeec2d7..51327b316a5 100644 --- a/TAO/tao/Argument.cpp +++ b/TAO/tao/Argument.cpp @@ -19,8 +19,6 @@ TAO::Argument::demarshal (TAO_InputCDR &) return 1; } -#if TAO_HAS_INTERCEPTORS == 1 - void TAO::Argument::interceptor_param (Dynamic::Parameter &) { @@ -31,5 +29,3 @@ TAO::Argument::interceptor_result (CORBA::Any *) { } -#endif /* TAO_HAS_INTERCEPTORS */ - |