mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 10:35:46 -04:00
Initial community commit
This commit is contained in:
32
Src/Wasabi/api/xml/xmlparamsx.cpp
Normal file
32
Src/Wasabi/api/xml/xmlparamsx.cpp
Normal file
@ -0,0 +1,32 @@
|
||||
// ----------------------------------------------------------------------------
|
||||
// Generated by InterfaceFactory [Thu May 15 21:07:09 2003]
|
||||
//
|
||||
// File : xmlparamsx.cpp
|
||||
// Class : skin_xmlreaderparams
|
||||
// class layer : Dispatchable Receiver
|
||||
// ----------------------------------------------------------------------------
|
||||
#include <precomp.h>
|
||||
|
||||
#include "xmlparamsx.h"
|
||||
#include "xmlparamsi.h"
|
||||
|
||||
#ifdef CBCLASS
|
||||
#undef CBCLASS
|
||||
#endif
|
||||
|
||||
#define CBCLASS XmlReaderParamsX
|
||||
START_DISPATCH;
|
||||
CB(XMLREADERPARAMS_GETITEMNAME, getItemName);
|
||||
CB(XMLREADERPARAMS_GETITEMVALUE, getItemValue);
|
||||
CB(XMLREADERPARAMS_GETITEMVALUE2, getItemValue2);
|
||||
CB(XMLREADERPARAMS_ENUMITEMVALUES, enumItemValues);
|
||||
CB(XMLREADERPARAMS_GETITEMVALUEINT, getItemValueInt);
|
||||
CB(XMLREADERPARAMS_GETNBITEMS, getNbItems);
|
||||
VCB(XMLREADERPARAMS_ADDITEM, addItem);
|
||||
VCB(XMLREADERPARAMS_REMOVEITEM, removeItem);
|
||||
VCB(XMLREADERPARAMS_REPLACEITEM, replaceItem);
|
||||
CB(XMLREADERPARAMS_FINDITEM, findItem);
|
||||
END_DISPATCH;
|
||||
#undef CBCLASS
|
||||
|
||||
const wchar_t *XmlReaderParamsX::getItemValue2(const wchar_t *name) { return static_cast<XmlReaderParamsI *>(this)->getItemValue(name); }
|
Reference in New Issue
Block a user