summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils_T.h
blob: cf3ccab63372bfd3f9fecfc30915f1b30e321736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $Id$

#ifndef TAO_INTERPRETER_UTILS_T_H
#define TAO_INTERPRETER_UTILS_T_H

#include "tao/corba.h"

template <class OPERAND_TYPE>
CORBA::Boolean TAO_find (const CORBA::Any& sequence, const OPERAND_TYPE& operand);

#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
#include "Interpreter_Utils_T.cpp"
#endif  /* ACE_TEMPLATES_REQUIRE_SOURCE */

#endif /* TAO_INTERPRETER_UTILS_T_H */