homescreenapp/serviceproviders/hsmenuserviceprovider/inc/hsmenuserviceutils.h
author William Roberts <williamr@symbian.org>
Wed, 15 Sep 2010 17:32:31 +0100
changeset 87 b19f22d9e323
parent 85 35368b604b28
permissions -rw-r--r--
Remove attempts to access unknown cenrep repository 0x2002b3aa, to workaround Bug 3711

/*
 * 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: hsmenuserviceutils.h
 *
 */

#ifndef HSMENUSERVICEUTILS_H
#define HSMENUSERVICEUTILS_H

// System includes
#include <QSize>

// User includes
#include "hsmenuservice.h"

// Class declaration
class MENUSERVICE_EXPORT HsMenuServiceUtils
{

public:

    // Function declarations
    static SortAttribute sortBy(
        Hs::HsSortAttribute menuSortAttribute);
    static Qt::SortOrder sortOrder(
        Hs::HsSortAttribute menuSortAttribute);

};

#endif // HSMENUSERVICEUTILS_H