summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornshankar <nshankar@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-10-11 00:51:19 +0000
committernshankar <nshankar@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-10-11 00:51:19 +0000
commit0dffe5b990f404afc64830d8644fd2e8841a1502 (patch)
treec48f57ad5a031db6295bb003c75cd76c6402af0c
parent0f4d07c996b67da4c3a7a3849ea0d2ba4f649d4e (diff)
downloadATCD-0dffe5b990f404afc64830d8644fd2e8841a1502.tar.gz
Wed Oct 11 00:48:28 UTC 2006 Nishanth Shankaran <nshankar@dre.vanderbilt.edu>
-rw-r--r--Controller/Component/RACE_common.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/Controller/Component/RACE_common.h b/Controller/Component/RACE_common.h
deleted file mode 100644
index d5b9c80194d..00000000000
--- a/Controller/Component/RACE_common.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef RACE_COMMON_H
-#define RACE_COMMON_H
-
-#include "ace/Log_Msg.h"
-#include "ciao/CIAO_common.h"
-
-#define RACE_NORMAL 4
-
-#define RACE_VERBOSE 9
-
-#define RACE_MIN 0
-
-#define RACE_DEBUG(x,y...) \
- if (CIAO::debug_level () > x) \
- ACE_DEBUG ((LM_DEBUG, "RACE %N:%l: " y));
-
-#define RACE_ERROR(x...) \
- ACE_ERROR ((LM_ERROR, "RACE %N:%l: ", x));
-
-
-#endif /* RACE_COMMON_H */