/[svn]/qsampler/trunk/src/qsamplerUtilities.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerUtilities.h

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

revision 1394 by capela, Mon Oct 8 09:37:39 2007 UTC revision 1499 by capela, Tue Nov 20 16:48:04 2007 UTC
# Line 2  Line 2 
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
5       Copyright (C) 2007, Christian Schoenebeck
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 22  Line 23 
23  #ifndef __qsamplerUtilities_h  #ifndef __qsamplerUtilities_h
24  #define __qsamplerUtilities_h  #define __qsamplerUtilities_h
25    
26  #include <qstring.h>  #include <QString>
27    
28    
29    namespace qsamplerUtilities {
30    
31  struct lscpVersion_t {  struct lscpVersion_t {
32      int major;      int major;
# Line 30  struct lscpVersion_t { Line 34  struct lscpVersion_t {
34  };  };
35    
36  QString lscpEscapePath(const QString& sPath);  QString lscpEscapePath(const QString& sPath);
37    QString lscpEscapedPathToPosix(QString path);
38    QString lscpEscapedTextToRaw(QString txt);
39    
40  lscpVersion_t getRemoteLscpVersion();  lscpVersion_t getRemoteLscpVersion();
41    
42    } // namespace qsamplerUtilities
43    
44    
45  #endif  // __qsamplerUtilities_h  #endif  // __qsamplerUtilities_h

Legend:
Removed from v.1394  
changed lines
  Added in v.1499

  ViewVC Help
Powered by ViewVC