< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] about handle


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