phonebookui/pbkcommonui/inc/cntabstractviewmanager.h
changeset 27 de1630741fbe
parent 25 76a2435edfd4
child 28 3fad710701f2
child 31 2a11b5b00470
--- a/phonebookui/pbkcommonui/inc/cntabstractviewmanager.h	Fri Apr 16 14:53:18 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-/*
-* 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"
-* 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 CNTABSTRACTVIEWMANAGER_H_
-#define CNTABSTRACTVIEWMANAGER_H_
-
-#include <QObject>
-#include <qmobilityglobal.h>
-
-class CntViewParameters;
-class CntAbstractViewFactory;
-
-QTM_BEGIN_NAMESPACE
-class QContactManager;
-QTM_END_NAMESPACE
-
-QTM_USE_NAMESPACE
-
-class CntAbstractViewManager
-    {
-public:
-    virtual ~CntAbstractViewManager() {}
-    
-    /* New API */
-    virtual void changeView( const CntViewParameters& aArgs ) = 0;
-    virtual void back( const CntViewParameters& aArgs ) = 0;
-    
-    virtual QContactManager* contactManager( const QString& aType ) = 0;
-    };
-#endif /* CNTABSTRACTVIEWMANAGER_H_ */