// file : CIDLC/EmitterBase.cpp // author : Jeff Parsons // cvs-id : $Id$ #include "EmitterBase.hpp" EmitterBase::EmitterBase (Context& c) : ctx (c), os (ctx.os ()) { }