Changeset 1631 for trunk/sources
- Timestamp:
- 04/23/09 16:33:54 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.DataAccess/3.2/IClientAdapter.cs
r1530 r1631 37 37 /// <returns></returns> 38 38 ClientInfo GetByName(string name); 39 40 /// <summary> 41 /// Gets all clients that are not in a group 42 /// </summary> 43 /// <returns></returns> 44 ICollection<ClientInfo> GetGrouplessClients(); 39 45 } 40 46 }
Note: See TracChangeset
for help on using the changeset viewer.