// file : cli/generator.cxx // author : Boris Kolpackov // copyright : Copyright (c) 2009 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include "generator.hxx" generator:: generator () { } void generator:: generate (semantics::cli_unit& unit, semantics::path const& path) { }