/[svn]/linuxsampler/trunk/src/common/File.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/File.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3081 by schoenebeck, Fri Dec 16 12:57:59 2016 UTC revision 3082 by schoenebeck, Mon Jan 9 18:39:35 2017 UTC
# Line 30  Line 30 
30    
31  namespace LinuxSampler {  namespace LinuxSampler {
32    
33        class Path;
34    
35  #if __cplusplus >= 201103L && !CONFIG_NO_CPP11STL  #if __cplusplus >= 201103L && !CONFIG_NO_CPP11STL
36      typedef std::unique_ptr<std::vector<std::string>> FileListPtr;      typedef std::unique_ptr<std::vector<std::string>> FileListPtr;
37  #else  #else
# Line 45  namespace LinuxSampler { Line 47  namespace LinuxSampler {
47              };              };
48                            
49              File(std::string FileName);              File(std::string FileName);
50                
51                File(const Path& path);
52    
53              /**              /**
54               * Tests whether the file exists.               * Tests whether the file exists.
55               */               */

Legend:
Removed from v.3081  
changed lines
  Added in v.3082

  ViewVC Help
Powered by ViewVC