diff options
Diffstat (limited to 'Src/Wasabi/api/locales/api_localesx.cpp')
-rw-r--r-- | Src/Wasabi/api/locales/api_localesx.cpp | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Src/Wasabi/api/locales/api_localesx.cpp b/Src/Wasabi/api/locales/api_localesx.cpp new file mode 100644 index 00000000..ff4d4d31 --- /dev/null +++ b/Src/Wasabi/api/locales/api_localesx.cpp @@ -0,0 +1,26 @@ +// ---------------------------------------------------------------------------- +// Generated by InterfaceFactory [Fri Oct 17 16:03:31 2003] +// +// File : api_localesx.cpp +// Class : api_locales +// class layer : Dispatchable Receiver +// ---------------------------------------------------------------------------- +#include <precomp.h> + +#include "api_localesx.h" +#include "api_localesi.h" + +#ifdef CBCLASS +#undef CBCLASS +#endif + +#define CBCLASS api_localesX +START_DISPATCH; + CB(API_LOCALES_LOCALES_GETTRANSLATION, locales_getTranslation); + VCB(API_LOCALES_LOCALES_ADDTRANSLATION, locales_addTranslation); + CB(API_LOCALES_LOCALES_GETBINDFROMACTION, locales_getBindFromAction); + //CB(API_LOCALES_LOCALES_GETNUMENTRIES, locales_getNumEntries); + //CB(API_LOCALES_LOCALES_ENUMENTRY, locales_enumEntry); + VCB(API_LOCALES_LOCALES_REGISTERACCELERATORSECTION, locales_registerAcceleratorSection); +END_DISPATCH; +#undef CBCLASS
\ No newline at end of file |