/[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 1386 by schoenebeck, Fri Oct 5 17:41:49 2007 UTC revision 1464 by capela, Thu Nov 1 17:14:21 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 24  Line 25 
25    
26  #include <qstring.h>  #include <qstring.h>
27    
28    namespace qsamplerUtilities {
29    
30  struct lscpVersion_t {  struct lscpVersion_t {
31      int major;      int major;
32      int minor;      int minor;
33  };  };
34    
35  QString lscpEscapePath(QString path);  QString lscpEscapePath(const QString& sPath);
36    QString lscpEscapedPathToPosix(QString path);
37    QString lscpEscapedTextToRaw(QString txt);
38    
39  lscpVersion_t getRemoteLscpVersion();  lscpVersion_t getRemoteLscpVersion();
40    
41    } // namespace qsamplerUtilities
42    
43    
44  #endif  // __qsamplerUtilities_h  #endif  // __qsamplerUtilities_h

Legend:
Removed from v.1386  
changed lines
  Added in v.1464

  ViewVC Help
Powered by ViewVC