ILS_RP_OBJECT_INIT
 
ILS_RP_OBJECT_INIT
Category 
Dynamic view-related macros (component side)
Description 
The declaration of a IlsRpObject derived class to the representation model interpreter is automatically performed by a static initialization of a variable included in the macro ILS_RP_OBJECT_BEGIN. If this variable is embedded in a library, its initialization may be postponed depending on the platform. To work around this potential problem, the ILS_RP_OBJECT_INIT macro is supplied to force the runtime declaration of a IlsRpObject derived class at the beginning of the process. It should be used either isolated in a header or in a source file of the application at the beginning of the main function.
Header File 
#include <ilserver/rpmoditp.h>
Synopsis 
ILS_RP_OBJECT_INIT(rp_objectType)
See Also 
ILS_REPRESENTATION_INIT, IlsRpObject, ILS_RP_OBJECT_BEGIN/ILS_RP_OBJECT_END

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.