add newline at the end of the files
git-svn-id: svn://10.0.0.236/trunk@49239 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -80,4 +80,5 @@ interface nsIEvent : nsISupports
|
||||
in voidStar data);
|
||||
|
||||
readonly attribute boolean isExitEvent;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -79,4 +79,5 @@ interface nsIEventFilter : nsISupports
|
||||
[noscript] void SetNativeData(in nsNativeFilterDataType dataType,
|
||||
in voidStar data);
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -256,4 +256,5 @@ interface nsIEventLoop : nsISupports
|
||||
|
||||
/* Specifies the name of the event loop. This was set upon creation. */
|
||||
readonly attribute wstring EventLoopName;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -79,4 +79,5 @@ interface nsITranslateListener : nsISupports
|
||||
should die immediately.
|
||||
*/
|
||||
void PostTranslate(in nsIEvent evt, in boolean fTranslateHandled);
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -41,4 +41,5 @@ interface nsPIEventLoop : nsISupports
|
||||
*/
|
||||
|
||||
void LoopInit(in wstring name);
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user