Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/23/10 10:50:26 (14 years ago)
Author:
kgrading
Message:

implemented the server on the client, using push & force push, added refresh buttons, added auto calender methods that traverse the tree... (#908)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.DataAccess/3.2/IUptimeCalendarDao.cs

    r3022 r3203  
    88    IEnumerable<AppointmentDto> GetUptimeCalendarForResource(Guid resourceId);
    99    void SetUptimeCalendarForResource(Guid resourceId, IEnumerable<AppointmentDto> appointments);
    10    
     10    void NotifyClientsOfNewCalendar(Guid groupId, bool forcePush);
     11    IEnumerable<AppointmentDto> GetCalendarForClient(ClientDto client);
    1112  }
    1213}
Note: See TracChangeset for help on using the changeset viewer.