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 701 by douglas, 2006-03-13T03:54:44-08:00 vs.
Revision 705 by douglas, 2006-03-18T20:49:26-08:00

# Line 22 | Line 22
22  
23   struct Command : public ext::ReferenceCounted {
24          const api::Path root;
25 <        operator cse::String() const { return root.GetPath(); }
25 >        operator api::Path() const { return root; }
26   protected:
27          Command(const cse::String &root) : root(api::Path(root).GetRealPath()) {}
28   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines