Update contrib.
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
3 // All rights reserved.
5 // This component and the accompanying materials are made available
7 // under the terms of "Eclipse Public License v1.0"
9 // which accompanies this distribution, and is available
11 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
15 // Initial Contributors:
17 // Nokia Corporation - initial contribution.
29 #ifndef BASSNDPRIORITYDECODER_H_
31 #define BASSNDPRIORITYDECODER_H_
41 class TBaSoundPriorityDecoder : public TBaSoundPriorityBase
45 Decode a restored TBaSystemSoundInfo::iPriority
55 inline TBaSoundPriorityDecoder(TInt aVal);
63 inline TBaSoundPriorityDecoder::TBaSoundPriorityDecoder(TInt aVal)
69 #endif /*BASSNDPRIORITYDECODER_H_*/