MT#62181 silence compiler warning

../../AmApi.h:129:34: warning: ‘virtual AmSessionEventHandler* AmSessionEventHandlerFactory::getHandler(AmSession*, const std::string&)’ was hidden [-Woverloaded-virtual=]
  129 |   virtual AmSessionEventHandler* getHandler(AmSession* s,
      |                                  ^~~~~~~~~~
UACAuth.h:59:26: note:   by ‘AmSessionEventHandler* UACAuthFactory::getHandler(AmBasicSipDialog*, CredentialHolder*)’
   59 |   AmSessionEventHandler* getHandler(AmBasicSipDialog* dlg,

Change-Id: Iff9af065ea7428bbde4c9389b4b57876bb691f81
mr26.0
Richard Fuchs 5 months ago
parent 818c4e4a3d
commit 2cd6f20009

@ -56,6 +56,7 @@ class UACAuthFactory
public AmDynInvoke
{
static UACAuthFactory* _instance;
using AmSessionEventHandlerFactory::getHandler;
AmSessionEventHandler* getHandler(AmBasicSipDialog* dlg,
CredentialHolder* s);
public:

Loading…
Cancel
Save