]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - idlcomp/languages/c++/server.cc
Add IFaceInfo.
[polintos/scott/priv.git] / idlcomp / languages / c++ / server.cc
index 35a213555376515b250f76ff72ed689e404ba216..190eb4648dddf188f742cc9e73e43b2ed7445b98 100644 (file)
@@ -288,11 +288,11 @@ void cpp_output_iface_table_entry(Interface *super, void *arg)
        ctx.f << ctx.indent << "{\n";
        ctx.indent.indent_level++;
 
-       ctx.f << ctx.indent;
+       ctx.f << ctx.indent << '&';
        cpp_output_name(ctx.f, super);
        
-       ctx.f << "_ns::_guid.l,\n"
-             << ctx.indent 
+       ctx.f << "_ns::_info,\n"
+             << ctx.indent
              << (ctx.cla->concrete_iface->super_to_chain(super) - ctx.chain) *
                 target->pointer_size << '\n';