startupservices/Startup/src/StartupTone.cpp
changeset 21 c4cbaa4fb734
parent 0 2e3d3ce01487
equal deleted inserted replaced
0:2e3d3ce01487 21:c4cbaa4fb734
     1 /*
     1 /*
     2 * Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2005-2010 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".
    26 #include "StartupTone.h"
    26 #include "StartupTone.h"
    27 #include "StartupAppUi.h"
    27 #include "StartupAppUi.h"
    28 #include "AudioPreference.h"
    28 #include "AudioPreference.h"
    29 
    29 
    30 #define MIN_VOLUME 0
    30 #define MIN_VOLUME 0
    31 #define MAX_VOLUME 10
    31 #define MAX_VOLUME 10000
    32 
    32 
    33 //=============================== MEMBER FUNCTIONS ============================
    33 //=============================== MEMBER FUNCTIONS ============================
    34 // ---------------------------------------------------------
    34 // ---------------------------------------------------------
    35 // Constructor & destructor
    35 // Constructor & destructor
    36 // EPOC two phased constructor
    36 // EPOC two phased constructor