]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/source.hh
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / include / source.hh
index 24ff6ad077938106b20801ee606d716178eb6711..09c7cfafd0cb2ee13152e399db7d99198272b2fd 100644 (file)
@@ -1,32 +1 @@
-/*
-  source.hh -- part of LilyPond
-
-  (c) 1997--2006 Jan Nieuwenhuizen <janneke@gnu.org>
-*/
-
-#ifndef SOURCE_HH
-#define SOURCE_HH
-#include "cons.hh"
-#include "flower-proto.hh"
-
-/*   A set of sourcefiles.  */
-class Sources
-{
-  Sources (Sources const &) {}
-  Cons<Source_file> *sourcefile_list_;
-  bool is_binary_;
-
-public:
-  Sources ();
-  ~Sources ();
-
-  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 */
+#error