protocol change: connection validation/authNZ support

This commit is contained in:
Matej Sekoranja
2014-06-09 12:39:29 +02:00
parent 8862d29ea5
commit b101fa1e7a
9 changed files with 186 additions and 115 deletions

View File

@@ -352,7 +352,7 @@ namespace epics {
bool verify(epics::pvData::int32 timeoutMs) { return true;}
void verified() {}
void verified(epics::pvData::Status const &) {}
void aliveNotification() {}