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

Comparing GoogleTron/Command.hpp (file contents):
Revision 713 by douglas, 2006-03-27T00:50:21-08:00 vs.
Revision 716 by douglas, 2006-03-28T04:49:27-08:00

# Line 41 | Line 41 | protected:
41          CommandRunner(const cse::String &sitemap, ext::Queue<Url> &queue, api::ThreadMutex &queueLock) : sitemap(sitemap), queue(queue), queueLock(queueLock) {}
42          template <typename Type>
43          Type GetProperties(const cse::String &property, const cse::String &target);
44 +        cse::String GetPassword(const api::Path &directory);
45   };
46  
47   #endif//_Command_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines