summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils_T.h')
-rw-r--r--ACE/TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils_T.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils_T.h b/ACE/TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils_T.h
new file mode 100644
index 00000000000..bbef8857006
--- /dev/null
+++ b/ACE/TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils_T.h
@@ -0,0 +1,23 @@
+// -*- C++ -*-
+
+// $Id$
+
+#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
+
+#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
+#include "orbsvcs/Trader/Interpreter_Utils_T.cpp"
+#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
+
+#include /**/ "ace/post.h"
+#endif /* TAO_INTERPRETER_UTILS_T_H */