logic: added "serialize" method for indexer commands

This commit is contained in:
mlangkabel
2018-06-05 11:45:03 +02:00
parent 3cc51e0d01
commit 31920972eb
12 changed files with 150 additions and 9 deletions
@@ -15,10 +15,6 @@ InterprocessIndexer::InterprocessIndexer(const std::string& uuid, Id processId)
{
}
InterprocessIndexer::~InterprocessIndexer()
{
}
void InterprocessIndexer::work()
{
try