GetIdentHash for LocalDestination

This commit is contained in:
orignal 2014-04-01 13:42:04 -04:00
parent d7a584f48f
commit ee08d6687f
3 changed files with 9 additions and 2 deletions

View file

@ -118,7 +118,8 @@ namespace data
{
public:
virtual void UpdateLeaseSet () = 0; // LeaseSet must be update
virtual const IdentHash& GetIdentHash () const = 0;
virtual void UpdateLeaseSet () = 0; // LeaseSet must be updated
};
}
}