mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
fixes sun forte build bustage resulting from patch for bug 226241, patch by timeless r=kyle.yuan sr=darin
This commit is contained in:
parent
4228f28bc4
commit
df3622f16f
@ -114,6 +114,11 @@ protected:
|
||||
static void* PR_CALLBACK HandlePACLoadEvent(PLEvent* aEvent);
|
||||
static void PR_CALLBACK DestroyPACLoadEvent(PLEvent* aEvent);
|
||||
|
||||
public:
|
||||
// The Sun Forte compiler and others implement older versions of the
|
||||
// C++ standard's rules on access and nested classes. These structs
|
||||
// need to be public in order to deal with those compilers.
|
||||
|
||||
struct HostInfoIP {
|
||||
PRUint16 family;
|
||||
PRUint16 mask_len;
|
||||
@ -125,6 +130,8 @@ protected:
|
||||
PRUint32 host_len;
|
||||
};
|
||||
|
||||
protected:
|
||||
|
||||
// simplified array of filters defined by this struct
|
||||
struct HostInfo {
|
||||
PRBool is_ipaddr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user