Closed Bug 6160 Opened 26 years ago Closed 26 years ago

[patch] build fix for nsProxyEventPrivate.h

Categories

(Core :: XPCOM, defect, P3)

Sun
Solaris
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: tor, Assigned: dp)

Details

Needed for a solaris/native compile: diff -u -r1.1 nsProxyEventPrivate.h --- nsProxyEventPrivate.h 1999/05/07 20:01:28 1.1 +++ nsProxyEventPrivate.h 1999/05/09 20:41:12 @@ -123,7 +123,7 @@ { public: - NS_DECL_ISUPPORTS; + NS_DECL_ISUPPORTS NS_DEFINE_STATIC_IID_ACCESSOR(NS_IPROXYEVENT_MANAGER_IID); NS_IMETHOD GetProxyObject(PLEventQueue *destQueue, @@ -153,4 +153,4 @@ }; -#endif \ No newline at end of file +#endif
Status: NEW → ASSIGNED
Target Milestone: M6
I will apply this before next weekend. We are in the process of merging base/ and xpcom/ Sorry it took this long.
Target Milestone: M6 → M7
Aagh! we haven't yet landed our branch. XPCOM20 will land for M7.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
dp landed the fix on 5/27 -- since this is a low level fix, marking as verified based on developer comments
Keywords: patch
You need to log in before you can comment on or make changes to this bug.