upnpavcontroller/upnpavcontrollerclient/inc/upnpavbrowsingsessionobserver.h
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
equal deleted inserted replaced
32:3785f754ee62 38:5360b7ddc251
     1 /*
     1 /*
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-2009 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".
   117          * @since Series 60 3.1
   117          * @since Series 60 3.1
   118          * @param aReason reason code
   118          * @param aReason reason code
   119          * @return None
   119          * @return None
   120          */        
   120          */        
   121         virtual void MediaServerDisappeared(
   121         virtual void MediaServerDisappeared(
   122             TUPnPDeviceDisconnectedReason aReason ) = 0;
   122             TUPnPDeviceDisconnectedReason aReason ) = 0;            
   123             
       
   124         virtual void ReserveLocalMSServicesCompleted( TInt aError ) = 0;            
       
   125        
   123        
   126     };
   124     };
   127 
   125 
   128 #endif // M_UPNPAVBROWSINGSESSIONOBSERVER_H
   126 #endif // M_UPNPAVBROWSINGSESSIONOBSERVER_H
   129 
   127