landmarksui/uicontrols/inc/CLmkSaveLandmarkUtils.h
branchCompilerCompatibility
changeset 10 159664f72ed5
parent 0 522cd55cc3d7
equal deleted inserted replaced
7:b087dc86104a 10:159664f72ed5
    85         * Checks the new received categories, this function is used by the
    85         * Checks the new received categories, this function is used by the
    86         * category search operation.
    86         * category search operation.
    87         * @param aNewFoundCategory
    87         * @param aNewFoundCategory
    88         * @param aNewcategories
    88         * @param aNewcategories
    89         */
    89         */
    90         TInt CLmkSaveLandmarkUtils::CheckForNewCategories2L(
    90         TInt CheckForNewCategories2L(TDes& aNewFoundCategory,
    91                                      TDes& aNewFoundCategory,
       
    92                                      RArray<TCategoryName>& aNewcategories);
    91                                      RArray<TCategoryName>& aNewcategories);
    93          /*
    92          /*
    94          * Display confirmation query
    93          * Display confirmation query
    95          */
    94          */
    96         TInt CategoryAddConfirmationQueryL( TInt aAmount, const TDesC& aNewCategoryName );
    95         TInt CategoryAddConfirmationQueryL( TInt aAmount, const TDesC& aNewCategoryName );
    97          /*
    96          /*
    98          * Display confirmation note
    97          * Display confirmation note
    99          */
    98          */
   100         void CLmkSaveLandmarkUtils::LmsSavedConfirmationNoteL(RArray<TUint> & aImportIndexes,
    99         void LmsSavedConfirmationNoteL(RArray<TUint> & aImportIndexes,
   101                                            			  TInt aEditedItemIndex = 0);
   100                                        TInt aEditedItemIndex = 0);
   102 
   101 
   103     public://New Functions
   102     public://New Functions
   104         /**
   103         /**
   105         * Sets the observer for searching new categories operations
   104         * Sets the observer for searching new categories operations
   106         * from a landmarks pacakge.
   105         * from a landmarks pacakge.