Reverting change to const status of network_time. Also, see FIXME: in Func.cc / HandlePluginResult ...

This commit is contained in:
Gilbert Clark 2014-09-19 21:55:47 -04:00
parent 1a456cf9f7
commit 8d04f58eda
5 changed files with 23 additions and 10 deletions

View file

@ -605,9 +605,9 @@ protected:
* Hook for updates to network time. This method will be called
* whenever network time is advanced.
*
* @param networkt_time The new network time.
* @param network_time The new network time.
*/
virtual void HookUpdateNetworkTime(const double network_time);
virtual void HookUpdateNetworkTime(double network_time);
/**
* Hook for destruction of objects registered with