New Member Functions and Changes to Existing Functions
This section lists, on a class-by-class basis, the member functions that have been added, changed, or removed for each modified class. New classes or functions and obsolete classes or functions are ordered alphabetically.
See the Rogue Wave Server Reference Manual for more information.
IlsLogfile
New function:
void Redirect(IlsLogfileMsgFunc);
IlsLogfile::MsgDescription
New function:
IlsLogLevel getMsgLevel() const;
IlsMvEndPoint
The following member function has been added:
[virtual] IlsConnectionStatus testConnection(IlsTime* timeout = 0);
The following member function has been modified:
[static] void SetMT(IlsBoolean isMT);
IlsMvServer
The following member function has been added:
[static] IlsMvUser* GetDefaultUser();
IlsMvProcess
The following member function has been added:
IlsMvProcess* GetSingletonPtr() ;
The following member functions have been modified:
[static] IlsMvEndPoint* GetEndPoint(const IlsString& procName, const IlsString& hostName, IlsBoolean isComp);
[static] IlsBoolean Run(int nb=0,IlsTime* t=0);
IlsRpObject
New signature for the virtual member function:
[virtual] void beginC2SUpdate(IlsRpUpdateType updType);
IlsTcpMvProcess
New public static functions:
[static] IlsTcpdMapping * GetMappings(IlsString const & hostName, int & size, unsigned short port = 0, IlsTime * timeout = 0);
[static] int PingDaemon(IlsString const & hostName, unsigned short port = 0, IlsTime * timeout = 0);
New protected virtual functions:
[virtual] IlsTcpdMapping * getMappings(IlsString const & hostName, int & size, unsigned short port = 0, IlsTime * timeout = 0);
[virtual] int pingDaemon(IlsString const & hostName, unsigned short port = 0, IlsTime * timeout = 0);
IlsTime
Operators have been added.
Version 6.3
Copyright © 2018, Rogue Wave Software, Inc. All Rights Reserved.