Commit 40c36e29 authored by Pavel Vainerman's avatar Pavel Vainerman

(tests): изменения под новый catch

parent 3b417c34
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
using namespace std; using namespace std;
using namespace UniSetTypes; using namespace UniSetTypes;
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
int main(int argc, char* argv[] ) int main(int argc, const char* argv[] )
{ {
try try
{ {
......
...@@ -16,7 +16,7 @@ using namespace UniSetExtensions; ...@@ -16,7 +16,7 @@ using namespace UniSetExtensions;
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
std::shared_ptr<SharedMemory> shm; std::shared_ptr<SharedMemory> shm;
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
int main(int argc, char* argv[] ) int main(int argc, const char* argv[] )
{ {
try try
{ {
......
...@@ -13,7 +13,7 @@ using namespace std; ...@@ -13,7 +13,7 @@ using namespace std;
using namespace UniSetTypes; using namespace UniSetTypes;
using namespace UniSetExtensions; using namespace UniSetExtensions;
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
int main(int argc, char* argv[] ) int main(int argc, const char* argv[] )
{ {
try try
{ {
......
...@@ -13,7 +13,7 @@ using namespace std; ...@@ -13,7 +13,7 @@ using namespace std;
using namespace UniSetTypes; using namespace UniSetTypes;
using namespace UniSetExtensions; using namespace UniSetExtensions;
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
int main(int argc, char* argv[] ) int main(int argc, const char* argv[] )
{ {
try try
{ {
......
...@@ -16,7 +16,7 @@ using namespace UniSetExtensions; ...@@ -16,7 +16,7 @@ using namespace UniSetExtensions;
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
std::shared_ptr<TestObject> obj; std::shared_ptr<TestObject> obj;
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
int main(int argc, char* argv[] ) int main(int argc, const char* argv[] )
{ {
try try
{ {
......
...@@ -13,7 +13,7 @@ using namespace std; ...@@ -13,7 +13,7 @@ using namespace std;
using namespace UniSetTypes; using namespace UniSetTypes;
using namespace UniSetExtensions; using namespace UniSetExtensions;
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
int main(int argc, char* argv[] ) int main(int argc, const char* argv[] )
{ {
try try
{ {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <iostream> #include <iostream>
#include "Configuration.h" #include "Configuration.h"
int main( int argc, char* argv[] ) int main( int argc, const char* argv[] )
{ {
try try
{ {
......
...@@ -43,7 +43,7 @@ shared_ptr<SMInterface> smiInstance() ...@@ -43,7 +43,7 @@ shared_ptr<SMInterface> smiInstance()
return smi; return smi;
} }
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
int main(int argc, char* argv[] ) int main(int argc, const char* argv[] )
{ {
try try
{ {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <iostream> #include <iostream>
#include "Configuration.h" #include "Configuration.h"
int main( int argc, char* argv[] ) int main( int argc, const char* argv[] )
{ {
try try
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment