blob: 28a4d5fcc327efda9352a8a0995eb323d7010c41 (
plain)
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
|
<?xml version="1.0"?>
<!-- For more information on using Web.config transformation visit https://go.microsoft.com/fwlink/?LinkId=301874 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
In the example below, the "SetAttributes" transform will change the value of
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
finds an attribute "name" that has a value of "MyDB".
<connectionStrings>
<add name="MyDB"
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
-->
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<!--
In the example below, the "Replace" transform will replace the entire
<customErrors> section of your Web.config file.
Note that because there is only one customErrors section under the
<system.web> node, there is no need to use the "xdt:Locator" attribute.
<customErrors defaultRedirect="GenericError.htm"
mode="RemoteOnly" xdt:Transform="Replace">
<error statusCode="500" redirect="InternalError.htm"/>
</customErrors>
-->
</system.web>
</configuration>
div class="highlight">/* Generated by the protocol buffer compiler. DO NOT EDIT! */
/* Generated from: StubJobRequest.proto */
#ifndef PROTOBUF_C_StubJobRequest_2eproto__INCLUDED
#define PROTOBUF_C_StubJobRequest_2eproto__INCLUDED
#include <protobuf-c/protobuf-c.h>
PROTOBUF_C__BEGIN_DECLS
#if PROTOBUF_C_VERSION_NUMBER < 1003000
# error This file was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers.
#elif 1003000 < PROTOBUF_C_MIN_COMPILER_VERSION
# error This file was generated by an older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerate this file with a newer version of protoc-c.
#endif
#include "JobTicket.pb-c.h"
typedef struct _StubJobRequest StubJobRequest;
/* --- enums --- */
/* --- messages --- */
struct _StubJobRequest
{
ProtobufCMessage base;
JobTicket *jobticket;
};
#define STUB_JOB_REQUEST__INIT \
{ PROTOBUF_C_MESSAGE_INIT (&stub_job_request__descriptor) \
, NULL }
/* StubJobRequest methods */
void stub_job_request__init
(StubJobRequest *message);
size_t stub_job_request__get_packed_size
(const StubJobRequest *message);
size_t stub_job_request__pack
(const StubJobRequest *message,
uint8_t *out);
size_t stub_job_request__pack_to_buffer
(const StubJobRequest *message,
ProtobufCBuffer *buffer);
StubJobRequest *
stub_job_request__unpack
(ProtobufCAllocator *allocator,
size_t len,
const uint8_t *data);
void stub_job_request__free_unpacked
(StubJobRequest *message,
ProtobufCAllocator *allocator);
/* --- per-message closures --- */
typedef void (*StubJobRequest_Closure)
(const StubJobRequest *message,
void *closure_data);
/* --- services --- */
/* --- descriptors --- */
extern const ProtobufCMessageDescriptor stub_job_request__descriptor;
PROTOBUF_C__END_DECLS
#endif /* PROTOBUF_C_StubJobRequest_2eproto__INCLUDED */
|