serviceproviders/sapi_location/inc/locationcb.h
changeset 32 8d692d9f828f
parent 22 fc9cf246af83
child 33 50974a8b132e
equal deleted inserted replaced
27:44bb89c96acb 32:8d692d9f828f
    66      * @param aTransactionId: Tracnsaction Id from recived from LIW 
    66      * @param aTransactionId: Tracnsaction Id from recived from LIW 
    67      */
    67      */
    68      
    68      
    69      LocationInterfaceCB( MLiwNotifyCallback* aCallBack , 
    69      LocationInterfaceCB( MLiwNotifyCallback* aCallBack , 
    70      					  const CLiwGenericParamList* aInParmList ,	
    70      					  const CLiwGenericParamList* aInParmList ,	
    71      				      TPositionModuleInfo* aModuleInfo,
    71      				      //TPositionModuleInfo* aModuleInfo,
    72      				      TInt32 aTransactionId = 0 ) ;
    72      				      TInt32 aTransactionId = 0 ) ;
    73      				      
    73      				      
    74     
    74     
    75      
    75      
    76 
    76 
    86      * @param aTransactionId: Tracnsaction Id from recived from LIW 
    86      * @param aTransactionId: Tracnsaction Id from recived from LIW 
    87      */
    87      */
    88 
    88 
    89     static LocationInterfaceCB * NewL( MLiwNotifyCallback* aCallBack , 
    89     static LocationInterfaceCB * NewL( MLiwNotifyCallback* aCallBack , 
    90     									 const CLiwGenericParamList* aInParmList, 
    90     									 const CLiwGenericParamList* aInParmList, 
    91     									 TPositionModuleInfo* aModuleInfo ,
    91     									 //TPositionModuleInfo* aModuleInfo ,
    92     									 TInt32 aTransactionId = 0)  ;
    92     									 TInt32 aTransactionId = 0)  ;
    93 
    93 
    94     /**
    94     /**
    95      * Implementaion of HandleNotifyL() derived from  LocationInterfaceCB this function
    95      * Implementaion of HandleNotifyL() derived from  LocationInterfaceCB this function
    96      * is called by core dll locationservice.dll on reciving location updates
    96      * is called by core dll locationservice.dll on reciving location updates