Last change
on this file since 82 was
81,
checked in by rosiere, 17 years ago
|
- Finish Environment (and test)
- Continue predictor_unit
- Add external tools
- svn keyword "Id" set
|
-
Property svn:keywords set to
Id
|
File size:
238 bytes
|
Line | |
---|
1 | #include "../include/Environment.h" |
---|
2 | |
---|
3 | namespace environment { |
---|
4 | |
---|
5 | bool Environment::init (std::string section, const char * filename, const char ** list_section) |
---|
6 | { |
---|
7 | return component_data->init(section, filename, list_section); |
---|
8 | } |
---|
9 | |
---|
10 | }; |
---|
Note: See
TracBrowser
for help on using the repository browser.