Skip to content
Snippets Groups Projects
Commit fcf5602b authored by Richard Linden's avatar Richard Linden
Browse files

more buildfix

parent 318a1eca
Branches
Tags
No related merge requests found
...@@ -346,13 +346,13 @@ namespace tut ...@@ -346,13 +346,13 @@ namespace tut
LLCoroEventPumps waiter; LLCoroEventPumps waiter;
replyName = waiter.getName0(); replyName = waiter.getName0();
errorName = waiter.getName1(); errorName = waiter.getName1();
WrapLL_ERRS capture; WrapLLErrs capture;
try try
{ {
result = waiter.waitWithLog(self); result = waiter.waitWithLog(self);
debug("no exception"); debug("no exception");
} }
catch (const WrapLL_ERRS::FatalException& e) catch (const WrapLLErrs::FatalException& e)
{ {
debug(STRINGIZE("exception " << e.what())); debug(STRINGIZE("exception " << e.what()));
threw = e.what(); threw = e.what();
...@@ -436,7 +436,7 @@ namespace tut ...@@ -436,7 +436,7 @@ namespace tut
BEGIN BEGIN
{ {
LLCoroEventPumps waiter; LLCoroEventPumps waiter;
WrapLL_ERRS capture; WrapLLErrs capture;
try try
{ {
result = waiter.postAndWaitWithLog(self, result = waiter.postAndWaitWithLog(self,
...@@ -444,7 +444,7 @@ namespace tut ...@@ -444,7 +444,7 @@ namespace tut
immediateAPI.getPump(), "reply", "error"); immediateAPI.getPump(), "reply", "error");
debug("no exception"); debug("no exception");
} }
catch (const WrapLL_ERRS::FatalException& e) catch (const WrapLLErrs::FatalException& e)
{ {
debug(STRINGIZE("exception " << e.what())); debug(STRINGIZE("exception " << e.what()));
threw = e.what(); threw = e.what();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment