Public Member Functions | |
was_guid_validated (const DCPS::GUID_t &expected) | |
bool | operator() (const RemoteParticipantMap::value_type &validated) const |
Private Attributes | |
const DCPS::GUID_t & | expected_ |
Definition at line 239 of file AuthenticationBuiltInImpl.h.
OpenDDS::Security::AuthenticationBuiltInImpl::was_guid_validated::was_guid_validated | ( | const DCPS::GUID_t & | expected | ) | [inline] |
Definition at line 241 of file AuthenticationBuiltInImpl.h.
00241 : expected_(expected) {}
bool OpenDDS::Security::AuthenticationBuiltInImpl::was_guid_validated::operator() | ( | const RemoteParticipantMap::value_type & | validated | ) | const [inline] |
Definition at line 243 of file AuthenticationBuiltInImpl.h.
00244 { 00245 return (expected_ == validated.second->participant_guid); 00246 }
const DCPS::GUID_t& OpenDDS::Security::AuthenticationBuiltInImpl::was_guid_validated::expected_ [private] |
Definition at line 248 of file AuthenticationBuiltInImpl.h.