| 116 | {} |
| 117 | |
| 118 | MinimalMemberDetail::MinimalMemberDetail(const OPENDDS_STRING& name) |
| 119 | { |
| 120 | unsigned char result[16]; |
| 121 | DCPS::MD5Hash(result, name.c_str(), name.size()); |
| 122 | |
| 123 | std::memcpy(name_hash, result, sizeof name_hash); |
| 124 | } |
| 125 | |
| 126 | #ifdef min |
| 127 | #undef min |