// -*- mode: c++; indent-tabs-mode: nil; tab-width: 2 -*- #pragma once #include "../legacy/xmlrpc-c.h" #include #include namespace Moses2 { class Parameter; 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); }; }