/[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 1402 by schoenebeck, Thu Oct 11 18:53:29 2007 UTC revision 1403 by iliev, Fri Oct 12 09:12:22 2007 UTC
# Line 87  public: Line 87  public:
87       */       */
88      static Path fromPosix(std::string path);      static Path fromPosix(std::string path);
89    
90        /**
91         * Create a Path object from a DB path.
92         */
93        static Path fromDbPath(std::string path);
94    
95  private:  private:
96      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
97  };  };

Legend:
Removed from v.1402  
changed lines
  Added in v.1403

  ViewVC Help
Powered by ViewVC