зеркало из https://github.com/mozilla/gecko-dev.git
Remove db related functions.
This commit is contained in:
Родитель
e5b9f0e804
Коммит
36e1b242ac
|
@ -145,9 +145,6 @@ class nsIMsgFolder : public nsIFolder {
|
|||
/* boolean DisplayRecipients (); */
|
||||
NS_IMETHOD DisplayRecipients(PRBool *_retval) = 0;
|
||||
|
||||
/* void ReadDBFolderInfo (in boolean force); */
|
||||
NS_IMETHOD ReadDBFolderInfo(PRBool force) = 0;
|
||||
|
||||
/* readonly attribute string relativePathName; */
|
||||
NS_IMETHOD GetRelativePathName(char * *aRelativePathName) = 0;
|
||||
|
||||
|
|
|
@ -88,8 +88,6 @@ interface nsIMsgFolder : nsIFolder {
|
|||
|
||||
boolean DisplayRecipients();
|
||||
|
||||
void ReadDBFolderInfo(in boolean force);
|
||||
|
||||
readonly attribute string relativePathName;
|
||||
readonly attribute unsigned long sizeOnDisk;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче