/[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 1643 by schoenebeck, Sun Oct 14 22:00:17 2007 UTC revision 1644 by persson, Sat Jan 19 16:55:03 2008 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2007 Grigor Iliev                                       *   *   Copyright (C) 2007, 2008 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 453  namespace LinuxSampler { Line 453  namespace LinuxSampler {
453               */               */
454              static String toEscapedText(String text);              static String toEscapedText(String text);
455                            
             /**  
              * Closes the database connection if opened and deletes  
              * the InstrumentsDb instance.  
              */  
             static void Destroy();  
   
456              JobList Jobs;              JobList Jobs;
457    
458          private:          private:
459              sqlite3* db;              sqlite3* db;
460              String DbFile;              String DbFile;
461              static InstrumentsDb* pInstrumentsDb;              static InstrumentsDb instance;
462              Mutex DbInstrumentsMutex;              Mutex DbInstrumentsMutex;
463              ListenerList<InstrumentsDb::Listener*> llInstrumentsDbListeners;              ListenerList<InstrumentsDb::Listener*> llInstrumentsDbListeners;
464              bool InTransaction;              bool InTransaction;

Legend:
Removed from v.1643  
changed lines
  Added in v.1644

  ViewVC Help
Powered by ViewVC