emailuis/nmailuiengine/src/nmdatamanager.cpp
changeset 23 2dc6caa42ec3
parent 18 578830873419
child 27 9ba4404ef423
equal deleted inserted replaced
20:ecc8def7944a 23:2dc6caa42ec3
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-10 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    14 * Description:
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include "nmuiengineheaders.h"
    18 #include "nmuiengineheaders.h"
       
    19 #include "nmdatapluginfactory.h"
    19 
    20 
    20 /*!
    21 /*!
    21     \class NmDataManager
    22     \class NmDataManager
    22     \brief The NmDataManager class provides access to abstract list models and meta data for
    23     \brief The NmDataManager class provides access to abstract list models and meta data for
    23     mailboxes, folders and messages. If the dataplugin can't be loaded, fatal assert is called.
    24     mailboxes, folders and messages. If the dataplugin can't be loaded, fatal assert is called.