diff options
-rw-r--r-- | OpenGridServices/OpenGridServices.GridServer/Main.cs | 2 | ||||
-rw-r--r-- | OpenGridServices/OpenGridServices.UserServer/Main.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenGridServices/OpenGridServices.GridServer/Main.cs b/OpenGridServices/OpenGridServices.GridServer/Main.cs index 55865d2..71f878a 100644 --- a/OpenGridServices/OpenGridServices.GridServer/Main.cs +++ b/OpenGridServices/OpenGridServices.GridServer/Main.cs | |||
@@ -50,7 +50,7 @@ namespace OpenGridServices.GridServer | |||
50 | public class OpenGrid_Main : BaseServer, conscmd_callback | 50 | public class OpenGrid_Main : BaseServer, conscmd_callback |
51 | { | 51 | { |
52 | private string ConfigDll = "OpenGrid.Config.GridConfigDb4o.dll"; | 52 | private string ConfigDll = "OpenGrid.Config.GridConfigDb4o.dll"; |
53 | private string GridDll = "OpenGrid.Framework.Data.DB4o.dll"; | 53 | private string GridDll = "OpenGrid.Framework.Data.MySQL.dll"; |
54 | public GridConfig Cfg; | 54 | public GridConfig Cfg; |
55 | 55 | ||
56 | public static OpenGrid_Main thegrid; | 56 | public static OpenGrid_Main thegrid; |
diff --git a/OpenGridServices/OpenGridServices.UserServer/Main.cs b/OpenGridServices/OpenGridServices.UserServer/Main.cs index aec80dc..3b17cff 100644 --- a/OpenGridServices/OpenGridServices.UserServer/Main.cs +++ b/OpenGridServices/OpenGridServices.UserServer/Main.cs | |||
@@ -50,7 +50,7 @@ namespace OpenGridServices.UserServer | |||
50 | public class OpenUser_Main : BaseServer, conscmd_callback | 50 | public class OpenUser_Main : BaseServer, conscmd_callback |
51 | { | 51 | { |
52 | private string ConfigDll = "OpenUser.Config.UserConfigDb4o.dll"; | 52 | private string ConfigDll = "OpenUser.Config.UserConfigDb4o.dll"; |
53 | private string StorageDll = "OpenGrid.Framework.Data.DB4o.dll"; | 53 | private string StorageDll = "OpenGrid.Framework.Data.MySQL.dll"; |
54 | private UserConfig Cfg; | 54 | private UserConfig Cfg; |
55 | protected IGenericConfig localXMLConfig; | 55 | protected IGenericConfig localXMLConfig; |
56 | 56 | ||