[reSIProcate] the role of internalprocess in DUM

Micky Kaufmann micky at proxy.co.il
Thu May 19 07:57:56 CDT 2005


>From what I managed to read in the code usually when a function name starts with ‘internal’ it is used for encapsulating (making it private / protected) the code and as helper functions. In this case mFifo.messageAvailable() is checked before running internalProcess. E.G. run ‘internalProcess’ if there’s a message in mFifo.

 

If your meaning was “what is the role of process() ?” the way to understand it is reading the DUM documentation.

 

 

  _____  

From: resiprocate-devel-bounces at list.sipfoundry.org [mailto:resiprocate-devel-bounces at list.sipfoundry.org] On Behalf Of julien thai
Sent: ב 16 מאי 2005 19:37
To: resiprocate-devel at list.sipfoundry.org
Subject: [reSIProcate] the role of internalprocess in DUM

 

Dear all,

 

Can you explaine me the role of internalProcess?

Looking forward to hearing your reply.

 

Julien

 

bool

DialogUsageManager::process()

{

return (mFifo.messageAvailable() && internalProcess(std::auto_ptr<Message>(mFifo.getNext())));

}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20050519/d336f997/attachment.htm>


More information about the resiprocate-devel mailing list