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%2Fc%2B%2B.h;h=214f2cdb1828abec115a2337607b15b628238bbe;hp=51ea7070c737e8888e19461ce80be338e6b83420;hb=5adc890ffae4f90536e72bc32ef83e1141689520;hpb=f8bdc6f9e7106aa7786ee19269ab9a2e4c307476 diff --git a/idlcomp/languages/c++/c++.h b/idlcomp/languages/c++/c++.h index 51ea707..214f2cd 100644 --- a/idlcomp/languages/c++/c++.h +++ b/idlcomp/languages/c++/c++.h @@ -83,12 +83,13 @@ class CPPFile : public LangCallback { void output_one_method_ptr(Method *m, Interface *iface); static void output_iface_ns(CPPFile *file, NameSpace *sym); - + //// Misc members: - // Output the static const guid[] value. + // Output the static const guid[] value, and the IFaceInfo struct. void output_guid(const uint64_t *guid); + void output_ifaceinfo(Interface *iface); // Output a datum in the given struct, along with any necessary // padding. Return the offset of the next datum.