Changeset 24 in chevmsgr for trunk/msgclnt.cpp
- Timestamp:
- 11/29/15 01:44:22 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/msgclnt.cpp
r22 r24 72 72 73 73 c.sessid = message.get<std::string>(ProtocolType::SESSION_ID); 74 c.sensitive = message.get< int>(ProtocolType::SENSITIVE);74 c.sensitive = message.get<bool>(ProtocolType::SENSITIVE); 75 75 76 76 c.from = message.get<std::string>(ProtocolType::FROM);
Note:
See TracChangeset
for help on using the changeset viewer.