ILS_ENTITY_INIT
 
ILS_ENTITY_INIT
Category 
Dynamic view-related macros (server side)
Description 
The declaration of a server entity class to the server model interpreter is automatically performed by a static initialization included in the macro ILS_ENTITY_BEGIN. If this initialization is embedded into a library, the initialization process may be postponed depending on the platform. To work around this potential problem, the ILS_ENTITY_INIT macro is supplied to force the runtime declaration of a server entity 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/rtmodel.h>
Synopsis 
ILS_ENTITY_INIT(entityType)
See Also 
ILS_ENTITY_BEGIN/ILS_ENTITY_END, ILS_MVVIEW_INIT, ILS_OBJECT_INIT

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