/* * Copyright 2013 (c) Anna Schumaker. */ #include DatabaseEntry :: DatabaseEntry() : id(0) { } DatabaseEntry :: ~DatabaseEntry() {}