X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=idlcomp%2Flanguages%2Fc%2B%2B%2Fmarshall.cc;h=8425ddd3aa312b8b97a02cc9b4d199f8a561fb75;hp=ca7a2f960e14c4b6dd2e38864293e483b92af321;hb=188a395421d2ed7038735d0e3cac37255cf45755;hpb=78b14d860d585f77a7e88a829629ebadd862cb1b 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; + +}