Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/10/08 15:03:00 (16 years ago)
Author:
svonolfe
Message:

Refactored DAL (#372)

Location:
trunk/sources/HeuristicLab.Hive.Contracts/Interfaces
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/ILifecycleManager.cs

    r925 r948  
    3636
    3737    /// <summary>
     38    /// Gets the transaction manager
     39    /// </summary>
     40    /// <returns></returns>
     41    ITransactionManager GetTransactionManager();
     42
     43    /// <summary>
    3844    /// Shuts the application down
    3945    /// </summary>
    40     void Shtudown();
     46    void Shutdown();
    4147  }
    4248}
Note: See TracChangeset for help on using the changeset viewer.