From b52137e261243784a7ee25310ee5dab203dd8b58 Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Fri, 28 Jan 2000 09:49:10 +0000 Subject: [PATCH] Adding BreakAfterLoad() API to header. git-svn-id: svn://10.0.0.236/trunk@59052 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/components/xcDll.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/xpcom/components/xcDll.h b/mozilla/xpcom/components/xcDll.h index c76d666a0de..75d6f827618 100644 --- a/mozilla/xpcom/components/xcDll.h +++ b/mozilla/xpcom/components/xcDll.h @@ -72,6 +72,8 @@ private: void Init(nsIFile *dllSpec); void Init(const char *persistentDescriptor); + void BreakAfterLoad(const char *nsprPath); + public: nsDll(nsIFile *dllSpec, const char *registryLocation);