/[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 1942 by iliev, Mon Sep 29 18:21:21 2008 UTC revision 1943 by persson, Tue Jul 14 18:25:11 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 115  namespace LinuxSampler { Line 115  namespace LinuxSampler {
115              String Scanning;              String Scanning;
116              int Status;              int Status;
117    
118              ScanJob() { }              ScanJob() : FilesTotal(0), FilesScanned(0), Status(0) { }
119              ScanJob(const ScanJob& Job) { Copy(Job); }              ScanJob(const ScanJob& Job) { Copy(Job); }
120              void operator=(const ScanJob& Job) { Copy(Job); }              void operator=(const ScanJob& Job) { Copy(Job); }
121              void Copy(const ScanJob&);              void Copy(const ScanJob&);

Legend:
Removed from v.1942  
changed lines
  Added in v.1943

  ViewVC Help
Powered by ViewVC