summaryrefslogtreecommitdiff
path: root/DAnCE/tools/Config_Handlers/Utils/Functors.h
diff options
context:
space:
mode:
Diffstat (limited to 'DAnCE/tools/Config_Handlers/Utils/Functors.h')
-rw-r--r--DAnCE/tools/Config_Handlers/Utils/Functors.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/DAnCE/tools/Config_Handlers/Utils/Functors.h b/DAnCE/tools/Config_Handlers/Utils/Functors.h
index c2a26422994..edfa7e24789 100644
--- a/DAnCE/tools/Config_Handlers/Utils/Functors.h
+++ b/DAnCE/tools/Config_Handlers/Utils/Functors.h
@@ -20,11 +20,7 @@ namespace DAnCE
template <typename Source,
typename Dest,
typename Dest_Type,
-#if defined (__BORLANDC__) && (__BORLANDC__ < 0x630)
- void (Func)(const Source &, Dest_Type &)>
-#else
void (&Func)(const Source &, Dest_Type &)>
-#endif
struct Sequence_Handler
{
Sequence_Handler (Dest &dest, CORBA::ULong pos = 0)