diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-07-01 11:46:57 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-07-01 11:46:57 +0000 |
commit | 448a69a04d2e3048109623ec42584a0d618ddc8c (patch) | |
tree | f3c1d6a9058424e448fdc66360ae81555fa38848 /TAO/tao/ORB_Core.cpp | |
parent | de6aac21f17bf2608beec381d19f85fe68153596 (diff) | |
download | ATCD-448a69a04d2e3048109623ec42584a0d618ddc8c.tar.gz |
ChangeLogTag: Fri Jul 1 11:30:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORB_Core.cpp')
-rw-r--r-- | TAO/tao/ORB_Core.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp index a76401e40dc..8e6f09b5792 100644 --- a/TAO/tao/ORB_Core.cpp +++ b/TAO/tao/ORB_Core.cpp @@ -2918,7 +2918,7 @@ TAO_ORB_Core::ior_interceptor_adapter (void) #if TAO_HAS_INTERCEPTORS == 1 -int +void TAO_ORB_Core::add_interceptor ( PortableInterceptor::ClientRequestInterceptor_ptr interceptor ACE_ENV_ARG_DECL) @@ -2969,7 +2969,7 @@ TAO_ORB_Core::clientrequestinterceptor_adapter_i (void) } -int +void TAO_ORB_Core::add_interceptor ( PortableInterceptor::ServerRequestInterceptor_ptr interceptor ACE_ENV_ARG_DECL) |