/[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 1780 by persson, Sat Apr 26 09:27:24 2008 UTC revision 1781 by iliev, Mon Sep 29 18:21:21 2008 UTC
# Line 93  namespace LinuxSampler { Line 93  namespace LinuxSampler {
93               */               */
94              static void WalkDirectoryTree(std::string Dir, DirectoryWalker* pWalker);              static void WalkDirectoryTree(std::string Dir, DirectoryWalker* pWalker);
95                            
96                            std::string basename(std::string path);
97    
98                            std::string basename(std::string path, std::string sep);
99    
100              static char DirSeparator;              static char DirSeparator;
101    
102          private:          private:

Legend:
Removed from v.1780  
changed lines
  Added in v.1781

  ViewVC Help
Powered by ViewVC