wlanutilities/wpswizard/src/wpswizardstepthreenumber.cpp
changeset 61 e1d68407ed06
parent 53 bdc64aa9b954
equal deleted inserted replaced
60:822a45792fdd 61:e1d68407ed06
   129    @return int Number of pages to move backwards
   129    @return int Number of pages to move backwards
   130  */
   130  */
   131 int WpsPageStepThreeNumber::previousTriggered()
   131 int WpsPageStepThreeNumber::previousTriggered()
   132 {
   132 {
   133     OstTraceFunctionEntry1(WPSPAGESTEPTHREENUMBER_PREVIOUSTRIGGERED_ENTRY, this);
   133     OstTraceFunctionEntry1(WPSPAGESTEPTHREENUMBER_PREVIOUSTRIGGERED_ENTRY, this);
   134     
       
   135     mWizard->setPin(0);
       
   136     
       
   137     OstTraceFunctionExit1(WPSPAGESTEPTHREENUMBER_PREVIOUSTRIGGERED_EXIT, this);
   134     OstTraceFunctionExit1(WPSPAGESTEPTHREENUMBER_PREVIOUSTRIGGERED_EXIT, this);
   138     return (PageWpsWizardStep3_Number - PageWpsWizardStep2) - 1;
   135     return (PageWpsWizardStep3_Number - PageWpsWizardStep2) - 1;
   139 }
   136 }
   140 
       
   141 /*!
       
   142    CallBack when the cancel button is clicked
       
   143  */
       
   144 void WpsPageStepThreeNumber::cancelTriggered()
       
   145 {
       
   146     OstTraceFunctionEntry1(WPSPAGESTEPTHREENUMBER_CANCELTRIGGERED_ENTRY, this);
       
   147     mWizard->setPin(0);    
       
   148     OstTraceFunctionExit1(WPSPAGESTEPTHREENUMBER_CANCELTRIGGERED_EXIT, this);
       
   149 }
       
   150 
       
   151 
   137 
   152 /*!
   138 /*!
   153    Determines whether the Next action button should be enabled or not
   139    Determines whether the Next action button should be enabled or not
   154    
   140    
   155    @return bool Indicating whether next button is enabled or not.
   141    @return bool Indicating whether next button is enabled or not.