@@ -107,40 +107,3 @@
+ /* void encodeClipboardImage(in nsIClipboardImage aClipboardImage, out nsIFile aImageFile); */
};
-Index: xpcom/obsolete/component/nsFileSpecImpl.h
-===================================================================
-RCS file: /cvsroot/mozilla/xpcom/obsolete/component/nsFileSpecImpl.h,v
-retrieving revision 1.3
-diff -u -p -6 -r1.3 nsFileSpecImpl.h
---- xpcom/obsolete/component/nsFileSpecImpl.h 18 Apr 2004 14:18:15 -0000 1.3
-+++ xpcom/obsolete/component/nsFileSpecImpl.h 14 Nov 2007 12:11:12 -0000
-@@ -40,13 +40,13 @@
-
- #include "nscore.h"
- #include "nsIFileSpec.h"
- #include "nsFileSpec.h"
-
- //========================================================================================
--class nsFileSpecImpl
-+class NS_COM nsFileSpecImpl
- //========================================================================================
- : public nsIFileSpec
- {
-
- public:
-
-@@ -78,13 +78,13 @@ class nsFileSpecImpl
-
- private:
- ~nsFileSpecImpl();
- }; // class nsFileSpecImpl
-
- //========================================================================================
--class nsDirectoryIteratorImpl
-+class NS_COM nsDirectoryIteratorImpl
- //========================================================================================
- : public nsIDirectoryIterator
- {
-
- public:
-
|