Add initial prototype.
This commit is contained in:
13
4-high/gel/applet/demo/distributed/dsa/launch_server.adb
Normal file
13
4-high/gel/applet/demo/distributed/dsa/launch_server.adb
Normal file
@@ -0,0 +1,13 @@
|
||||
with
|
||||
gel_demo_Server;
|
||||
|
||||
|
||||
procedure launch_Server
|
||||
--
|
||||
-- Launches the remote server.
|
||||
--
|
||||
is
|
||||
begin
|
||||
gel_demo_Server.item.start;
|
||||
end launch_Server;
|
||||
|
||||
Reference in New Issue
Block a user