NS_IMETHODIMP nsRssIncomingServer::GetFeedItemsDataSourcePath(nsILocalFile ** aLocation) { return FillInDataSourcePath(NS_LITERAL_STRING("feeditems.rdf"), aLocation); }
// nsIRSSIncomingServer methods NS_IMETHODIMP nsRssIncomingServer::GetSubscriptionsDataSourcePath(nsIFile ** aLocation) { return FillInDataSourcePath(NS_LITERAL_STRING("feeds.rdf"), aLocation); }