/[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 2312 by persson, Tue Jul 14 18:25:11 2009 UTC revision 2313 by persson, Sun Feb 12 11:32:43 2012 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2008 - 2009 Grigor Iliev, Benno Senoner                 *   *   Copyright (C) 2008 - 2012 Grigor Iliev, Benno Senoner                 *
4   *                                                                         *   *                                                                         *
5   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
6   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 90  namespace LinuxSampler { Line 90  namespace LinuxSampler {
90               */               */
91              static void WalkDirectoryTree(std::string Dir, DirectoryWalker* pWalker);              static void WalkDirectoryTree(std::string Dir, DirectoryWalker* pWalker);
92    
93              static char DirSeparator;              static const char DirSeparator;
94                static const char PathSeparator;
95    
96          private:          private:
97              bool bExist;              bool bExist;

Legend:
Removed from v.2312  
changed lines
  Added in v.2313

  ViewVC Help
Powered by ViewVC