This commit is contained in:
putterman%netscape.com 1999-05-10 21:46:18 +00:00
Родитель e5b9f0e804
Коммит 36e1b242ac
2 изменённых файлов: 0 добавлений и 5 удалений

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

@ -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;