00001 #ifndef _FAKEXMLENTITY_IDL_ 00002 #define _FAKEXMLENTITY_IDL_ 00003 00004 #pragma prefix "alma" 00005 00006 module fakexmlentity 00007 { 00008 // The real XmlEntityStruct gets defined in "xmlentity.idl" in module "define", 00009 // which builds after XmlIdl. Therefore we use this fake XmlEntityStruct for XmlIdl tests. 00010 00011 struct XmlEntityStruct 00012 { 00013 wstring xmlString; 00014 }; 00015 00016 }; 00017 00018 #endif