From ee4cac7b6f4d228e6781a527133d2ed6c0b2ddc2 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Tue, 25 Jun 2013 01:31:06 -0700 Subject: Implement logging for src/core/ --- src/core/basetypes/MCConnectionLoggerUtils.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/core/basetypes/MCConnectionLoggerUtils.h (limited to 'src/core/basetypes/MCConnectionLoggerUtils.h') 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 + +namespace mailcore { + + ConnectionLogType getConnectionType(int log_type); + bool isBufferFromLogType(int log_type); + +} + +#endif -- cgit v1.2.3