Skip to content
Snippets Groups Projects

Resolve "Update for cppTango 9.5.x"

Merged Thomas Juerges requested to merge 2-update-for-cpptango-9-5-x into master
1 unresolved thread
4 files
+ 14
4
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 9
1
@@ -61,7 +61,15 @@ class update_thread;
# define ELAPSED(before, after) \
1000.0*(after.tv_sec-before.tv_sec) + \
((double)after.tv_usec-before.tv_usec) / 1000
#ifndef TANGO_LOG
#define TANGO_LOG cout
#endif
#ifndef TANGO_LOG_INFO
#define TANGO_LOG_INFO cout2
#endif
#ifndef TANGO_LOG_DEBUG
#define TANGO_LOG_DEBUG cout4
#endif
/*----- PROTECTED REGION END -----*/ // AlarmHandler.h