back off on the PRTime stuff for now

This commit is contained in:
hangas%netscape.com 1999-05-05 03:39:51 +00:00
Родитель bd83cefde4
Коммит 89621ab0bc
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -47,8 +47,8 @@ class nsINNTPHost : public nsISupports {
NS_IMETHOD SetPushAuth(PRBool aPushAuth) = 0;
/* attribute PRTime lastUpdatedTime; */
NS_IMETHOD GetLastUpdatedTime(PRTime *aLastUpdatedTime) = 0;
NS_IMETHOD SetLastUpdatedTime(PRTime aLastUpdatedTime) = 0;
NS_IMETHOD GetLastUpdatedTime(PRUint32 *aLastUpdatedTime) = 0;
NS_IMETHOD SetLastUpdatedTime(PRUint32 aLastUpdatedTime) = 0;
/* nsINNTPNewsgroupList GetNewsgroupList (in string name); */
NS_IMETHOD GetNewsgroupList(const char *name, nsINNTPNewsgroupList **retval) = 0;

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

@ -32,7 +32,7 @@ interface nsINNTPHost : nsISupports {
attribute boolean postingAllowed;
attribute boolean pushAuth;
attribute PRTime lastUpdatedTime;
attribute unsigned long lastUpdatedTime;
/* look up the newsgroup list for the given name */
nsINNTPNewsgroupList GetNewsgroupList(in string name);