From: Scott Wood Date: Mon, 8 Oct 2007 00:59:26 +0000 (-0500) Subject: Xfer to desktop X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=commitdiff_plain;h=188a395421d2ed7038735d0e3cac37255cf45755 Xfer to desktop --- diff --git a/idlcomp/languages/c++/marshall.cc b/idlcomp/languages/c++/marshall.cc index ca7a2f9..8425ddd 100644 --- a/idlcomp/languages/c++/marshall.cc +++ b/idlcomp/languages/c++/marshall.cc @@ -32,3 +32,9 @@ void CPPFile::output_ifaceinfo(Interface *iface) do_extra_newline = true; } + +void CPPFile::output_marshall(Struct *sym) +{ + file << indent; + +}