mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-23 19:40:55 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@18931 72102866-910b-0410-8b05-ffd578937521
13 lines
312 B
Objective-C
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
|