Changeset 5153 for branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3/WcfServicePool.cs
- Timestamp:
- 12/21/10 18:16:24 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3/WcfServicePool.cs
r4914 r5153 44 44 public string Password { 45 45 get { return password; } 46 set { hostAddress= value; }46 set { password = value; } 47 47 } 48 48
Note: See TracChangeset
for help on using the changeset viewer.