This file is indexed.

/usr/share/gsoap/import/ref.h is in gsoap 2.8.16-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/*

ref.h

Generated with:

wsdl2h -cyx -o ref.h -t WS/WS-typemap.dat WS/reference-1.1.xsd

Modified by Robert van Engelen:

- Removed //gsoapopt
- Changed the //gsoap schema namespace directives to imports
*/

/******************************************************************************\
 *                                                                            *
 * http://docs.oasis-open.org/wsrm/2004/06/reference-1.1.xsd                  *
 *                                                                            *
\******************************************************************************/


/******************************************************************************\
 *                                                                            *
 * Import                                                                     *
 *                                                                            *
\******************************************************************************/


/******************************************************************************\
 *                                                                            *
 * Schema Namespaces                                                          *
 *                                                                            *
\******************************************************************************/

//gsoap ref   schema import:	http://docs.oasis-open.org/wsrm/2004/06/reference-1.1.xsd
//gsoap ref   schema elementForm:	qualified
//gsoap ref   schema attributeForm:	unqualified

/******************************************************************************\
 *                                                                            *
 * Schema Types                                                               *
 *                                                                            *
\******************************************************************************/



/// Typedef synonym for struct ref__ServiceRefType.
typedef struct ref__ServiceRefType ref__ServiceRefType;

/// "http://docs.oasis-open.org/wsrm/2004/06/reference-1.1.xsd":ServiceRefType is a complexType.
struct ref__ServiceRefType
{
/// TODO: <any namespace="##other">
/// TODO: Schema extensibility is user-definable.
///       Consult the protocol documentation to change or insert declarations.
///       Use wsdl2h option -x to remove this element.
///       Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element).
/// Attribute reference-scheme of type xs:anyURI.
   @char* /*URI*/                        reference_scheme               0;	///< Optional attribute.
};

/* End of ref.h */