locationtriggering/ltclientlib/src/lbtcelloperation.cpp
changeset 51 111f80460dbe
parent 40 16118e24b93b
equal deleted inserted replaced
46:df1a0df61209 51:111f80460dbe
    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