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 688 by douglas, 2006-03-07T02:05:22-08:00 vs.
Revision 689 by douglas, 2006-03-07T02:13:52-08:00

# Line 23 | Line 23 | struct Command : public ext::ReferenceCo
23          const cse::String root;
24   protected:
25          Command(const cse::String &root) : root(root) {}
26 + public:
27 +        operator const cse::String &() { return root; }
28   };
29  
30   class CommandRunner

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines