On Thu, Sep 5, 2013 at 10:16 PM, Kyle Huey wrote:
> Did you fix LDAP in comm-central to not use nsInterfaceHashtableMT?
> That's why I haven't finished Bug 849654. I guess that should get duped to
> wherever this happened.
>
No, I completely stuffed up my search through comm-central and didn't
Did you fix LDAP in comm-central to not use nsInterfaceHashtableMT? That's
why I haven't finished Bug 849654. I guess that should get duped to
wherever this happened.
- Kyle
On Thu, Sep 5, 2013 at 3:08 AM, Robert O'Callahan wrote:
> nsTHashtable and its subclasses no longer have an Init metho
nsTHashtable and its subclasses no longer have an Init method; they are
fully initialized on construction, like any good C++ object. You can
specify an initial number of buckets by passing an integer parameter to the
constructor.
nsTHashtables are always initialized now; there is no uninitialized
3 matches
Mail list logo