API Updates

The following API updates were made in Server 7.2:

Class members changes

The following class members have been changed.

IlsMvConnect

Changed member (from/to):

IlsBoolean recvLocale (const char *remSysLocale, const char *remStdLocale, const char **translationTab, int dim, char *&curSysLocale, char

*&curStdLocale, char *&translation)

IlsBoolean recvLocale (const char *remSysLocale, const char *remStdLocale, const char **translationTab, int dim, char *&curSysLocale, char

*&curStdLocale, IlsString &peerTranslation)

IlsTcpMvConnect

Changed member (from/to):

static IlsTcpMvConnect * Bind (const ConnectInfo &info, IlsBoolean newComp, char *peerName, char *peerHost, char *peerAddr, char *remSysLocale,

char *remStdLocale, char **translationTab, int dim, char **curSysLocaleP, char **curStdLocaleP, char **translationP)

static IlsTcpMvConnect * Bind (const ConnectInfo &info, IlsBoolean newComp, char *peerName, char *peerHost, char *peerAddr, char *remSysLocale,

char *remStdLocale, char **translationTab, int dim, char **curSysLocaleP, char **curStdLocaleP, IlsString &peerTranslation)

IlsTcpMvProcess

Added members:

void shutdown ()

IlsTranslationMng

Changed member (from/to):

virtual const IlsTranslation *

getTranslation (const IlsString &remStdLocale, const char *const *translationTab, int dim)

virtual const IlsTranslation *

getTranslation (const IlsString &remStdLocale, const char *const *translationTab, int dim,

IlsString &peerTranslation)

Changed member (from/to):

static const IlsTranslation * GetTranslation (const IlsString &remStdLocale, const char *const *translationTab, int dim)

static const IlsTranslation * GetTranslation (const IlsString &remStdLocale, const char *const *translationTab, int dim,

IlsString &peerTranslation)