// file : CCF/IDL2/SemanticAction/Operation.cpp // author : Boris Kolpackov // cvs-id : $Id$ #include "CCF/IDL2/SemanticAction/Operation.hpp" #include namespace CCF { namespace IDL2 { namespace SemanticAction { } } } namespace { char* labels[] = {"in", "out", "inout"}; } std::ostream& operator<< (std::ostream& o, CCF::IDL2::SemanticAction::Operation::Direction::Value d) { return o << labels[d]; }