~ubuntu-branches/ubuntu/utopic/resiprocate/utopic-updates

« back to all changes in this revision

Viewing changes to resip/dum/RADIUSServerAuthManager.hxx

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2014-01-12 11:46:45 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20140112114645-4g9v7vzp3psxiso9
Tags: 1.9.0~beta10-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
      RADIUSServerAuthManager(resip::DialogUsageManager& dum,
24
24
                              TargetCommand::Target& target,
25
25
                              const Data& configurationFile,
26
 
                              bool challengeThirdParties = true);
 
26
                              bool challengeThirdParties = true,
 
27
                              const Data& staticRealm = "");
27
28
      virtual ~RADIUSServerAuthManager();
28
29
 
29
30
   protected: