Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/07/08 18:03:51 (15 years ago)
Author:
svonolfe
Message:

Added caching, thread safety to DataAccess layer (#372)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Core/ServerConsoleFacade.cs

    r909 r925  
    9494    #endregion
    9595
    96 
    97     #region IServerConsoleFacade Members
    98 
    99     public Response Login(string userName, string password) {
    100       Response response = new Response();
    101       response.Success = true;
    102       return response;
    103     }
    104 
    105     #endregion
    10696  }
    10797}
Note: See TracChangeset for help on using the changeset viewer.