ImagePrint/ImagePrintEngine/DeviceProtocols/dpof/inc/cconfirmationquery.h
branchCompilerCompatibility
changeset 12 dcbe215a3383
parent 0 d11fb78c4374
equal deleted inserted replaced
9:5ff28fcaf8ed 12:dcbe215a3383
    32 	
    32 	
    33     static CConfirmationQuery* NewL( MConfirmationNotify& aNotify );  
    33     static CConfirmationQuery* NewL( MConfirmationNotify& aNotify );  
    34 
    34 
    35     static CConfirmationQuery* NewLC( MConfirmationNotify& aNotify );  
    35     static CConfirmationQuery* NewLC( MConfirmationNotify& aNotify );  
    36     
    36     
    37     void CConfirmationQuery::StartWaitingAnswer( );
    37     void StartWaitingAnswer( );
    38         
    38         
    39 protected: // from CActive 
    39 protected: // from CActive 
    40 
    40 
    41 	void RunL();		
    41 	void RunL();		
    42 	
    42