locationtriggering/tsrc/lbtengine_test/firingofstartuptriggerandlisttrigger/inc/firingofstartuptriggerandlisttrigger.h
branchRCL_3
changeset 44 2b4ea9893b66
parent 0 667063e416a2
child 45 6b6920c56e2f
--- a/locationtriggering/tsrc/lbtengine_test/firingofstartuptriggerandlisttrigger/inc/firingofstartuptriggerandlisttrigger.h	Thu Aug 19 10:20:18 2010 +0300
+++ b/locationtriggering/tsrc/lbtengine_test/firingofstartuptriggerandlisttrigger/inc/firingofstartuptriggerandlisttrigger.h	Tue Aug 31 15:37:04 2010 +0300
@@ -28,6 +28,9 @@
 #include <TestScripterInternal.h>
 #include <StifTestModule.h>
 
+// Forward declaration
+class TCoordinate;
+class MProEngEngine;
 
 // CONSTANTS
 //const ?type ?constant_var = ?constant;
@@ -133,10 +136,27 @@
         * @since ?Series60_version
         */
         void Delete();
+        
+        /**
+         * Set the phone profile to offline mode
+         */
+        void SetProfileToOfflineL();
+        
+        /**
+         * Restore original profile
+         */
+        void RestoreProfileL();
+                
+        /**
+         * Gets current coordinate
+         */
+        void GetCurrentCoordinateL( TCoordinate& aCoordinate );
+            
 
         /**
-        * Test methods are listed below. 
-        */
+         * Enable simulation PSY
+         */
+        void EnableSimPSYL();
 
         /**
         * Example test method.
@@ -202,12 +222,16 @@
         //?data_declaration;
 
     private:    // Data
-        
-        // ?one_line_short_description_of_data
-        //?data_declaration;
-
-        // Reserved pointer for future extension
-        //TAny* iReserved;
+         /**
+          * Pointer to profile engine
+          * Own.
+          */
+         MProEngEngine* iProEngine;
+         
+         /**
+          * Current profile id
+          */
+         TInt iCurrentProfile;
 
     public:     // Friend classes
         //?friend_class_declaration;