mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-23 03:20:57 +00:00
21 lines
581 B
Text
21 lines
581 B
Text
|
/* DOTemplate.plist
|
||
|
|
||
|
This file contains template for a distributed object in the distributed
|
||
|
environment.
|
||
|
|
||
|
File name is name of the object used in the environment.
|
||
|
|
||
|
DO files should reside in:
|
||
|
|
||
|
any_gnustep_root/Library/StepTalk/DistributedObjects
|
||
|
*/
|
||
|
|
||
|
{
|
||
|
Host = "default host name";
|
||
|
Hosts = ( list of hosts to be searched );
|
||
|
Tool = "name of a tool that will register the object";
|
||
|
Arguments = (tool arguments);
|
||
|
Name = "name of the object to be connected";
|
||
|
Wait = seconds to wait before connection after the tool is launched;
|
||
|
}
|