// -*-c++-*- // // Generated schema description // in MT_ODL (c) from ADB MATISSE // // Generation date: Fri May 29 09:09:51 1998 // Generated from database testdb on host TOKYO // // Interface Definitions //---------------------- interface Person : persistent { mt_attribute MtString FirstName; mt_attribute MtString LastName; };