placeholder for enum ObTableModeFlag new value: ENHANCED/SUPERIOR/PREMIUM will be introduced in 4.2.3

This commit is contained in:
Tsunaou
2024-02-02 16:12:51 +00:00
committed by ob-robot
parent bc20260080
commit f174839df1

View File

@ -166,6 +166,9 @@ enum ObTableModeFlag
TABLE_MODE_NORMAL = 0, TABLE_MODE_NORMAL = 0,
TABLE_MODE_QUEUING = 1, TABLE_MODE_QUEUING = 1,
TABLE_MODE_PRIMARY_AUX_VP = 2, TABLE_MODE_PRIMARY_AUX_VP = 2,
TABLE_MODE_QUEUING_ENHANCED = 3, // Placeholder: ENHANCED/SUPERIOR/PREMIUM will be introduced in 4.2.3 and not supported by resolver now.
TABLE_MODE_QUEUING_SUPERIOR = 4,
TABLE_MODE_QUEUING_PREMIUM = 5,
TABLE_MODE_MAX, TABLE_MODE_MAX,
}; };