summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableInterceptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableInterceptor.cpp')
-rw-r--r--TAO/tao/PortableInterceptor.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/TAO/tao/PortableInterceptor.cpp b/TAO/tao/PortableInterceptor.cpp
deleted file mode 100644
index fc50eedcd2d..00000000000
--- a/TAO/tao/PortableInterceptor.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-// $Id$:
-
-#include "tao/corbafwd.h"
-#include "tao/PortableInterceptor.h"
-
-#if (TAO_HAS_INTERCEPTORS == 1)
-
-#if !defined (__ACE_INLINE__)
-#include "tao/PortableInterceptor.i"
-#endif /* defined INLINE */
-
-#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
-// Followings are the defualt no-op implementation of client-side and
-// server-side interceptors. The sole purpose to to let user
-// overwrite only the interception operations they are interested in
-// without providing others.
-
-// ** Users should always provide a name by dupping a string.
-// char * POA_PortableInterceptor::
-// Interceptor::name (CORBA::Environment &)
-// {
-// return CORBA::string_dup ("TAO default");
-// }