summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-01 11:46:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-01 11:46:57 +0000
commit448a69a04d2e3048109623ec42584a0d618ddc8c (patch)
treef3c1d6a9058424e448fdc66360ae81555fa38848 /TAO/tao/ORB_Core.h
parentde6aac21f17bf2608beec381d19f85fe68153596 (diff)
downloadATCD-448a69a04d2e3048109623ec42584a0d618ddc8c.tar.gz
ChangeLogTag: Fri Jul 1 11:30:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORB_Core.h')
-rw-r--r--TAO/tao/ORB_Core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ORB_Core.h b/TAO/tao/ORB_Core.h
index 418ae8ed880..5c6cbd79ca2 100644
--- a/TAO/tao/ORB_Core.h
+++ b/TAO/tao/ORB_Core.h
@@ -839,12 +839,12 @@ public:
void pi_current (TAO::PICurrent *current);
/// Register a client request interceptor.
- int add_interceptor (
+ void add_interceptor (
PortableInterceptor::ClientRequestInterceptor_ptr interceptor
ACE_ENV_ARG_DECL);
/// Register a server request interceptor.
- int add_interceptor (
+ void add_interceptor (
PortableInterceptor::ServerRequestInterceptor_ptr interceptor
ACE_ENV_ARG_DECL);