locationrequestmgmt/locationserver/inc/EPos_CPosLocMonitorReqHandlerHub.h
branchRCL_3
changeset 55 c92d4f3c47c5
parent 54 0c2046328c85
--- a/locationrequestmgmt/locationserver/inc/EPos_CPosLocMonitorReqHandlerHub.h	Tue Aug 31 16:38:06 2010 +0300
+++ b/locationrequestmgmt/locationserver/inc/EPos_CPosLocMonitorReqHandlerHub.h	Wed Sep 01 12:35:25 2010 +0100
@@ -90,6 +90,8 @@
         CPosLocMonitorReqHandlerHub( const CPosLocMonitorReqHandlerHub& );
         CPosLocMonitorReqHandlerHub& operator=( const CPosLocMonitorReqHandlerHub& );
         
+        void PublishPosition(const TPositionInfo& aPositionInfo);
+        
     private:    // Data
 
     	// Session with the location monitor
@@ -103,6 +105,9 @@
         CPosLastKnownPosAreaHandler* iLastKnownPosAreaHandler;
         // Empty Last Known Position Store request
         CPosEmptyLastKnownPosStoreHandler* iEmptyLastKnownPosStoreHandler;
+        
+        // P&S Property for publishing Last Known Position
+        RProperty iLastKnownPosProperty;
 
     };