locationrequestmgmt/locationserver/inc/EPos_CPosLocMonitorReqHandlerHub.h
branchRCL_3
changeset 54 0c2046328c85
parent 52 29dbbeac905d
child 55 c92d4f3c47c5
equal deleted inserted replaced
52:29dbbeac905d 54:0c2046328c85
    88         void ConstructL();
    88         void ConstructL();
    89         
    89         
    90         CPosLocMonitorReqHandlerHub( const CPosLocMonitorReqHandlerHub& );
    90         CPosLocMonitorReqHandlerHub( const CPosLocMonitorReqHandlerHub& );
    91         CPosLocMonitorReqHandlerHub& operator=( const CPosLocMonitorReqHandlerHub& );
    91         CPosLocMonitorReqHandlerHub& operator=( const CPosLocMonitorReqHandlerHub& );
    92         
    92         
    93         void PublishPosition(const TPositionInfo& aPositionInfo);
       
    94         
       
    95     private:    // Data
    93     private:    // Data
    96 
    94 
    97     	// Session with the location monitor
    95     	// Session with the location monitor
    98         RLbsLocMonitorSession 				iLocMonSession; 	
    96         RLbsLocMonitorSession 				iLocMonSession; 	
    99         // Subsession with the location monitor - used only for SetPositionInfoL()
    97         // Subsession with the location monitor - used only for SetPositionInfoL()
   103         CPosLastKnownPosHandler* 	iLastKnownPosHandler;	
   101         CPosLastKnownPosHandler* 	iLastKnownPosHandler;	
   104     	// Last Known Position Area Request
   102     	// Last Known Position Area Request
   105         CPosLastKnownPosAreaHandler* iLastKnownPosAreaHandler;
   103         CPosLastKnownPosAreaHandler* iLastKnownPosAreaHandler;
   106         // Empty Last Known Position Store request
   104         // Empty Last Known Position Store request
   107         CPosEmptyLastKnownPosStoreHandler* iEmptyLastKnownPosStoreHandler;
   105         CPosEmptyLastKnownPosStoreHandler* iEmptyLastKnownPosStoreHandler;
   108         
       
   109         // P&S Property for publishing Last Known Position
       
   110         RProperty iLastKnownPosProperty;
       
   111 
   106 
   112     };
   107     };
   113 
   108 
   114 #endif      // CPOSLOCMONITORREQHANDLERHUB_H
   109 #endif      // CPOSLOCMONITORREQHANDLERHUB_H
   115             
   110