]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/source.hh
Compile fixes.
[lilypond.git] / lily / include / source.hh
index 55f5e4e2e29b0075142f819b263982c500b21e31..09c7cfafd0cb2ee13152e399db7d99198272b2fd 100644 (file)
@@ -1,36 +1 @@
-/*
-  source.hh -- part of LilyPond
-
-  (c) 1997--2004 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&) {}
-public:
-  Sources ();
-  ~Sources ();
-
-  Source_file * get_file (String &filename );
-  Source_file* get_sourcefile (char const* str0 );
-  void add (Source_file* sourcefile );
-  void set_path (File_path*p);
-  void set_binary (bool);
-
-  const File_path * path_C_;
-private:
-  Cons<Source_file> *sourcefile_list_;
-  bool is_binary_ ;
-};
-
-
-
-#endif // SOURCE_HH //
+#error