Closed Bug 666691 Opened 13 years ago Closed 13 years ago

nsSimpleURI::Write/Read methods are hidden: bug?

Categories

(Core :: Networking, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 659802

People

(Reporter: joey, Unassigned)

Details

% uname -a
Darwin banshee.local 10.7.4 Darwin Kernel Version 10.7.4: Mon Apr 18 21:24:17 PDT 2011; root:xnu-1504.14.12~3/RELEASE_X86_64 x86_64

/mozilla/sandbox/gml/netwerk/base/src/nsSimpleURI.h:67: warning: 'virtual PRBool nsSimpleURI::Read(const IPC::Message*, void**)' was hidden
/mozilla/sandbox/gml/netwerk/base/src/nsSimpleURI.h:67: warning: 'virtual void nsSimpleURI::Write(IPC::Message*)' was hidden
Randell/bz,

I haven't followed what's landed recently in URL-land.  Any idea if there's a recent checkin that might be causing this?

Joey--thanks for noticing.
Summary: netwerk/ - compiler warnings on mac → nsSimpleURI::Write/Read methods are hidden: bug?
This is expected for URI implementations, no?  They implement both nsISerializable and the IPC serializable API which use the same function names but different signatures....
This is just the same thing as bug 659802, yes?
Looks like it.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.