summaryrefslogtreecommitdiff
path: root/modules/CIAO/CIDLC/EmitterBase.cpp
blob: 418db97852ab36f6f720f3fc950b74e3e740767d (plain)
1
2
3
4
5
6
7
8
9
10
11
// file      : CIDLC/EmitterBase.cpp
// author    : Jeff Parsons <j.parsons@vanderbilt.edu>
// cvs-id    : $Id$

#include "EmitterBase.hpp"

EmitterBase::EmitterBase (Context& c)
  : ctx (c),
    os (ctx.os ())
{
}