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

Comparing Bender/Bender.cpp (file contents):
Revision 340 by douglas, 2004-12-14T15:49:53-08:00 vs.
Revision 350 by douglas, 2004-12-17T15:02:41-08:00

# Line 4 | Line 4
4   //
5   // $Id$
6  
7 #include "Bender.hpp"
7   #include "Matcher/Matcher.hpp"
8  
9 < #include <menes-api/exename.hpp>
9 > #include <menes-api/environment.hpp>
10   #include <menes-api/files.hpp>
11   #include <menes-api/process.hpp>
12   #include <menes-app/simple.hpp>
13 + #include <menes-ios/helpers.hpp>
14 +
15 + class Bender
16 + {
17 + private:
18 +        void bend(const ext::String& path, const ext::String& agent);
19 +        void bend(const ext::String& path);
20 +        void pass(const ext::String& path);
21 + public:
22 +        Bender();
23 + };
24  
25   struct Environment
26   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines