[longomatch] Fix NameSpace.



commit 518eb27de34c6e8b6ecc75b7c08b381e2bc9f566
Author: Julien Moutte <julien fluendo com>
Date:   Mon Apr 13 15:33:16 2015 +0200

    Fix NameSpace.

 LongoMatch.Services/DataBaseManager.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Services/DataBaseManager.cs b/LongoMatch.Services/DataBaseManager.cs
index 8b2e9ff..64b0083 100644
--- a/LongoMatch.Services/DataBaseManager.cs
+++ b/LongoMatch.Services/DataBaseManager.cs
@@ -24,8 +24,9 @@ using LongoMatch.Core.Interfaces;
 using LongoMatch.Core.Interfaces.GUI;
 using LongoMatch.Core.Store;
 using LongoMatch.Core.Common;
+using LongoMatch.DB;
 
-namespace LongoMatch.DB
+namespace LongoMatch.Services
 {
        public class DataBaseManager: IDataBaseManager, IService
        {


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