Bug 368185 - Clean up plugin files; changing class declarations to use macros

p=Kevin Zhang <kevin.heart@gmail.com>
r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@220486 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
asqueella%gmail.com
2007-02-17 18:44:42 +00:00
parent d9ed45237a
commit 4852fb3149
8 changed files with 54 additions and 326 deletions

View File

@@ -77,8 +77,8 @@ public:
MPARAM GetWParam() { return mWParam; };
MPARAM GetLParam() { return mLParam; };
PRBool InUse() { return (mWnd!=NULL || mMsg!=0); };
NS_IMETHOD Run();
NS_DECL_NSIRUNNABLE
protected:
PluginWindowWeakRef mPluginWindowRef;