diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-03-08 12:56:55 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-03-08 12:56:55 +0000 |
| commit | 8c4c5e62552dff244d2444a9d5d3a4585c89bc0a (patch) | |
| tree | a8511f871a339078f1dedd8bf7427c43bd84bd78 /rotord/rotor.cpp | |
| parent | 20eaa8e39617cc22147b82d678b72ded2dd5fe27 (diff) | |
making styles valid xml
Diffstat (limited to 'rotord/rotor.cpp')
| -rw-r--r-- | rotord/rotor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/rotor.cpp b/rotord/rotor.cpp index 3e7dc2f..4a3d6c9 100644 --- a/rotord/rotor.cpp +++ b/rotord/rotor.cpp @@ -76,7 +76,7 @@ Command_response Render_context::session_command(const std::vector<std::string>& if (state==IDLE) { //check file exists //Poco::File f=Poco::File(command[3]); - std::auto_ptr<std::istream> pStr(URIStreamOpener::defaultOpener().open(command[3])); + //std::auto_ptr<std::istream> pStr(URIStreamOpener::defaultOpener().open(command[3])); /* if (f.exists()) { |
