ILS_MVVIEW_INIT
 
ILS_MVVIEW_INIT
Category 
Dynamic view-related macros (server side)
Description 
A subtype of the class IlsMvView is automatically declared to the server dynamic view interpreter by a static initialization of a variable included in the macro ILS_MVVIEW_BEGIN/ILS_MVVIEW_END. If this variable is embedded in a library, the initialization may be postponed depending on the platform. To work around this potential problem, the ILS_MVVIEW_INIT macro is supplied to force the runtime declaration of an IlsMvView-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 
<ilserver/rtmodel.h>
Synopsis 
ILS_MVVIEW_INIT(mvViewType)
See Also 
ILS_ENTITY_INIT, ILS_OBJECT_INIT, IlsMvView, ILS_MVVIEW_BEGIN/ILS_MVVIEW_END

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