serviceproviders/sapi_location/tsrc/dev/tlocservicetest/src/loccancel.cpp
changeset 33 50974a8b132e
parent 22 fc9cf246af83
equal deleted inserted replaced
32:8d692d9f828f 33:50974a8b132e
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:   contains test case implementation for CancelOngoingService location-SAPI
    14 * Description:   contains test case implementation for CancelOngoingService location-SAPI
    15 *  V	ersion     : %version: 5 % << Don't touch! Updated by Synergy at check-out.
    15 *  V	ersion     : %version: 6 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #include "TLocTest.h"
    20 #include "tloctest.h"
    21 #include "locationservice.h"
    21 #include "locationservice.h"
    22 #include <f32file.h>
    22 #include <f32file.h>
    23 #include <e32const.h>
    23 #include <e32const.h>
    24 class CGetLoc ; //Forward declaration
    24 class CGetLoc ; //Forward declaration
    25 
    25 
    28 
    28 
    29 _LIT(LogFileName , "C:\\Notificationscan.txt") ;
    29 _LIT(LogFileName , "C:\\Notificationscan.txt") ;
    30 _LIT(KRequestor,"testapp");
    30 _LIT(KRequestor,"testapp");
    31 
    31 
    32 // INCLUDE FILES
    32 // INCLUDE FILES
    33 #include "TLocTest.h"
    33 #include "tloctest.h"
    34 
    34 
    35 #include <e32svr.h>
    35 #include <e32svr.h>
    36 #include <StifParser.h>
    36 #include <StifParser.h>
    37 
    37 
    38 #include <Stiftestinterface.h>
    38 #include <StifTestInterface.h>
    39 
    39 
    40 //#include <S60LocCoreImpl.h>
    40 //#include <S60LocCoreImpl.h>
    41 #include <AiwCommon.h>
    41 #include <AiwCommon.h>
    42 
    42 
    43 
    43