# | 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 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |