• M
    esx: Generate implicit _this macros · 6c1d30a7
    Matthias Bolte 提交于
    Several vSphere API methods are called on global objects like the
    FileManager, the PerformanceManager or the SearchIndex. The generator
    input file allows to mark such methods and the generator generates
    such method in a way that automatically handles marked parameter. This
    is done by some special macros. Those were manually written and this
    patch moves them to the generator.
    6c1d30a7
esx_vi_generator.py 60.1 KB