added logic for GXS search in RsGxsNetTunnel and Gxs client net service

This commit is contained in:
csoler 2018-06-10 22:34:17 +02:00
parent 7caf06b57d
commit 6fb459ce64
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
8 changed files with 273 additions and 23 deletions

View file

@ -1462,7 +1462,7 @@ TurtleSearchRequestId ftServer::turtleSearch(const RsRegularExpression::Lineariz
return mTurtleRouter->turtleSearch(expr) ;
}
#warning we should do this here, but for now it's done by turtle router.
#warning we should do this here, but for now it is done by turtle router.
// // Dont delete the item. The client (p3turtle) is doing it after calling this.
// //
// void ftServer::receiveSearchResult(RsTurtleSearchResultItem *item)