access security
This commit is contained in:
@@ -357,6 +357,16 @@ namespace epics {
|
||||
|
||||
void aliveNotification() {}
|
||||
|
||||
void authNZMessage(epics::pvData::PVField::shared_pointer const & data) {}
|
||||
void authNZInitialize(void*) {}
|
||||
|
||||
virtual std::tr1::shared_ptr<SecuritySession> getSecuritySession() const
|
||||
{
|
||||
return std::tr1::shared_ptr<SecuritySession>();
|
||||
}
|
||||
|
||||
|
||||
|
||||
bool isClosed() { return false; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user