diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-04-12 08:32:44 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-04-12 08:32:44 +0000 |
commit | 81a68d1a13e3b3286ce58af3a199e7b7e815ddc8 (patch) | |
tree | 5d1cdedf3185ffd0b79528198af8e84fa1a3cbdf /TAO/tao/Object_KeyC.cpp | |
parent | bd005a0bb0c6311c3e29eca3db2162e6845f579b (diff) | |
download | ATCD-81a68d1a13e3b3286ce58af3a199e7b7e815ddc8.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.cpp | 47 |
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 */ |