serviceproviders/sapi_landmarks/inc/landmarkinterface.h
changeset 26 5d0ec8b709be
parent 5 989d2f495d90
equal deleted inserted replaced
23:50974a8b132e 26:5d0ec8b709be
   387         *
   387         *
   388         * @see CLiwGenericParamList
   388         * @see CLiwGenericParamList
   389         *
   389         *
   390         */
   390         */
   391         void AddLandmarksL( const CLiwGenericParamList& aInParamList,
   391         void AddLandmarksL( const CLiwGenericParamList& aInParamList,
   392                 CLiwGenericParamList& aOutParamList );
   392                 CLiwGenericParamList& aOutParamList, TUint aCmdOptions,
       
   393                 MLiwNotifyCallback* aCallback );
   393 
   394 
   394         /**
   395         /**
   395         * AddCategoryL
   396         * AddCategoryL
   396         * This function adds a landmark category to a landmark database.
   397         * This function adds a landmark category to a landmark database.
   397         *
   398         *
   399         *
   400         *
   400         * @see CLiwGenericParamList
   401         * @see CLiwGenericParamList
   401         *
   402         *
   402         */
   403         */
   403         void AddCategoryL ( const CLiwGenericParamList& aInParamList,
   404         void AddCategoryL ( const CLiwGenericParamList& aInParamList,
   404                 CLiwGenericParamList& aOutParamList );
   405                 CLiwGenericParamList& aOutParamList, TUint aCmdOptions,
       
   406                 MLiwNotifyCallback* aCallback );
   405 
   407 
   406         /**
   408         /**
   407         * AddDatabaseL
   409         * AddDatabaseL
   408         * This function adds a landmark database.
   410         * This function adds a landmark database.
   409         *
   411         *