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

[reSIProcate] Where is DialogUsageManager::post() method ?


Hi,

 

            In the wiki page “DUM Threading” it is shown how one can queue commands from a multi-threaded application to DUM in a thread-safe way.

            It depends on subclassing  the class DumCommand and finally ends up with the method call:

 
        dum->post(cmd);        //where dum is a pointer to the DialogUsageManager object
 

            I checked out resiprocate release 6744  (I think this is a very fresh one) but I could not find the DialogUsageManager::post method declared !

 

            What am I missing here ?

 
        

Julio Cabezas.