installationservices/swinstallationfw/inc/sifnotification.h
changeset 53 ae54820ef82c
parent 33 8110bf1194d1
child 50 c6e8afe0ba85
equal deleted inserted replaced
52:92f864ef0288 53:ae54820ef82c
   460         Creates a CSifOperationsNotifier object.
   460         Creates a CSifOperationsNotifier object.
   461         
   461         
   462         @param  aHandler A handle to the implementation of the MSifOperationsHandler class.      
   462         @param  aHandler A handle to the implementation of the MSifOperationsHandler class.      
   463                                         
   463                                         
   464         @return A pointer to the newly allocated CSifOperationsNotifier object, if creation is successful.
   464         @return A pointer to the newly allocated CSifOperationsNotifier object, if creation is successful.
   465                 The pointer is also put onto the cleanup stack. 
       
   466      */         
   465      */         
   467     IMPORT_C static CSifOperationsNotifier* NewL(MSifOperationsHandler& aHandler);
   466     IMPORT_C static CSifOperationsNotifier* NewL(MSifOperationsHandler& aHandler);
   468     
   467     
   469     /**
   468     /**
   470         Creates a CSifOperationsNotifier object.
   469         Creates a CSifOperationsNotifier object.