]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - idlcomp/languages/c++/c++.h
Add IFaceInfo.
[polintos/scott/priv.git] / idlcomp / languages / c++ / c++.h
index 51ea7070c737e8888e19461ce80be338e6b83420..214f2cdb1828abec115a2337607b15b628238bbe 100644 (file)
@@ -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);
        void output_one_method_ptr(Method *m, Interface *iface);
        
        static void output_iface_ns(CPPFile *file, NameSpace *sym);
-
+       
        //// Misc members:
 
        //// 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_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.
 
        // Output a datum in the given struct, along with any necessary
        // padding.  Return the offset of the next datum.