ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/Zoe.hpp
(Generate patch)

Comparing trunk/Zoe.hpp (file contents):
Revision 25 by douglas, 2004-07-17T16:29:02-07:00 vs.
Revision 34 by douglas, 2004-07-20T16:49:06-07:00

# Line 19 | Line 19 | using std::cerr;
19  
20   #include <menes-api/console.hpp>
21   #include <menes-api/files.hpp>
22 + #include <menes-api/timing.hpp>
23   #include <menes-dbi/connection.hpp>
24   #include <menes-dbi/resultset.hpp>
25   #include <menes-etl/fnbind.hpp>
# Line 36 | Line 37 | using std::cerr;
37   #include <menes-xml/textwriter.hpp>
38  
39   enum Color { reset, bright, dim, underscore = 4, blink, reverse = 7, hidden,
40 <        black = 30, red, green, yellow, blue, magenta, cyan, white, _black = 40,
41 <        _red, _green, _yellow, _blue, _magenta, _cyan, _white };
40 >        black = 30, red, green, yellow, blue, magenta, cyan, white,
41 >        _black = 40, _red, _green, _yellow, _blue, _magenta, _cyan, _white };
42  
43   inline std::ostream& operator<<(std::ostream& sout, Color color)
44   {
45 <        sout << "\033[" << unsigned(color) << 'm';
45 <
46 <        return sout;
45 >        return sout << "\033[" << unsigned(color) << 'm';
46   }
47  
48   #include "Buddy.hpp"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines