- Timestamp:
- 02/21/10 16:34:55 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Core/3.2/JobStorage/JobStorageManager.cs
r2107 r2846 17 17 private static List<JobStorageInfo> storedJobsList = new List<JobStorageInfo>(); 18 18 19 private static String path = System.IO.Directory.GetCurrentDirectory()+"\\ plugins\\Hive.Client.Jobs\\";19 private static String path = System.IO.Directory.GetCurrentDirectory()+"\\Hive.Client.Jobs\\"; 20 20 21 21 public static void PersistObjectToDisc(String serverIP, long serverPort, Guid jobId, byte[] job) {
Note: See TracChangeset
for help on using the changeset viewer.