// // Copyright (c) 2010, Brian Frank and Andy Frank // Licensed under the Academic Free License version 3.0 // // History: // 01 Feb 10 Brian Frank Creation // ** ** GenericDialect is what we use when we don't know the dialect. ** const class GenericDialect : Dialect { }