Re: get_object in model server???

Kurt Stirewalt ([email protected])
Tue, 16 May 1995 13:41:13 -0400

I never did hear back from anyone about using get_object in the model
server. Just in case you missed it, I've appended it to the end of
this message. Thanks.

-- kurt.

>From [email protected] Thu May 11 14:50:16 1995
>Received: from burdell.cc.gatech.edu ([email protected] [130.207.3.207]) by gaia.cc.gatech.edu (8.6.10/8.6.9) with ESMTP id OAA29806 for <[email protected]>; 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 ([email protected] [130.207.119.216]) by burdell.cc.gatech.edu (8.6.12/8.6.9) with ESMTP id OAA21043 for <[email protected]>; 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 [email protected]; Thu, 11 May 1995 14:49:25 -0400
>Date: Thu, 11 May 1995 14:49:25 -0400
>From: [email protected] (Kurt Stirewalt)
>Message-Id: <[email protected]>
>To: [email protected]
>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.
>