aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCConnectionLoggerUtils.h
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-06-25 01:31:06 -0700
committerGravatar CodaFi <devteam.codafi@gmail.com>2013-06-27 22:38:25 -0600
commitee4cac7b6f4d228e6781a527133d2ed6c0b2ddc2 (patch)
treebbef8676d16c6d62f15f050a9fdf74d5d27f56b4 /src/core/basetypes/MCConnectionLoggerUtils.h
parent2121ea03136e9e8a319f39cb36a463cc2d6e023f (diff)
Implement logging for src/core/
Diffstat (limited to 'src/core/basetypes/MCConnectionLoggerUtils.h')
-rw-r--r--src/core/basetypes/MCConnectionLoggerUtils.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/core/basetypes/MCConnectionLoggerUtils.h b/src/core/basetypes/MCConnectionLoggerUtils.h
new file mode 100644
index 00000000..86f3c591
--- /dev/null
+++ b/src/core/basetypes/MCConnectionLoggerUtils.h
@@ -0,0 +1,21 @@
+//
+// MCConnectionLoggerUtils.h
+// mailcore2
+//
+// Created by DINH Viêt Hoà on 6/24/13.
+// Copyright (c) 2013 MailCore. All rights reserved.
+//
+
+#ifndef __MAILCORE_MCCONNECTIONLOGGERUTILS_H_
+#define __MAILCORE_MCCONNECTIONLOGGERUTILS_H_
+
+#include <MailCore/MCConnectionLogger.h>
+
+namespace mailcore {
+
+ ConnectionLogType getConnectionType(int log_type);
+ bool isBufferFromLogType(int log_type);
+
+}
+
+#endif