Move uses xpfe/components interfaces to using NS_DECL_NSIFOO macro. Several interfaces in xpfe/components declared their own NS_DECL_IFOO macros; I moved those to generated NS_DECL_NSIFOO and will remove the definitions in a subsequent checkin to prevent any risk of mid-checkin skew.
git-svn-id: svn://10.0.0.236/trunk@44102 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -79,10 +79,10 @@ public:
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
// This class implements the nsIAppShellComponent interface functions.
|
||||
NS_DECL_IAPPSHELLCOMPONENT
|
||||
NS_DECL_NSIAPPSHELLCOMPONENT
|
||||
|
||||
// This class implements the nsISampleAppShellComponent interface functions.
|
||||
NS_DECL_ISAMPLEAPPSHELLCOMPONENT
|
||||
NS_DECL_NSISAMPLEAPPSHELLCOMPONENT
|
||||
|
||||
private:
|
||||
// Data members and implemention functions go here.
|
||||
|
||||
Reference in New Issue
Block a user