5 #ifndef BUILTIN_CATALOG_H
6 #define BUILTIN_CATALOG_H
26 std::string
getImplId(
void)
const throw();
45 void putDone(
const std::string& host,
const std::string& rfn,
46 const std::map<std::string, std::string>& params)
throw (
DmException);
48 void symlink(
const std::string& oldpath,
59 void rename(
const std::string& oldPath,
62 mode_t
umask(mode_t mask)
throw ();
65 void setOwner (
const std::string& path, uid_t newUid, gid_t newGid,
69 void setChecksum(
const std::string& path,
const std::string& csumtype,
74 void utime(
const std::string& path,
const struct utimbuf* buf)
throw (
DmException);
80 void setGuid(
const std::string& path,
141 #endif // BUILTIN_CATALOG_H