< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
I don’t think this constructor is used anywhere – I’m
thinking of just deleting it – any objections? From:
resiprocate-devel-bounces@xxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxx] On Behalf Of hongsion hi resip, In
Handle.hxx there is a
protected constructor function:
Handle(HandleManager& ham, Handled* handled) : mHam(&ham),
mId(mHam->create(this)) { } is this
constructor called. it's --->mId(mHam->create(this))<---- is so
confused. can anyone explain it. why it's not
mId(mHam->create(handled))? thanks! hongsion 2007-11-19 |