idlefw/plugins/sapidataplugin/inc/sapidataplugin.h
branchRCL_3
changeset 14 15e4dd19031c
parent 12 502e5d91ad42
child 19 edd621764147
equal deleted inserted replaced
12:502e5d91ad42 14:15e4dd19031c
   146     void ConfigureL( RAiSettingsItemArray& aSettings );  
   146     void ConfigureL( RAiSettingsItemArray& aSettings );  
   147 
   147 
   148     /**
   148     /**
   149      * @see CHsContentPublisher
   149      * @see CHsContentPublisher
   150      */
   150      */
       
   151     void SetProperty( TProperty aProperty, TAny* aAny );
       
   152     
       
   153     /**
       
   154      * @see CHsContentPublisher
       
   155      */
   151     TAny* GetProperty( TProperty aProperty );     
   156     TAny* GetProperty( TProperty aProperty );     
   152 
   157 
   153     /**
   158     /**
   154      * @see CHsContentPublisher
   159      * @see CHsContentPublisher
   155      */
   160      */
   263 	 */
   268 	 */
   264 	TPluginNetworkStatus NetworkStatus() const;
   269 	TPluginNetworkStatus NetworkStatus() const;
   265 	
   270 	
   266 private: 
   271 private: 
   267     // data
   272     // data
   268 
       
   269     /** Iterator for plugin content, owned */    
   273     /** Iterator for plugin content, owned */    
   270     MAiContentItemIterator* iContent;
   274     MAiContentItemIterator* iContent;
   271     /** Array of content observers, owned */
   275     /** Array of content observers, owned */
   272     RPointerArray<MAiContentObserver> iObservers;       
   276     RPointerArray<MAiContentObserver> iObservers;       
   273 	/** Number of data in the content model */
   277 	/** Number of data in the content model */
   289     };
   293     };
   290 
   294 
   291 #endif // SAPIDATAPLUGIN_H
   295 #endif // SAPIDATAPLUGIN_H
   292 
   296 
   293 // End of file
   297 // End of file
       
   298