Mercurial > audlegacy-plugins
comparison src/Input/console/Vfs_File.cxx @ 3:088092a52fea trunk
[svn] - move from (internal) libaudacious/ include path to audacious/ include path
| author | nenolod |
|---|---|
| date | Mon, 18 Sep 2006 01:35:25 -0700 |
| parents | 13389e613d67 |
| children |
comparison
equal
deleted
inserted
replaced
| 2:4e0ad481325f | 3:088092a52fea |
|---|---|
| 1 | 1 |
| 2 #include "Vfs_File.h" | 2 #include "Vfs_File.h" |
| 3 | 3 |
| 4 #include "libaudacious/vfs.h" | 4 #include "audacious/vfs.h" |
| 5 | 5 |
| 6 Vfs_File_Reader::Vfs_File_Reader() : file_( NULL ) { } | 6 Vfs_File_Reader::Vfs_File_Reader() : file_( NULL ) { } |
| 7 | 7 |
| 8 Vfs_File_Reader::~Vfs_File_Reader() { close(); } | 8 Vfs_File_Reader::~Vfs_File_Reader() { close(); } |
| 9 | 9 |
