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
Родитель f91a1eedb8
Коммит f36458785b
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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