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

[reSIProcate] ServerAuthManager


Hi,

 

I’d like to know how to implement the ServerAuthManager.

I didn’t find any examples describing the implementation.

 

ServerAuthManager(DialogUsageManager& dum, TargetCommand::Target& target);

I’d like to know how to initialize the “target” parameter

 

To initialize the TargetCommand, we need a “message”…What’s this message? How to initialize it?

TargetCommand(Target& target, std::auto_ptr<Message> message);

 

If you have an example describing the initialization of a ServerAuthManager, it would be nice!

Thanks in advance

 

Nicolas L.