remove super abstract authNZInitialize(void*)

with separate client and server calls.

Still dynamic_cast ugliness as Transport and Codec
hierarchies don't have a common root.
This commit is contained in:
Michael Davidsaver
2017-11-05 16:41:59 -06:00
parent 47332fdf90
commit 5e900b1f11
7 changed files with 24 additions and 36 deletions

View File

@@ -399,7 +399,6 @@ public:
void aliveNotification() {}
void authNZMessage(epics::pvData::PVField::shared_pointer const & data) {}
void authNZInitialize(void*) {}
virtual std::tr1::shared_ptr<SecuritySession> getSecuritySession() const
{