Skip to content

Commit

Permalink
removed unused methods (recursive removal from superclasses)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed Oct 31, 2018
1 parent 4095c18 commit 90ef40d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions include/LuaReactiveService.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ namespace LAppS
{
mMayRun.store(false);
}

/*
const bool try_enqueue(const std::vector<AppInEvent>& events)
{
try
Expand All @@ -168,6 +168,8 @@ namespace LAppS
return false;
}
}
*/

void enqueue(const AppInEvent& event)
{
try {
Expand All @@ -178,7 +180,7 @@ namespace LAppS
itc::getLog()->error(__FILE__,__LINE__,"Can't enqueue request to application %s, exception: %s",this->getName().c_str(),e.what());
}
}

/*
void enqueue(const std::vector<AppInEvent>& event)
{
try {
Expand All @@ -189,7 +191,8 @@ namespace LAppS
itc::getLog()->error(__FILE__,__LINE__,"Can't enqueue request to application %s, exception: %s",this->getName().c_str(),e.what());
}
}

*/

void execute()
{
sigset_t sigpipe_mask;
Expand Down

0 comments on commit 90ef40d

Please # to comment.