Changeset 1402 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
4 Aug 2015, 03:59:05 (10 years ago)
Author:
seregin
Message:

port rev 4555

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r1400 r1402  
    668668};
    669669
     670enum FastInterSearchMode
     671{
     672  FASTINTERSEARCH_DISABLED = 0,
     673  FASTINTERSEARCH_MODE1    = 1, // TODO: assign better names to these.
     674  FASTINTERSEARCH_MODE2    = 2,
     675  FASTINTERSEARCH_MODE3    = 3
     676};
     677
    670678enum SPSExtensionFlagIndex
    671679{
Note: See TracChangeset for help on using the changeset viewer.