aws_21.0.0_57fddf8f/regtests/0128_test_soap_hotplug/soap_hotplug_pack_service-types.ads

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
--  wsdl2aws SOAP Generator v1.4
--
--  AWS 2.1w - SOAP 1.3
--  This file was generated on Sunday 31 October 2004 at 10:58:27
--
--  $ wsdl2aws -f -cvs -cb -types soap_hotplug_pack.ads soap_hotplug_pack.ads.wsdl

with Ada.Calendar;
with Ada.Strings.Unbounded;

with SOAP.Types;
with SOAP.Utils;

with SOAP_hotplug_pack;

package SOAP_Hotplug_Pack_Service.Types is

   pragma Warnings (Off, Ada.Calendar);
   pragma Warnings (Off, Ada.Strings.Unbounded);
   pragma Warnings (Off, SOAP.Types);
   pragma Warnings (Off, SOAP.Utils);
   pragma Warnings (Off, soap_hotplug_pack);


   pragma Style_Checks (Off);

   pragma Elaborate_Body;

   use Ada.Strings.Unbounded;

    function "+"
      (Str : String)
       return Unbounded_String
       renames To_Unbounded_String;

end SOAP_Hotplug_Pack_Service.Types;