summaryrefslogtreecommitdiff
path: root/TAO/tao/Collocation_Resolver.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-13 01:28:48 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-13 01:28:48 +0000
commit1c64c2ce66a8845ba5be3938ad91af10d36c4843 (patch)
tree7e39566aee1b9842c68c944b6de6a1029c71a968 /TAO/tao/Collocation_Resolver.cpp
parentbb581ca34145d9f88c8d95ee2a1a885d2572f1f6 (diff)
downloadATCD-1c64c2ce66a8845ba5be3938ad91af10d36c4843.tar.gz
CVS mistake. This file should have gone to the Thread_Pool_stage_3 branch.
Diffstat (limited to 'TAO/tao/Collocation_Resolver.cpp')
-rw-r--r--TAO/tao/Collocation_Resolver.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/TAO/tao/Collocation_Resolver.cpp b/TAO/tao/Collocation_Resolver.cpp
deleted file mode 100644
index 0cbc7c4847f..00000000000
--- a/TAO/tao/Collocation_Resolver.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-// $Id$
-
-#include "tao/Collocation_Resolver.h"
-#include "ace/Dynamic_Service.h"
-
-ACE_RCSID(tao, Collocation_Resolver, "$Id$")
-
-#if !defined (__ACE_INLINE__)
-# include "tao/Collocation_Resolver.i"
-#endif /* ! __ACE_INLINE__ */
-
-TAO_Collocation_Resolver::~TAO_Collocation_Resolver (void)
-{
-}
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
-template class ACE_Dynamic_Service<TAO_Collocation_Resolver>;
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-#pragma instantiate ACE_Dynamic_Service<TAO_Collocation_Resolver>
-
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */