18 #ifndef EQADMIN_VISITORRESULT_H
19 #define EQADMIN_VISITORRESULT_H
21 #include <lunchbox/visitorResult.h>
31 using lunchbox::TRAVERSE_CONTINUE;
32 using lunchbox::TRAVERSE_TERMINATE;
33 using lunchbox::TRAVERSE_PRUNE;
37 #endif // EQADMIN_VISITORRESULT_H
lunchbox::VisitorResult VisitorResult
The result code from any visit operation.