locationtriggering/tsrc/lbtengine_test/CellbasedtriggerOperations/inc/CellbasedtriggerOperations.h
changeset 40 16118e24b93b
parent 0 667063e416a2
child 45 6b6920c56e2f
equal deleted inserted replaced
33:834e27cad510 40:16118e24b93b
    25 
    25 
    26 //  INCLUDES
    26 //  INCLUDES
    27 #include <StifLogger.h>
    27 #include <StifLogger.h>
    28 #include <TestScripterInternal.h>
    28 #include <TestScripterInternal.h>
    29 #include <StifTestModule.h>
    29 #include <StifTestModule.h>
    30 
    30 #include <etel3rdparty.h>
    31 
    31 #include <etelmm.h>
    32 // CONSTANTS
    32 // CONSTANTS
    33 //const ?type ?constant_var = ?constant;
    33 //const ?type ?constant_var = ?constant;
    34 
    34 
    35 // MACROS
    35 // MACROS
    36 //#define ?macro ?macro_def
    36 //#define ?macro ?macro_def
   136         /**
   136         /**
   137         * Frees all resources allocated from test methods.
   137         * Frees all resources allocated from test methods.
   138         * @since ?Series60_version
   138         * @since ?Series60_version
   139         */
   139         */
   140         void Delete();
   140         void Delete();
       
   141         
       
   142         /**
       
   143          * Gets current cell information
       
   144          */
       
   145         void GetCurrentCellInfoL(  
       
   146                 RMobilePhone::TMobilePhoneNetworkMode& aNetworkMode,
       
   147                 CTelephony::TNetworkInfoV1& aNwInfo );
   141 
   148 
   142         /**
   149         /**
   143         * Test methods are listed below. 
   150         * Test methods are listed below. 
   144         */
   151         */
   145 
   152