12 void fromIce(
const data::Commit& ice, Commit& commit);
13 void toIce(data::Commit& ice,
const Commit& commit);
15 void fromIce(
const data::CommitResult& ice, CommitResult& result);
16 void toIce(data::CommitResult& ice,
const CommitResult& result);
19 void fromIce(
const data::EntityUpdate& ice, EntityUpdate&
update);
20 void toIce(data::EntityUpdate& ice,
const EntityUpdate&
update);
22 void fromIce(
const data::EntityUpdateResult& ice, EntityUpdateResult& result);
23 void toIce(data::EntityUpdateResult& ice,
const EntityUpdateResult& result);
27 void fromIce(
const data::Commit& ice, Commit& commit,
Time timeArrived);
28 void fromIce(
const data::EntityUpdate& ice, EntityUpdate&
update,
Time timeArrived);