fixes sun forte build bustage resulting from patch for bug 226241, patch by timeless r=kyle.yuan sr=darin

This commit is contained in:
darin%meer.net 2004-04-19 21:59:26 +00:00
parent 4228f28bc4
commit df3622f16f

View File

@ -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;