- Timestamp:
- 01/07/10 15:33:45 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Manager/PluginManager.cs
r2592 r2615 171 171 } 172 172 } 173 174 // infinite lease time 175 /// <summary> 176 /// Initializes the life time service with infinite lease time. 177 /// </summary> 178 /// <returns><c>null</c>.</returns> 179 public override object InitializeLifetimeService() { 180 return null; 181 } 173 182 } 174 183 }
Note: See TracChangeset
for help on using the changeset viewer.