ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Represent/DataType.cpp
(Generate patch)

Comparing Represent/DataType.cpp (file contents):
Revision 387 by douglas, 2004-12-24T03:17:21-08:00 vs.
Revision 391 by douglas, 2004-12-24T20:31:04-08:00

# Line 33 | Line 33 | DataType::operator ext::String() const
33   {
34          switch (type)
35          {
36 <        case TYPE_bool:
36 >        default:
37                  return "bool";
38          case TYPE_char:
39                  return "char";
# Line 57 | Line 57 | DataType::operator ext::String() const
57                  return "std::string";
58          case TYPE_ext_String:
59                  return "ext::String";
60        default:
61                return ext::String();
60          }
61   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines