From 188a395421d2ed7038735d0e3cac37255cf45755 Mon Sep 17 00:00:00 2001 From: Scott Wood Date: Sun, 7 Oct 2007 19:59:26 -0500 Subject: [PATCH] Xfer to desktop --- idlcomp/languages/c++/marshall.cc | 6 ++++++ 1 file changed, 6 insertions(+) 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; + +} -- 2.39.2