[longomatch] Fix build with db4o 7.4
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix build with db4o 7.4
- Date: Mon, 8 Jul 2013 17:57:33 +0000 (UTC)
commit 0ca3165183d4a4ab743ae52d8347918d2a6637be
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sun Jul 7 19:07:50 2013 +0200
Fix build with db4o 7.4
LongoMatch.Services/Services/DataBase.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Services/Services/DataBase.cs b/LongoMatch.Services/Services/DataBase.cs
index e56fd6c..6510a5c 100644
--- a/LongoMatch.Services/Services/DataBase.cs
+++ b/LongoMatch.Services/Services/DataBase.cs
@@ -160,7 +160,7 @@ namespace LongoMatch.DB
ListObjects();
} catch (DatabaseFileLockedException locked) {
throw new DBLockedException (locked);
- } catch (Db4oFatalException ex) {
+ } catch (Db4oException ex) {
throw new UnknownDBErrorException (ex);
}
return ret;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]