Subversion Repositories SmartDukaan

Rev

Rev 36220 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36220 Rev 36253
Line 3537... Line 3537...
3537
    public void checkImeiActivation() {
3537
    public void checkImeiActivation() {
3538
 
3538
 
3539
        try {
3539
        try {
3540
            vivoImeiActivationService.checkImeiActivation();
3540
            vivoImeiActivationService.checkImeiActivation();
3541
        } catch (ProfitMandiBusinessException e) {
3541
        } catch (ProfitMandiBusinessException e) {
3542
            // TODO Auto-generated catch block
-
 
3543
            e.printStackTrace();
3542
            e.printStackTrace();
3544
        } catch (IOException e) {
3543
        } catch (IOException e) {
3545
            // TODO Auto-generated catch block
-
 
3546
            e.printStackTrace();
3544
            e.printStackTrace();
3547
        } catch (Exception e) {
3545
        } catch (Exception e) {
3548
            // TODO Auto-generated catch block
3546
            e.printStackTrace();
-
 
3547
        }
-
 
3548
 
-
 
3549
    }
-
 
3550
 
-
 
3551
    public void checkImeiActivationTertiary() {
-
 
3552
 
-
 
3553
        try {
-
 
3554
            vivoImeiActivationService.checkImeiActivationTertiary();
-
 
3555
        } catch (ProfitMandiBusinessException e) {
-
 
3556
            e.printStackTrace();
-
 
3557
        } catch (IOException e) {
-
 
3558
            e.printStackTrace();
-
 
3559
        } catch (Exception e) {
3549
            e.printStackTrace();
3560
            e.printStackTrace();
3550
        }
3561
        }
3551
 
3562
 
3552
    }
3563
    }
3553
 
3564