]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/file-storage.hh
* flower/include/std-string.hh:
[lilypond.git] / flower / include / file-storage.hh
index 55b45a11e7cbeca433c021245e1565b0706a171c..f13cc47173dd4c6d13f9cdd518f9998811aece8c 100644 (file)
@@ -3,24 +3,22 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef FILE_STORAGE_HH
 #define FILE_STORAGE_HH
 
 #include "flower-proto.hh"
 
-
 /**
-  store a file in-memory.
- */
+   store a file in-memory.
+*/
 class File_storage
 {
 public:
-  virtual char const* to_str0 () const=0;
-  virtual int length () const=0;
+  virtual char const *c_str () const = 0;
+  virtual int length () const = 0;
   virtual ~File_storage (){}
 };