searchfw/plugins/calendarplugin/inc/calendarsearcher.h
branchCompilerCompatibility
changeset 15 21b79936b33a
parent 0 f979ecb2b13e
equal deleted inserted replaced
11:7d78dc22f397 15:21b79936b33a
    60             ECreatingCalendarEntryView,
    60             ECreatingCalendarEntryView,
    61             ECreatingCalendarInstanceView,
    61             ECreatingCalendarInstanceView,
    62             ESearching
    62             ESearching
    63          };
    63          };
    64          
    64          
    65         static CCalendarSearcher* CCalendarSearcher::NewL( 
    65         static CCalendarSearcher* NewL( 
    66                                 const RArray<TUid>& aContentIdArray, 
    66                                 const RArray<TUid>& aContentIdArray, 
    67                                 const CSearchCondition& aCondition, 
    67                                 const CSearchCondition& aCondition, 
    68                                 const TUid& aPluginId,
    68                                 const TUid& aPluginId,
    69                                 MSearchPluginObserver& aObserver );                                
    69                                 MSearchPluginObserver& aObserver );                                
    70                                 
    70                                 
   203         * Performs the first phase of two phase construction.
   203         * Performs the first phase of two phase construction.
   204         *
   204         *
   205         *
   205         *
   206         * @param    aPluginId   Plug-in's ID.
   206         * @param    aPluginId   Plug-in's ID.
   207         */
   207         */
   208         CCalendarSearcher::CCalendarSearcher( const TUid& aPluginId );
   208         CCalendarSearcher( const TUid& aPluginId );
   209              
   209              
   210      private:   // new functions
   210      private:   // new functions
   211         /** 
   211         /** 
   212         * Handles the cleanup operation of this class.
   212         * Handles the cleanup operation of this class.
   213         */
   213         */