// -*- mode: c++; indent-tabs-mode: nil; tab-width: 2 -*- #pragma once #include "moses/xmlrpc-c.h" #include #include namespace Moses { struct OptionsBaseClass { #ifdef HAVE_XMLRPC_C virtual bool update(std::mapconst& params); #endif bool check(std::map const& param, std::string const key, bool dfltval); }; }