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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines