]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ButtonPolicies.h
Reorganised, cleaned-up and improved documentation of controllers.
[lyx.git] / src / frontends / controllers / ButtonPolicies.h
index e8bf22b93a1e35a93b3553f48e64a8c5d6312fd8..bf8a758374ff4235bc7e10d65e9f11797ad9cc16 100644 (file)
@@ -1,15 +1,17 @@
-// -*- C++ -*-
-/* ButtonPolicies.h
+/*
+ * \file ButtonPolicies.h
+ * \author Allan Rae, rae@lyx.org
+ *
  * Provides a state machine implementation of the various button policies
  * used by the dialogs.
- * Author: Allan Rae <rae@lyx.org>
+ *
  * This file is part of
  * ======================================================
  *
  *           LyX, The Document Processor
  *
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  *           This file Copyright 2000
  *           Allan Rae
@@ -66,7 +68,7 @@
 
     The IgnorantPolicy is a special case that allows anything.
  */
-class ButtonPolicy : public noncopyable {
+class ButtonPolicy : public boost::noncopyable {
 public:
        ///
        virtual ~ButtonPolicy() {}