From 46439007cf417cbd9ac8049bb4122c890097a0fa Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 20:52:35 +0000 Subject: 20060303-partial --- module/grid/srvbrowse.m | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 module/grid/srvbrowse.m (limited to 'module/grid/srvbrowse.m') diff --git a/module/grid/srvbrowse.m b/module/grid/srvbrowse.m new file mode 100644 index 00000000..a1da02f3 --- /dev/null +++ b/module/grid/srvbrowse.m @@ -0,0 +1,16 @@ +Srvbrowse: module +{ + PATH: con "/dis/grid/lib/srvbrowse.dis"; + + services : list of ref Registries->Service; + + init : fn (); + refreshservices : fn (filter: list of list of (string, string)); + servicepath2Service : fn (path, qid: string): list of ref Registries->Service; + servicepath2Dir : fn (path: string, qid: int): (array of ref sys->Dir, int); + getresname : fn (srvc: ref Registries->Service): (string, string); + getqid : fn (srvc: ref Registries->Service): string; + find : fn (filter: list of list of (string, string)): list of ref Registries->Service; + addservice: fn (srvc: ref Registries->Service); + searchwin: fn (ctxt: ref Draw->Context, chanout: chan of string, filter: list of list of (string, string)); +}; \ No newline at end of file -- cgit v1.2.3