Public Types | |
typedef std::map< std::string, std::string > | HashesMap |
typedef boost::shared_ptr < JingleFileTransferHash > | ref |
Public Member Functions | |
void | setHash (const std::string &algo, const std::string &hash) |
const HashesMap & | getHashes () const |
Definition at line 17 of file JingleFileTransferHash.h.
typedef std::map<std::string, std::string> Swift::JingleFileTransferHash::HashesMap |
Definition at line 19 of file JingleFileTransferHash.h.
typedef boost::shared_ptr<JingleFileTransferHash> Swift::JingleFileTransferHash::ref |
Reimplemented from Swift::Payload.
Definition at line 21 of file JingleFileTransferHash.h.
const HashesMap& Swift::JingleFileTransferHash::getHashes | ( | ) | const [inline] |
Definition at line 27 of file JingleFileTransferHash.h.
void Swift::JingleFileTransferHash::setHash | ( | const std::string & | algo, | |
const std::string & | hash | |||
) | [inline] |
Definition at line 23 of file JingleFileTransferHash.h.