summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Seq_Worker_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Seq_Worker_T.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Seq_Worker_T.inl9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Seq_Worker_T.inl b/TAO/orbsvcs/orbsvcs/Notify/Seq_Worker_T.inl
deleted file mode 100644
index 97489c1811e..00000000000
--- a/TAO/orbsvcs/orbsvcs/Notify/Seq_Worker_T.inl
+++ /dev/null
@@ -1,9 +0,0 @@
-// $Id$
-
-template<class TYPE> ACE_INLINE void
-TAO_NS_Seq_Worker_T<TYPE>::work (TYPE* type ACE_ENV_ARG_DECL_NOT_USED)
-{
- this->seq_->length (this->seq_->length () + 1);
-
- this->seq_[this->seq_->length () - 1] = type->id ();
-}