GAIA 0.1.0
util
rpc
service_descriptor.cc
1
// Copyright 2018, Beeri 15. All rights reserved.
2
// Author: Roman Gershman (roman@ubimo.com)
3
//
4
#include "util/rpc/service_descriptor.h"
5
6
namespace
util {
7
8
// RPC-Server side part.
9
10
namespace
rpc {
11
12
ServiceDescriptor::ServiceDescriptor() {
13
}
14
15
ServiceDescriptor::~ServiceDescriptor() {
16
}
17
18
void
ServiceDescriptor::SetOptions(
size_t
index,
const
MethodOptions& opts) {
19
methods_[index].options = opts;
20
}
21
22
23
}
// namespace rpc
24
}
// namespace util
Generated by
1.8.15