summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Find_Worker_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Find_Worker_T.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Find_Worker_T.inl8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Find_Worker_T.inl b/TAO/orbsvcs/orbsvcs/Notify/Find_Worker_T.inl
deleted file mode 100644
index b93dd01c819..00000000000
--- a/TAO/orbsvcs/orbsvcs/Notify/Find_Worker_T.inl
+++ /dev/null
@@ -1,8 +0,0 @@
-// $Id$
-
-template<class TYPE, class INTERFACE, class INTERFACE_PTR, class EXCEPTION> ACE_INLINE void
-TAO_NS_Find_Worker_T<TYPE,INTERFACE,INTERFACE_PTR,EXCEPTION>::work (TYPE* type ACE_ENV_ARG_DECL_NOT_USED)
-{
- if (type->id () == this->id_)
- this->result_ = type;
-}