From: Chris Tallon Date: Thu, 15 Mar 2007 20:40:13 +0000 (+0000) Subject: Update comment X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=8f2fc8b2e71ba612591c9493e344849a9762cbf1;p=vompclient-marten.git Update comment --- diff --git a/timerreceiver.h b/timerreceiver.h index 9e0f301..3eb1e32 100755 --- a/timerreceiver.h +++ b/timerreceiver.h @@ -1,5 +1,5 @@ /* - Copyright 2005 Chris Tallon + Copyright 2007 Chris Tallon This file is part of VOMP. @@ -25,7 +25,7 @@ class TimerReceiver { public: virtual ~TimerReceiver() {} - virtual void timercall(int clientReference)=0; // Master lock will be locked! + virtual void timercall(int clientReference)=0; }; #endif