/[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 1480 by schoenebeck, Mon Nov 5 13:56:26 2007 UTC revision 1481 by senoner, Wed Nov 14 23:42:15 2007 UTC
# Line 109  public: Line 109  public:
109      /**      /**
110       * Create a Path object from a Windows path / filename string.       * Create a Path object from a Windows path / filename string.
111       */       */
112      static Path fromWindowsPath(std::string path);      static Path fromWindows(std::string path);
113    
114  private:  private:
115      std::vector<std::string> elements; ///< stores the path names raw = unencoded, each element is one node of the path      std::vector<std::string> elements; ///< stores the path names raw = unencoded, each element is one node of the path

Legend:
Removed from v.1480  
changed lines
  Added in v.1481

  ViewVC Help
Powered by ViewVC