phonebookengines/contactsmodel/inc/cntviewsortplugin.h
changeset 37 fd64c38c277d
parent 24 0ba2181d7c28
child 40 b46a585f6909
--- a/phonebookengines/contactsmodel/inc/cntviewsortplugin.h	Fri May 14 15:42:23 2010 +0300
+++ b/phonebookengines/contactsmodel/inc/cntviewsortplugin.h	Thu May 27 12:45:19 2010 +0300
@@ -1,26 +1,23 @@
-/*
-* Copyright (c) 2004-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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description: 
-*
-*/
-
+// Copyright (c) 2004-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"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+//
 
 #ifndef __CNTVIEWSORTPLUGIN_H__
 #define __CNTVIEWSORTPLUGIN_H__
 
 #include <e32base.h>
-#include "ecom/ecom.h"		// for recomsession
+#include "ecom/ecom.h"		// For REComSession
 #include <cntviewbase.h>
 
 
@@ -37,6 +34,7 @@
 */
 _LIT8(KViewSortPluginDefaultName, "/default");
 
+#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
 
 //********************************************************************************************
 //
@@ -252,6 +250,6 @@
 	{
 	REComSession::DestroyedImplementation(iDtor_ID_Key);
 	}
-
+#endif //SYMBIAN_ENABLE_SPLIT_HEADERS
 
 #endif