12 #ifndef ZYPP_CHECKSUM_H
13 #define ZYPP_CHECKSUM_H
49 :
CheckSum( std::string(), checksum )
55 CheckSum(
const std::string &
type, std::istream & input_r );
57 #ifndef SWIG // Swig treats it as syntax error0
65 static const std::string &
md5Type();
66 static const std::string &
shaType();
67 static const std::string &
sha1Type();
93 #ifndef SWIG // Swig treats it as syntax error
116 std::string
type()
const;
142 #endif // ZYPP_CHECKSUM_H