1    /*!
     2     *  ======== GateProcessSupportNull.xdc ========
     3     *  Empty IGateProcessSupport implementation
     4     */
     5    @RomConsts
     6    
     7    module GateProcessSupportNull inherits IGateProcessSupport
     8    {
     9    }
    10    /*
    11     *  @(#) xdc.runtime.knl; 1, 0, 0,0; 7-26-2016 11:46:36; /db/ztree/library/trees/xdc/xdc-B21/src/packages/
    12     */
    13