upnpframework/upnputilities/inc/upnpconnectionmonitorobserver.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
    35     /**
    35     /**
    36      * This function will be called when WLan connection is lost for UPnP 
    36      * This function will be called when WLan connection is lost for UPnP 
    37      *
    37      *
    38      * @since S60 3.1
    38      * @since S60 3.1
    39      */    
    39      */    
    40     virtual void ConnectionLost() = 0;
    40     virtual void ConnectionLost( TBool aUserOriented ) = 0;
       
    41     /**
       
    42      * This function will be called when Wlan connection is created
       
    43      * @param aConnectionId Id of created connection.
       
    44      */    
       
    45     virtual void ConnectionCreated( TInt /*aConnectionId*/ ){}
       
    46     /**
       
    47      * This function will be called when access point requested 
       
    48      * in NotifyIap function call is available.
       
    49      * @param aIapId Id of access point.
       
    50      */    
       
    51     virtual void IapAvailable( TInt /*aIapId*/ ){}
    41     };
    52     };
    42 
    53 
    43 #endif // M_UPNPCONNECTIONMONITOROBSERVER_H
    54 #endif // M_UPNPCONNECTIONMONITOROBSERVER_H
    44      
    55      
    45 // End of File
    56 // End of File