/[svn]/linuxsampler/trunk/src/common/Path.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/Path.h

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

revision 1344 by schoenebeck, Sun Sep 9 12:22:34 2007 UTC revision 1345 by iliev, Thu Sep 13 21:46:25 2007 UTC
# Line 61  public: Line 61  public:
61      std::string toPosix();      std::string toPosix();
62    
63      /**      /**
64         * Convert this Path into the correct encoding as expected
65         * by the instruments database implementation.
66         */
67        std::string toDbPath();
68    
69        /**
70       * Concatenate two paths.       * Concatenate two paths.
71       */       */
72      Path operator+(const Path& p);      Path operator+(const Path& p);

Legend:
Removed from v.1344  
changed lines
  Added in v.1345

  ViewVC Help
Powered by ViewVC