5 #ifndef BUILTIN_CATALOG_H
6 #define BUILTIN_CATALOG_H
26 std::string
getImplId(
void)
const throw();
49 void putDone(
const std::string& host,
const std::string& rfn,
50 const std::map<std::string, std::string>& params)
throw (
DmException);
52 void symlink(
const std::string& oldpath,
63 void rename(
const std::string& oldPath,
66 mode_t
umask(mode_t mask)
throw ();
69 void setOwner (
const std::string& path, uid_t newUid, gid_t newGid,
73 void setChecksum(
const std::string& path,
const std::string& csumtype,
78 void utime(
const std::string& path,
const struct utimbuf* buf)
throw (
DmException);
84 void setGuid(
const std::string& path,
145 #endif // BUILTIN_CATALOG_H