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

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

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

revision 1907 by iliev, Tue Sep 30 02:16:41 2008 UTC revision 1908 by persson, Mon Jun 1 18:50:06 2009 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2007, 2008 Grigor Iliev                                 *   *   Copyright (C) 2007 - 2009 Grigor Iliev                                *
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 920  namespace LinuxSampler { Line 920  namespace LinuxSampler {
920               * @throws Exception - if the specified file name is invalid.               * @throws Exception - if the specified file name is invalid.
921               */               */
922              static void CheckFileName(String File);              static void CheckFileName(String File);
923                
924    #ifndef WIN32
925              /** SQLite user function for handling regular expressions */              /** SQLite user function for handling regular expressions */
926              static void Regexp(sqlite3_context* pContext, int argc, sqlite3_value** ppValue);              static void Regexp(sqlite3_context* pContext, int argc, sqlite3_value** ppValue);
927    #endif
928      };      };
929    
930  } // namespace LinuxSampler  } // namespace LinuxSampler

Legend:
Removed from v.1907  
changed lines
  Added in v.1908

  ViewVC Help
Powered by ViewVC