[tasque/viewmodel: 67/78] ITimeAware need not be part of the public API
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasque/viewmodel: 67/78] ITimeAware need not be part of the public API
- Date: Wed, 29 Aug 2012 18:40:17 +0000 (UTC)
commit b369c22a14ee54556a19da0566cd298b26be81fe
Author: Antonius Riha <antoniusriha gmail com>
Date: Thu Aug 9 23:59:49 2012 +0200
ITimeAware need not be part of the public API
src/libtasqueui/ITimeAware.cs | 3 +--
src/libtasqueui/Legacy/MainWindowModel.cs | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/libtasqueui/ITimeAware.cs b/src/libtasqueui/ITimeAware.cs
index bbdb015..fb4d2d5 100644
--- a/src/libtasqueui/ITimeAware.cs
+++ b/src/libtasqueui/ITimeAware.cs
@@ -23,11 +23,10 @@
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
-using System;
namespace Tasque.UIModel
{
- public interface ITimeAware
+ interface ITimeAware
{
void OnDayChanged ();
}
diff --git a/src/libtasqueui/Legacy/MainWindowModel.cs b/src/libtasqueui/Legacy/MainWindowModel.cs
index 7f9ed98..4e46f22 100644
--- a/src/libtasqueui/Legacy/MainWindowModel.cs
+++ b/src/libtasqueui/Legacy/MainWindowModel.cs
@@ -121,7 +121,7 @@ namespace Tasque.UIModel.Legacy
public ICommand ShowContextMenu { get { throw new NotImplementedException (); } }
- public void OnDayChanged ()
+ void ITimeAware.OnDayChanged ()
{
UpdateCompletionDateRangeCompareDates ();
Tasks.Refresh ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]