locationtriggering/ltclientlib/src/lbtcelloperation.cpp
changeset 50 4c28d569e1fe
parent 39 3efc7a0e8755
equal deleted inserted replaced
43:24e118dfbea1 50:4c28d569e1fe
    58 // 
    58 // 
    59 // -----------------------------------------------------------------------------
    59 // -----------------------------------------------------------------------------
    60 //
    60 //
    61 CLbtCellOperation::~CLbtCellOperation()
    61 CLbtCellOperation::~CLbtCellOperation()
    62     {
    62     {
       
    63     Cancel();
    63     iMmApi.Close();
    64     iMmApi.Close();
    64     iMPhone.Close();
    65     iMPhone.Close();
    65     iTelServer.Close();    
    66     iTelServer.Close();    
    66     }
    67     }
    67 
    68