iaupdate/IAD/backgroundchecker/inc/iaupdatebgcheckermode.h
author hgs
Thu, 22 Jul 2010 14:08:51 +0300
changeset 55 ac7f90a6ff4c
parent 29 26b6f0522fd8
child 66 8b7f4e561641
permissions -rw-r--r--
201029_02

/*
* Copyright (c) 2008 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 IAUPDATEBGCHECKERMODE_H
#define IAUPDATEBGCHECKERMODE_H

enum TIAUpdateBGMode
    {
    ESleepMode,
    EFirstTimeMode,
//    EFirstTimeMode2,
    EFirstTimeMode2,
    ENormalMode,
    ERetryMode
//    EFirstTimeRemindMode
    };

#endif //IAUPDATEBGCHECKERMODE_H