]> git.lyx.org Git - lyx.git/blobdiff - src/TextCache.h
ws changes only
[lyx.git] / src / TextCache.h
index 93df369bb05498b8c4fde5eff392090d39e8996e..50c60852520addaef9f6893e3a834f75b19fd949 100644 (file)
@@ -1,30 +1,23 @@
 // -*- C++ -*-
-/* This file is part of
- * ====================================================== 
- * 
- *           LyX, The Document Processor        
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team
+/**
+ * \file TextCache.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           This file is Copyright 2000-2001
- *           Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef TEXT_CACHE_H
 #define TEXT_CACHE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
-#include "LString.h"
-#include "lyxtext.h"
-#include "buffer.h"
-
 #include <iosfwd>
 #include <map>
+#include <string>
 
+class Buffer;
+class LyXText;
 
 // This is only the very first implemetation and use of the TextCache,
 // operations on it needs to be put into a class or a namespace, that part
@@ -59,7 +52,7 @@
 //    I believe there are only three possible scenarios where the two first
 //    are also covered by the third.
 //        - The simplest scenario is what we have now, a single
-//          BufferView only.  
+//          BufferView only.
 //          o Opening
 //            Nothing to do with the TextCache is done when opening a file.
 //          o Switching
@@ -114,7 +107,7 @@ class TextCache {
 public:
        ///
        typedef std::map<Buffer *, std::pair<int,LyXText *> > Cache;
-       
+
        ///
        typedef Cache::value_type value_type;
 
@@ -123,7 +116,7 @@ public:
        LyXText * findFit(Buffer * b, int p);
        /** Lists all the LyXText's currently in the cache.
            Uses msg as header for the list. */
-       void show(std::ostream & o, string const & msg);
+       void show(std::ostream & o, std::string const & msg);
        /// Gives info on a single LyXText (buffer and width)
        static void show(std::ostream & o, value_type const &);
        /** Adds a LyXText to the cache iff its buffer is