locationtriggering/tsrc/lbtengine_test/AdvancedTriggerSupervision/inc/AdvancedTriggerSupervision.h
changeset 40 16118e24b93b
parent 33 834e27cad510
equal deleted inserted replaced
33:834e27cad510 40:16118e24b93b
    28 #include <StifTestModule.h>
    28 #include <StifTestModule.h>
    29 
    29 
    30 
    30 
    31 // Forward declaration
    31 // Forward declaration
    32 class TCoordinate;
    32 class TCoordinate;
       
    33 class MProEngEngine;
    33 
    34 
    34 // CONSTANTS
    35 // CONSTANTS
    35 //const ?type ?constant_var = ?constant;
    36 //const ?type ?constant_var = ?constant;
    36 
    37 
    37 // MACROS
    38 // MACROS
   140         
   141         
   141         /**
   142         /**
   142          * Gets current coordinate
   143          * Gets current coordinate
   143          */
   144          */
   144         void GetCurrentCoordinateL( TCoordinate& aCoordinate );
   145         void GetCurrentCoordinateL( TCoordinate& aCoordinate );
       
   146         
       
   147         /**
       
   148          * Set the phone profile to offline mode
       
   149          */
       
   150         void SetProfileToOfflineL();
       
   151         
       
   152         /**
       
   153          * Restore original profile
       
   154          */
       
   155         void RestoreProfileL();
       
   156                 
   145             
   157             
   146         /**
   158         /**
   147         * Test methods are listed below. 
   159         * Test methods are listed below. 
   148         */
   160         */
   149 
   161 
   185         // ?one_line_short_description_of_data
   197         // ?one_line_short_description_of_data
   186         //?data_declaration;
   198         //?data_declaration;
   187 
   199 
   188     private:    // Data
   200     private:    // Data
   189         
   201         
   190         // ?one_line_short_description_of_data
   202 		/**
   191         //?data_declaration;
   203 		 * Pointer to profile engine
   192 
   204 		 * Own.
   193         // Reserved pointer for future extension
   205 		 */
   194         //TAny* iReserved;
   206         MProEngEngine* iProEngine;
       
   207         
       
   208         /**
       
   209          * Current profile id
       
   210          */
       
   211         TInt iCurrentProfile;
       
   212 
       
   213 
   195 
   214 
   196     public:     // Friend classes
   215     public:     // Friend classes
   197         //?friend_class_declaration;
   216         //?friend_class_declaration;
   198     protected:  // Friend classes
   217     protected:  // Friend classes
   199         //?friend_class_declaration;
   218         //?friend_class_declaration;