[Banshee-List] StartupServiceCount in ServiceManager.cs



In ServiceManager.cs [1], we have the following:

  public static int StartupServiceCount {
      get { return service_types.Count + (extension_nodes == null ? 0 :
extension_nodes.Count) + 1; }
  }

Where does this +1 come from? Also, this piece of code is unused, has it
become obsolete or will it serve a purpose in the near future?

   Ruben

[1] Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs +200



--
Ruben Vermeersch (rubenv)
http://www.savanne.be


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]