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:
mccabe%netscape.com
1999-08-23 01:07:33 +00:00
parent e4eaafe27b
commit 21c708fc47
10 changed files with 18 additions and 32 deletions

View File

@@ -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.