00001 // -*- C++ -*- 00002 00003 // Interpreter_Utils_T.h,v 1.7 2006/03/14 06:14:35 jtc Exp 00004 00005 #ifndef TAO_INTERPRETER_UTILS_T_H 00006 #define TAO_INTERPRETER_UTILS_T_H 00007 #include /**/ "ace/pre.h" 00008 00009 #include "tao/Basic_Types.h" 00010 00011 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00012 00013 template <class OPERAND_TYPE> 00014 CORBA::Boolean TAO_find (const CORBA::Any& sequence, const OPERAND_TYPE& operand); 00015 00016 TAO_END_VERSIONED_NAMESPACE_DECL 00017 00018 #if defined (ACE_TEMPLATES_REQUIRE_SOURCE) 00019 #include "orbsvcs/Trader/Interpreter_Utils_T.cpp" 00020 #endif /* ACE_TEMPLATES_REQUIRE_SOURCE */ 00021 00022 #include /**/ "ace/post.h" 00023 #endif /* TAO_INTERPRETER_UTILS_T_H */