ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/GoogleTron/Subversion/Client.hpp
(Generate patch)

Comparing GoogleTron/Subversion/Client.hpp (file contents):
Revision 708 by douglas, 2006-03-19T13:16:19-08:00 vs.
Revision 712 by douglas, 2006-03-25T23:27:01-08:00

# Line 32 | Line 32 | public:
32          Client();
33          cse::String GetProperty(const cse::String &property, const cse::String &target) const;
34          _L<Entry> GetEntries(const cse::String &target) const;
35 +        inline void Update(const cse::String &path) { Update(_L<cse::String>(1, path)); }
36 +        void Update(const _L<cse::String> &paths);
37   };
38  
39   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines