epoc32/include/bassnd.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
--- a/epoc32/include/bassnd.h	Wed Mar 31 12:27:01 2010 +0100
+++ b/epoc32/include/bassnd.h	Wed Mar 31 12:33:34 2010 +0100
@@ -1,9 +1,9 @@
 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
-// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
+// under the terms of "Eclipse Public License v1.0"
 // which accompanies this distribution, and is available
-// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
 //
 // Initial Contributors:
 // Nokia Corporation - initial contribution.
@@ -18,7 +18,7 @@
 
 #include <e32base.h>
 #include <s32file.h>
-#include <mda/common/controller.h>
+#include <mmf/common/mmfbase.h>
 
 
 /**
@@ -58,18 +58,6 @@
 const TBaSystemSoundUid KUidSystemSoundError={0x1000609E};
 const TBaSystemSoundUid KUidSystemSoundEvent={0x1000609F};
 
-/**
-This is the UID of the repository where the system sound data is stored.
-The UID is published to UI platforms to allow them to use the key value in 
-the CRepository::NotifyRequest() API to monitor for changes in the system
-sound data.
-
-@see CRepository
-@see BaSystemSound::SystemSoundFile
-@publishedPartner
-@released
-*/
-const TUid KSystemSoundRepositoryUID = {0x100048AA};
 
 
 class TBaSystemSoundType
@@ -259,6 +247,10 @@
 	};
 
 
+#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
+#include <bassnduid.h>
+#endif
+
 class TBaSoundPriorityEncoder : public TBaSoundPriorityBase
 /**
 Encode TBaSystemSoundInfo::iPriority before persisting a sound preference
@@ -271,16 +263,6 @@
 	};
 
 
-class TBaSoundPriorityDecoder : public TBaSoundPriorityBase
-/**
-Decode a restored TBaSystemSoundInfo::iPriority
-@internalComponent
-*/
-	{
-public:
-	inline TBaSoundPriorityDecoder(TInt aVal);
-	};
-
 
 inline TBool TBaSystemSoundType::IsNull() const
 	/** Tests whether the sound's category and instance are null.
@@ -326,7 +308,5 @@
 inline TInt TBaSoundPriorityBase::Priority() const
 	{return (TInt8)iPriority;}
 
-inline TBaSoundPriorityDecoder::TBaSoundPriorityDecoder(TInt aVal)
-	{iPriority=aVal;}
 
 #endif