]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/source.hh
* lily/music.cc (derived_mark): derive Music from Prob.
[lilypond.git] / lily / include / source.hh
index 5c0774c83451c3a8c671808de8a5568803d33512..24ff6ad077938106b20801ee606d716178eb6711 100644 (file)
@@ -1,7 +1,7 @@
 /*
   source.hh -- part of LilyPond
 
-  (c) 1997--2004 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2006 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef SOURCE_HH
@@ -10,9 +10,9 @@
 #include "flower-proto.hh"
 
 /*   A set of sourcefiles.  */
-class Sources 
+class Sources
 {
-  Sources (Sources const&) {}
+  Sources (Sources const &) {}
   Cons<Source_file> *sourcefile_list_;
   bool is_binary_;
 
@@ -20,15 +20,13 @@ public:
   Sources ();
   ~Sources ();
 
-  Source_file *get_file (String &filename );
-  Source_file *get_sourcefile (char const*);
-  void add (Source_file* sourcefile );
-  void set_path (File_path*);
+  Source_file *get_file (String &file_name);
+  Source_file *get_sourcefile (char const *);
+  void add (Source_file *sourcefile);
+  void set_path (File_path *);
   void set_binary (bool);
 
   const File_path *path_;
 };
 
-
-
 #endif /* SOURCE_HH */