File: logging_service.ads

package info (click to toggle)
liblog4ada 1.3.1.b6dafb49-15
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 576 kB
  • sloc: ada: 3,168; makefile: 31; sh: 14
file content (17 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

--  wsdl2aws SOAP Generator v2.3.0
--
--  AWS 3.1.0w - SOAP 1.5.0
--  This file was generated on Thursday 27 June 2013 at 17:35:46
--
--  $ wsdl2aws -cb -types Log4Ada ../wsdl/logging.wsdl

with AWS.Client;

package Logging_Service is

   URL      : constant String := "http://localhost:4242";
   Timeouts : constant AWS.Client.Timeouts_Values :=
                AWS.Client.No_Timeout;

end Logging_Service;