Changeset 300
- Timestamp:
- 02/03/12 11:24:25 (4 months ago)
- Files:
-
- 1 modified
-
eoserv/trunk/src/eoplus/context.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
eoserv/trunk/src/eoplus/context.cpp
r295 r300 142 142 { 143 143 if (!this->state) 144 throw std::runtime_error("No state selected"); 144 { 145 if (this->finished) 146 return false; 147 else 148 throw std::runtime_error("No state selected"); 149 } 145 150 146 151 if (++recursive_depth > max_recursion)
