blob: f2f4c40d4f30f1b183aa626c714e6f890909fe9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
diff -ruN old/src/mbase/project/table.h new/src/mbase/project/table.h
--- old/src/mbase/project/table.h 2017-06-01 13:54:44.086895687 +0430
+++ new/src/mbase/project/table.h 2017-06-01 13:55:58.089107253 +0430
@@ -128,7 +128,7 @@
void ClearSettings();
void Load(const std::string& fname,
- const std::string& cur_dir = std::string()) throw (std::exception);
+ const std::string& cur_dir = std::string());
bool Save();
bool SaveAs(const std::string& fname,
diff -ruN old/src/mbase/project/srl-db.cpp new/src/mbase/project/srl-db.cpp
--- old/src/mbase/project/srl-db.cpp 2017-06-01 14:25:09.495468141 +0430
+++ new/src/mbase/project/srl-db.cpp 2017-06-01 14:41:49.699901753 +0430
@@ -102,7 +102,7 @@
}
void ADatabase::Load(const std::string& fname,
- const std::string& cur_dir) throw (std::exception)
+ const std::string& cur_dir)
{
try
{
|