зеркало из https://github.com/mozilla/pjs.git
Implemented removeAnnotation()
Added getAnnotationInt64() and setAnnotationInt64() to make dealing with dates and times easier. r=bryner b=319769 Original committer: annie.sullivan%gmail.com Original revision: 1.4 Original date: 2005/12/10 07:25:13
This commit is contained in:
Родитель
07dd238009
Коммит
f91a1eedb8
|
@ -36,6 +36,9 @@
|
|||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#ifndef nsAnnotationService_h___
|
||||
#define nsAnnotationService_h___
|
||||
|
||||
#include "nsIAnnotationService.h"
|
||||
#include "nsCOMArray.h"
|
||||
#include "nsCOMPtr.h"
|
||||
|
@ -63,6 +66,7 @@ protected:
|
|||
nsCOMPtr<mozIStorageStatement> mDBGetAnnotation;
|
||||
nsCOMPtr<mozIStorageStatement> mDBGetAnnotationFromURI;
|
||||
nsCOMPtr<mozIStorageStatement> mDBAddAnnotation;
|
||||
nsCOMPtr<mozIStorageStatement> mDBRemoveAnnotation;
|
||||
|
||||
nsCOMArray<nsIAnnotationObserver> mObservers;
|
||||
|
||||
|
@ -84,3 +88,5 @@ protected:
|
|||
mozIStorageStatement** aStatement);
|
||||
void CallSetObservers(nsIURI* aURI, const nsACString& aName);
|
||||
};
|
||||
|
||||
#endif /* nsAnnotationService_h___ */
|
||||
|
|
Загрузка…
Ссылка в новой задаче