Bug 324553, r=bryner. Finish remote container API plus manay misc fixes and cleanup.

Original committer: brettw%gmail.com
Original revision: 1.15
Original date: 2006/01/26 20:24:25
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 15:06:33 +00:00
parent dfadb6617d
commit ed0a11c26e

View File

@ -96,7 +96,7 @@ private:
PRInt32 aStartIndex, PRInt32 aEndIndex,
PRInt32 aDelta);
PRInt32 FolderCount(PRInt64 aFolder);
nsresult GetFolderType(PRInt64 aFolder, nsAString &aType);
nsresult GetFolderType(PRInt64 aFolder, nsACString &aType);
// remove me when there is better query initialization
nsNavHistory* History() { return nsNavHistory::GetHistoryService(); }