summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils_T.h
blob: a8f32363ce7643aa3c0ea325593826110ad89a48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- C++ -*-

#ifndef TAO_INTERPRETER_UTILS_T_H
#define TAO_INTERPRETER_UTILS_T_H
#include /**/ "ace/pre.h"

#include "tao/Basic_Types.h"

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

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

TAO_END_VERSIONED_NAMESPACE_DECL

#include "orbsvcs/Trader/Interpreter_Utils_T.cpp"

#include /**/ "ace/post.h"
#endif /* TAO_INTERPRETER_UTILS_T_H */