--- a/locationrequestmgmt/locationserver/inc/EPos_CPosLocMonitorReqHandlerHub.h Thu Aug 19 11:17:26 2010 +0300
+++ b/locationrequestmgmt/locationserver/inc/EPos_CPosLocMonitorReqHandlerHub.h Tue Aug 31 16:38:06 2010 +0300
@@ -90,8 +90,6 @@
CPosLocMonitorReqHandlerHub( const CPosLocMonitorReqHandlerHub& );
CPosLocMonitorReqHandlerHub& operator=( const CPosLocMonitorReqHandlerHub& );
- void PublishPosition(const TPositionInfo& aPositionInfo);
-
private: // Data
// Session with the location monitor
@@ -105,9 +103,6 @@
CPosLastKnownPosAreaHandler* iLastKnownPosAreaHandler;
// Empty Last Known Position Store request
CPosEmptyLastKnownPosStoreHandler* iEmptyLastKnownPosStoreHandler;
-
- // P&S Property for publishing Last Known Position
- RProperty iLastKnownPosProperty;
};