Changeset 3203 for trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces
- Timestamp:
- 03/23/10 10:50:26 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces/IClientCommunicator.cs
r3011 r3203 60 60 [OperationContract] 61 61 ResponsePlugin SendPlugins(List<HivePluginInfoDto> pluginList); 62 63 [OperationContract] 64 ResponseCalendar GetCalendar(Guid clientId); 65 [OperationContract] 66 Response SetCalendarStatus(Guid clientId, CalendarState state); 67 62 68 } 63 69 } -
trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces/IClientManager.cs
r3022 r3203 57 57 [OperationContract] 58 58 ResponseList<AppointmentDto> GetUptimeCalendarForResource(Guid guid); 59 60 59 [OperationContract] 61 Response SetUptimeCalendarForResource(Guid guid, IEnumerable<AppointmentDto> appointments );60 Response SetUptimeCalendarForResource(Guid guid, IEnumerable<AppointmentDto> appointments, bool isForced); 62 61 } 63 62 }
Note: See TracChangeset
for help on using the changeset viewer.