-- kurt.
>From kurt@cc.gatech.edu Thu May 11 14:50:16 1995
>Received: from burdell.cc.gatech.edu (root@burdell.cc.gatech.edu [130.207.3.207]) by gaia.cc.gatech.edu (8.6.10/8.6.9) with ESMTP id OAA29806 for <kurt@gaia.cc.gatech.edu>; Thu, 11 May 1995 14:49:51 -0400
>Received: from venera.isi.edu (venera.isi.edu [128.9.0.32]) by burdell.cc.gatech.edu (8.6.12/8.6.9) with SMTP id OAA21055; Thu, 11 May 1995 14:49:33 -0400
>Received: from burdell.cc.gatech.edu by venera.isi.edu (5.65c/5.61+local-22)
> id <AA13825>; Thu, 11 May 1995 11:49:28 -0700
>Received: from homepark.cc.gatech.edu (kurt@homepark.cc.gatech.edu [130.207.119.216]) by burdell.cc.gatech.edu (8.6.12/8.6.9) with ESMTP id OAA21043 for <mm-dev@isi.edu>; Thu, 11 May 1995 14:49:27 -0400
>Received: (from kurt@localhost) by homepark.cc.gatech.edu (8.6.10/8.6.9) id OAA02599 for mm-dev@isi.edu; Thu, 11 May 1995 14:49:25 -0400
>Date: Thu, 11 May 1995 14:49:25 -0400
>From: kurt@cc.gatech.edu (Kurt Stirewalt)
>Message-Id: <199505111849.OAA02599@homepark.cc.gatech.edu>
>To: mm-dev@ISI.EDU
>Subject: get_object in model server???
>Status: RO
>
>In implementing the mtf back end, I've run into a snag with the object
>system. Hopefully this is just a mis-understanding on my part. In the Object
>System API (as of 3/8/95) on page 12, the code segment for client.cc
>has a line:
> Object* b1 = server->get_object("SendButton");
>but I did not see a get_object method in the API for the Model_Server class.
>I need this method in order to instantiate MTF objects. Am I just missing
>something here? Thanks.
>
> -- kurt.
>