]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/file-storage.hh
* The grand 2005-2006 replace.
[lilypond.git] / flower / include / file-storage.hh
index 5af256f710f64152722626a827780c9e6cc5a937..80a832ab956c843cafb69ca3ca71450c54ccec9c 100644 (file)
@@ -3,24 +3,22 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2000 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* ch_C () const=0;
-  virtual int length_i () const=0;
+  virtual char const *to_str0 () const = 0;
+  virtual int length () const = 0;
   virtual ~File_storage (){}
 };