X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=test%2Freentrant.cpp;h=13f62503bad6bb6cce37171d04d1ea94ee8148e5;hp=7442c313ee215a2ed13967cae3534a7128400111;hb=0995cebb9189b872e8d7e58d8b8122fa00cc9061;hpb=441d41fe583765902aa2f9641c0977e295e62be3 diff --git a/test/reentrant.cpp b/test/reentrant.cpp index 7442c31..13f6250 100644 --- a/test/reentrant.cpp +++ b/test/reentrant.cpp @@ -35,7 +35,7 @@ using namespace std; using namespace CppUnit; using namespace libt2n; -namespace +namespace reentrant { command_server *global_server = NULL; @@ -124,8 +124,10 @@ class testfunc_cmd : public libt2n::command #include -BOOST_CLASS_EXPORT(testfunc_cmd) -BOOST_CLASS_EXPORT(testfunc_res) +BOOST_CLASS_EXPORT(reentrant::testfunc_cmd) +BOOST_CLASS_EXPORT(reentrant::testfunc_res) + +using namespace reentrant; class test_reentrant : public TestFixture {