author | Jorg K <jorgk@jorgk.com> |
Fri, 27 Sep 2019 11:52:07 +0200 | |
changeset 36973 | ddede6db83516288c25a8083879bdab02ce1b7b0 |
parent 35168 | 506e8bcb98739cf13ae0db2257e2e33f25496c2a |
permissions | -rw-r--r-- |
#ifndef nsComponentManagerExtra_h__ #define nsComponentManagerExtra_h__ #include "nsCOMPtr.h" #include "nsIComponentManagerExtra.h" #include "nsLiteralString.h" class nsComponentManagerExtra : public nsIComponentManagerExtra { public: NS_DECL_THREADSAFE_ISUPPORTS NS_DECL_NSICOMPONENTMANAGEREXTRA private: virtual ~nsComponentManagerExtra(); }; #endif // nsComponentManagerExtra_h__