summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils_T.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils_T.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils_T.h b/TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils_T.h
deleted file mode 100644
index cf3ccab6337..00000000000
--- a/TAO/orbsvcs/orbsvcs/Trader/Interpreter_Utils_T.h
+++ /dev/null
@@ -1,15 +0,0 @@
-// $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 */