summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_KeyC.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-04-12 08:32:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-04-12 08:32:44 +0000
commitfd806005066f8541c7e0de156e7f3e592719cffb (patch)
tree5d1cdedf3185ffd0b79528198af8e84fa1a3cbdf /TAO/tao/Object_KeyC.cpp
parentc5cf70052243fb771ff35e1120c993cd9ac4c729 (diff)
downloadATCD-fd806005066f8541c7e0de156e7f3e592719cffb.tar.gz
ChangeLogTag: Tue Apr 12 09:32:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Object_KeyC.cpp')
-rw-r--r--TAO/tao/Object_KeyC.cpp47
1 files changed, 0 insertions, 47 deletions
diff --git a/TAO/tao/Object_KeyC.cpp b/TAO/tao/Object_KeyC.cpp
index d531a3b2088..e0fea62d9ea 100644
--- a/TAO/tao/Object_KeyC.cpp
+++ b/TAO/tao/Object_KeyC.cpp
@@ -331,50 +331,3 @@ CORBA::Boolean operator>> (
}
#endif /* _TAO_CDR_OP_TAO_ObjectKey_CPP_ */
-
-// TAO_IDL - Generated from
-// be\be_visitor_root/root.cpp:1528
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
- template class
- TAO_FixedSeq_Var_T<
- TAO::ObjectKey,
- CORBA::Octet
- >;
-
- template class
- TAO_Seq_Var_Base_T<
- TAO::ObjectKey,
- CORBA::Octet
- >;
-
- template class
- TAO_Seq_Out_T<
- TAO::ObjectKey,
- TAO::ObjectKey_var,
- CORBA::Octet
- >;
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-# pragma instantiate \
- TAO_FixedSeq_Var_T< \
- TAO::ObjectKey, \
- CORBA::Octet \
- >
-
-# pragma instantiate \
- TAO_Seq_Var_Base_T< \
- TAO::ObjectKey, \
- CORBA::Octet \
- >
-
-# pragma instantiate \
- TAO_Seq_Out_T< \
- TAO::ObjectKey, \
- TAO::ObjectKey_var, \
- CORBA::Octet \
- >
-
-#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */