• Classes
  • Namespaces
  • Files
  • Related Pages
  • File List
  • File Members

fakexmlentity.idl

Go to the documentation of this file.
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

Generated on Fri Apr 15 2016 15:13:14 for ACS-2016.4 IDL interfaces by  doxygen 1.7.0