Bug 329698 r=joe@retrovirus.com,bryner Implement GetPageAnnotationNames

Original committer: brettw%gmail.com
Original revision: 1.5
Original date: 2006/03/08 20:33:49
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 17:21:57 +00:00
parent 68c7e0c939
commit 752807b2d8

View File

@ -64,6 +64,7 @@ protected:
nsCOMPtr<mozIStorageStatement> mDBSetAnnotation;
nsCOMPtr<mozIStorageStatement> mDBGetAnnotation;
nsCOMPtr<mozIStorageStatement> mDBGetAnnotationNames;
nsCOMPtr<mozIStorageStatement> mDBGetAnnotationFromURI;
nsCOMPtr<mozIStorageStatement> mDBAddAnnotation;
nsCOMPtr<mozIStorageStatement> mDBRemoveAnnotation;