#include <config.h>
#include "remoteserver.h"
#include "xapian/database.h"
#include "xapian/enquire.h"
#include "xapian/error.h"
#include "xapian/matchspy.h"
#include "xapian/valueiterator.h"
#include "safeerrno.h"
#include <signal.h>
#include <cstdlib>
#include "autoptr.h"
#include "multimatch.h"
#include "omassert.h"
#include "realtime.h"
#include "serialise.h"
#include "serialise-double.h"
#include "str.h"
#include "weightinternal.h"

Go to the source code of this file.
Classes | |
| struct | ConnectionClosed |
| Class to throw when we receive the connection closing message. More... | |
| struct | MatchSpyList |
| Structure holding a list of match spies. More... | |
Typedefs | |
| typedef void(RemoteServer::* | dispatch_func )(const string &) |
Definition in file remoteserver.cc.
| typedef void(RemoteServer::* dispatch_func)(const string &) |
Definition at line 147 of file remoteserver.cc.