libs-steptalk/Frameworks/StepTalk/STScriptingServer.h
Stefan Urbanek a77d286c2b Added unimplemented ideas of distant conversations and scripting servers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@18931 72102866-910b-0410-8b05-ffd578937521
2004-03-27 23:23:39 +00:00

13 lines
312 B
Objective-C

/* FIXME: not used! just an unimplemented idea. (See NSDistant*)
*/
@interface STScriptingServer
{
}
+ serverWithRegisteredName:(NSString *)name
host:(NSString *)host;
- registerLocallyWithName:(NSString *)name;
- createConversation;
- conversationWithInfo:(NSDictionary*)dict;
@end