Skip to content
  • Mukund Sivaraman's avatar
    [2850] Add isUsable() and getImplType() methods · bc3d4829
    Mukund Sivaraman authored
    It would be better if these were static (to save on space and also to
    use them inside ZoneTableSegment::create()), but unfortunately we cannot
    make it virtual then. Another option would be to pass a static string
    from ZoneTableSegment::create() onto the ZoneTableSegment constructor
    and make it a non-virtual base class method.
    bc3d4829