aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes
diff options
context:
space:
mode:
authorGravatar CodaFi <devteam.codafi@gmail.com>2013-07-04 13:57:47 -0600
committerGravatar CodaFi <devteam.codafi@gmail.com>2013-07-04 13:57:47 -0600
commitf5e51aef15c4e7250d118b9626509e9206c42164 (patch)
tree80098185492c5061e6fa1bb4b86aa190c33950dd /src/core/basetypes
parent82b3ca2801cc99fae8b32e162346283a63bef114 (diff)
De-namespace
Diffstat (limited to 'src/core/basetypes')
-rw-r--r--src/core/basetypes/MCLog.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/core/basetypes/MCLog.h b/src/core/basetypes/MCLog.h
index de75314f..6911ab02 100644
--- a/src/core/basetypes/MCLog.h
+++ b/src/core/basetypes/MCLog.h
@@ -4,13 +4,9 @@
#include <stdio.h>
-#ifdef __cplusplus
-
#define MCLog(...) MCLogInternal(NULL, __FILE__, __LINE__, 0, __VA_ARGS__)
-
-namespace mailcore {
- extern int MCLogEnabled;
+extern int MCLogEnabled;
#ifndef __printflike
#define __printflike(a,b)
@@ -28,8 +24,4 @@ extern "C" {
}
#endif
-}
-
-#endif
-
#endif