backend does not need friend access to manager

This commit is contained in:
Bernhard Amann 2012-02-06 10:57:07 -08:00
parent a0487ecb30
commit 23b2c95644

View file

@ -282,8 +282,6 @@ protected:
virtual bool DoHeartbeat(double network_time, double current_time);
private:
friend class Manager;
/**
* Deletes the values as passed into Write().
*/