]> git.buserror.net Git - polintos/scott/priv.git/commitdiff
Xfer to desktop
authorScott Wood <scottwood@freescale.com>
Mon, 8 Oct 2007 00:59:26 +0000 (19:59 -0500)
committerScott Wood <scottwood@freescale.com>
Mon, 8 Oct 2007 00:59:26 +0000 (19:59 -0500)
idlcomp/languages/c++/marshall.cc

index ca7a2f960e14c4b6dd2e38864293e483b92af321..8425ddd3aa312b8b97a02cc9b4d199f8a561fb75 100644 (file)
@@ -32,3 +32,9 @@ void CPPFile::output_ifaceinfo(Interface *iface)
        
        do_extra_newline = true;
 }
+
+void CPPFile::output_marshall(Struct *sym)
+{
+       file << indent;
+       
+}