/[svn]/linuxsampler/trunk/src/db/InstrumentsDbUtilities.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/db/InstrumentsDbUtilities.h

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

revision 1207 by iliev, Thu May 24 14:04:18 2007 UTC revision 1208 by iliev, Sat May 26 22:20:46 2007 UTC
# Line 377  namespace LinuxSampler { Line 377  namespace LinuxSampler {
377              static bool Flat;              static bool Flat;
378              static ScanProgress* pProgress;              static ScanProgress* pProgress;
379              static int FtwCallback(const char* fpath, const struct stat* sb, int typeflag);              static int FtwCallback(const char* fpath, const struct stat* sb, int typeflag);
380                static bool HasInstrumentFiles(String Dir);
381      };      };
382            
383      class InstrumentFileCounter {      class InstrumentFileCounter {
384          public:          public:
385              /**              /**
386               * Recursively scans all subdirectories of the specified file               * Recursively scans all subdirectories of the specified file
387               * system directory and returns the number of supported instruments.               * system directory and returns the number of supported instrument files.
388               * @param FsDir The file system directory to process.               * @param FsDir The file system directory to process.
389               * @throws Exception - if the specified directory is invalid.               * @throws Exception - if the specified directory is invalid.
390               */               */

Legend:
Removed from v.1207  
changed lines
  Added in v.1208

  ViewVC Help
Powered by ViewVC