From 60551e60e7df01563487f98185bbaee7cc913496 Mon Sep 17 00:00:00 2001 From: "markh%activestate.com" Date: Thu, 12 Apr 2001 06:38:28 +0000 Subject: [PATCH] Fix the last checkin which broke this sample. Not part of the build (hence this error went undetected) git-svn-id: svn://10.0.0.236/trunk@92077 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/samples/testevents/npevents.cpp | 6 ++++-- mozilla/modules/plugin/testevents/npevents.cpp | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/mozilla/modules/plugin/samples/testevents/npevents.cpp b/mozilla/modules/plugin/samples/testevents/npevents.cpp index 48062ed770e..bc841b957d0 100644 --- a/mozilla/modules/plugin/samples/testevents/npevents.cpp +++ b/mozilla/modules/plugin/samples/testevents/npevents.cpp @@ -123,12 +123,14 @@ public: RegisterSelf(nsIComponentManager* aCompMgr, nsIFile* aPath, const char* aRegistryLocation, - const char* aComponentType); + const char* aComponentType, + const nsModuleComponentInfo *info); static NS_METHOD UnregisterSelf(nsIComponentManager* aCompMgr, nsIFile* aPath, - const char* aRegistryLocation); + const char* aRegistryLocation, + const nsModuleComponentInfo *info); NS_DECL_ISUPPORTS diff --git a/mozilla/modules/plugin/testevents/npevents.cpp b/mozilla/modules/plugin/testevents/npevents.cpp index 48062ed770e..bc841b957d0 100644 --- a/mozilla/modules/plugin/testevents/npevents.cpp +++ b/mozilla/modules/plugin/testevents/npevents.cpp @@ -123,12 +123,14 @@ public: RegisterSelf(nsIComponentManager* aCompMgr, nsIFile* aPath, const char* aRegistryLocation, - const char* aComponentType); + const char* aComponentType, + const nsModuleComponentInfo *info); static NS_METHOD UnregisterSelf(nsIComponentManager* aCompMgr, nsIFile* aPath, - const char* aRegistryLocation); + const char* aRegistryLocation, + const nsModuleComponentInfo *info); NS_DECL_ISUPPORTS