13 void fromIce(
const data::Commit& ice, Commit& commit);
14 void toIce(data::Commit& ice,
const Commit& commit);
16 void fromIce(
const data::CommitResult& ice, CommitResult& result);
17 void toIce(data::CommitResult& ice,
const CommitResult& result);
20 void fromIce(
const data::EntityUpdate& ice, EntityUpdate&
update);
21 void toIce(data::EntityUpdate& ice,
const EntityUpdate&
update);
23 void fromIce(
const data::EntityUpdateResult& ice, EntityUpdateResult& result);
24 void toIce(data::EntityUpdateResult& ice,
const EntityUpdateResult& result);
28 void fromIce(
const data::Commit& ice, Commit& commit,
Time timeArrived);
29 void fromIce(
const data::EntityUpdate& ice, EntityUpdate&
update,
Time timeArrived);