X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FxformsTimeout.C;h=c9f5c26f090393abe6d39dacc7eba5a8419334f5;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=658ae9bb344bd391efd632f63b3af03e242421cb;hpb=a4276f27f72014f03dbedd841e5686a7036389a0;p=lyx.git diff --git a/src/frontends/xforms/xformsTimeout.C b/src/frontends/xforms/xformsTimeout.C index 658ae9bb34..c9f5c26f09 100644 --- a/src/frontends/xforms/xformsTimeout.C +++ b/src/frontends/xforms/xformsTimeout.C @@ -1,11 +1,13 @@ /** * \file xformsTimeout.C - * Copyright 2001 LyX Team - * Read COPYING + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * * \author Lars Gullik Bjønnes * \author John Levon * \author Angus Leeming + * + * Full author contact details are available in file CREDITS. */ #include @@ -13,14 +15,17 @@ #include "xformsTimeout.h" #include "debug.h" -#include FORMS_H_LOCATION - +#include "lyx_forms.h" Timeout::Timeout(unsigned int msec, Type t) - : pimpl_(new xformsTimeout(*this)), type(t), timeout_ms(msec) + : pimpl_(new lyx::frontend::xformsTimeout(*this)), + type(t), timeout_ms(msec) {} +namespace lyx { +namespace frontend { + namespace { extern "C" @@ -75,3 +80,6 @@ void xformsTimeout::reset() { timeout_id = -1; } + +} // namespace frontend +} // namespace lyx