]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/include/simple-file-storage.hh
release: 1.3.19
[lilypond.git] / lib / include / simple-file-storage.hh
index 78a00d8651768aee0d999a8833ff911aca20b5d6..120267047c832f7b56d1c0d25e878ff78355f789 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -19,11 +19,13 @@ class Simple_file_storage  : public File_storage
 {
   char * data_p_;
   int len_i_;
-protected:    
+
+  void load_stdin ();
+  void load_file (String);
+public:
   virtual char const*ch_C () const;
   virtual int length_i () const;
   virtual ~Simple_file_storage ();
-public:
   Simple_file_storage (String);
 };