зеркало из https://github.com/mozilla/gecko-dev.git
back off on the PRTime stuff for now
This commit is contained in:
Родитель
bd83cefde4
Коммит
89621ab0bc
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче