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

Comparing Represent/Represent.cpp (file contents):
Revision 380 by douglas, 2004-12-23T01:07:33-08:00 vs.
Revision 384 by douglas, 2004-12-23T01:40:10-08:00

# Line 7 | Line 7
7   #include "Hexadecimal.hpp"
8   #include "DataType.hpp"
9  
10 #include <menes-api/environment.hpp>
10   #include <menes-app/simple.hpp>
11  
12 < struct Environment
14 < {
15 <        ext::String get(const ext::String& name) { try { return api::TheEnvironment.Get(name); } catch (ext::Exception) { return ext::String(); } }
16 < } env;
12 > Environment env;
13  
14   int Main(const app::Options& options)
15   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines