--- a/emailservices/emailclientapi/src/emailapiutils.cpp Tue Aug 31 15:04:17 2010 +0300
+++ b/emailservices/emailclientapi/src/emailapiutils.cpp Wed Sep 01 12:28:57 2010 +0100
@@ -1,5 +1,5 @@
-/*
-* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+ /*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
@@ -15,12 +15,15 @@
*
*/
-#include <e32std.h>
-#include "CFSMailPlugin.h"
+#include <e32std.h>
+#include "cfsmailplugin.h"
#include "emailapidefs.h"
#include "emailclientapiimpldefs.h"
#include "emailapiutils.h"
+
+// ======== MEMBER FUNCTIONS ========
+
// ---------------------------------------------------------------------------
//
// ---------------------------------------------------------------------------
@@ -124,6 +127,8 @@
return id;
}
+
+
// ---------------------------------------------------------------------------
//
// ---------------------------------------------------------------------------
@@ -141,4 +146,4 @@
reinterpret_cast<EmailInterface::MEmailInterface*>( aPtr )->Release();
}
-// End of file
+// End of file.