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

[reSIProcate] Re: ClientAuthManager::handle?


 
 
My program is stoped in the line
 
AttemptedAuthMap::iterator it = mAttemptedAuths.find(id);
 
I tried to set breakpoint in all the operator of DialogSetID cos
std::map <DialogsetID,AuthState> AttemptedAuths
 
But it passed,and didn't run into one of my breakpoints?
what do you think?
I am appreciated your help so much.
 
Julien 


 
On 5/17/05, julien thai <julienresiprocate@xxxxxxxxx> wrote:
Dear experts;
 
In the ClientAuthManager.cxx, there are something i amn't sure i understand clearly.
Can you help me to understand? ( from the point view of resiprocate library )
 

DialogSetId id(origRequest);

AttemptedAuthMap::iterator it = mAttemptedAuths.find(id);

Julien.