Update contrib.
2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
14 * Description: DRM Play Server
19 #ifndef __CDRMPLAYSERVER_H
20 #define __CDRMPLAYSERVER_H
23 #include "DRMPlayClientServer.h"
24 #include "DRMPlaySession.h"
27 // reasons for server panic
28 enum TDRMPlayServPanic
40 class CDRMPlayServer : public CServer2
45 static CDRMPlayServer* New();
46 virtual CSession2* NewSessionL(const TVersion& aVersion,const RMessage2& aMessage) const;
50 CDRMPlayServer(TInt aPriority);
56 GLREF_C void PanicServer(TDRMPlayServPanic aPanic);