зеркало из https://github.com/mozilla/gecko-dev.git
added |GetIID()|, and an IID to go with it
This commit is contained in:
Родитель
e2a12234d6
Коммит
bed1be4bac
|
@ -41,8 +41,15 @@ enum nsMsgDBCommitType {
|
|||
kCompressCommit
|
||||
};
|
||||
|
||||
|
||||
#define NS_IMSGDATABASE_IID \
|
||||
{ 0x9188bc83, 0xf92e, 0x11d2, \
|
||||
{0x81, 0xef, 0x00, 0x60, 0x08, 0x3a, 0x0b, 0xcf} }
|
||||
|
||||
class nsIMsgDatabase : public nsIDBChangeAnnouncer {
|
||||
public:
|
||||
static const nsIID& GetIID() { static nsIID iid = NS_IMSGDATABASE_IID; return iid; }
|
||||
|
||||
// open local folder...
|
||||
NS_IMETHOD Open(nsIFileSpec *folderName, PRBool create, nsIMsgDatabase** pMessageDB, PRBool upgrading) = 0;
|
||||
NS_IMETHOD Close(PRBool forceCommit) = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче