X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FxformsTimeout.C;h=c9f5c26f090393abe6d39dacc7eba5a8419334f5;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=add8988de5d623d7ebd387c7d8bce3c0e4f95a6e;hpb=4c16922aad0477028c3725e115f369cbe9f7718f;p=lyx.git diff --git a/src/frontends/xforms/xformsTimeout.C b/src/frontends/xforms/xformsTimeout.C index add8988de5..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 @@ -15,12 +17,15 @@ #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