aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-03-05 21:13:29 +0100
committerShauren <shauren.trinity@gmail.com>2022-03-05 21:13:29 +0100
commit8514164d435dcf7f17908db94777a34f8def7e77 (patch)
tree43789cca1dae6df857d60e3894c5715d1edb8334
parenta7c56710f597b59a28eae1d8c6abc0a2c1c56497 (diff)
Core/Proto: cleanup double newlines in generated code
-rw-r--r--src/server/proto/Client/account_service.pb.cc53
-rw-r--r--src/server/proto/Client/account_service.pb.h4
-rw-r--r--src/server/proto/Client/account_types.pb.cc71
-rw-r--r--src/server/proto/Client/account_types.pb.h5
-rw-r--r--src/server/proto/Client/api/client/v1/channel_id.pb.cc4
-rw-r--r--src/server/proto/Client/api/client/v1/channel_id.pb.h5
-rw-r--r--src/server/proto/Client/api/client/v2/attribute_types.pb.cc9
-rw-r--r--src/server/proto/Client/api/client/v2/attribute_types.pb.h5
-rw-r--r--src/server/proto/Client/api/client/v2/report_service.pb.cc6
-rw-r--r--src/server/proto/Client/api/client/v2/report_service.pb.h4
-rw-r--r--src/server/proto/Client/api/client/v2/report_types.pb.cc11
-rw-r--r--src/server/proto/Client/api/client/v2/report_types.pb.h5
-rw-r--r--src/server/proto/Client/attribute_types.pb.cc8
-rw-r--r--src/server/proto/Client/attribute_types.pb.h5
-rw-r--r--src/server/proto/Client/authentication_service.pb.cc43
-rw-r--r--src/server/proto/Client/authentication_service.pb.h4
-rw-r--r--src/server/proto/Client/challenge_service.pb.cc7
-rw-r--r--src/server/proto/Client/challenge_service.pb.h4
-rw-r--r--src/server/proto/Client/channel_types.pb.cc20
-rw-r--r--src/server/proto/Client/channel_types.pb.h5
-rw-r--r--src/server/proto/Client/club_ban.pb.cc6
-rw-r--r--src/server/proto/Client/club_ban.pb.h5
-rw-r--r--src/server/proto/Client/club_core.pb.cc30
-rw-r--r--src/server/proto/Client/club_core.pb.h5
-rw-r--r--src/server/proto/Client/club_enum.pb.cc2
-rw-r--r--src/server/proto/Client/club_enum.pb.h8
-rw-r--r--src/server/proto/Client/club_invitation.pb.cc16
-rw-r--r--src/server/proto/Client/club_invitation.pb.h5
-rw-r--r--src/server/proto/Client/club_listener.pb.cc3
-rw-r--r--src/server/proto/Client/club_listener.pb.h7
-rw-r--r--src/server/proto/Client/club_listener.proto2
-rw-r--r--src/server/proto/Client/club_member.pb.cc32
-rw-r--r--src/server/proto/Client/club_member.pb.h5
-rw-r--r--src/server/proto/Client/club_member_id.pb.cc4
-rw-r--r--src/server/proto/Client/club_member_id.pb.h5
-rw-r--r--src/server/proto/Client/club_membership_listener.pb.cc19
-rw-r--r--src/server/proto/Client/club_membership_listener.pb.h4
-rw-r--r--src/server/proto/Client/club_membership_service.pb.cc23
-rw-r--r--src/server/proto/Client/club_membership_service.pb.h4
-rw-r--r--src/server/proto/Client/club_membership_types.pb.cc20
-rw-r--r--src/server/proto/Client/club_membership_types.pb.h5
-rw-r--r--src/server/proto/Client/club_notification.pb.cc44
-rw-r--r--src/server/proto/Client/club_notification.pb.h5
-rw-r--r--src/server/proto/Client/club_range_set.pb.cc16
-rw-r--r--src/server/proto/Client/club_range_set.pb.h5
-rw-r--r--src/server/proto/Client/club_request.pb.cc168
-rw-r--r--src/server/proto/Client/club_request.pb.h5
-rw-r--r--src/server/proto/Client/club_role.pb.cc8
-rw-r--r--src/server/proto/Client/club_role.pb.h5
-rw-r--r--src/server/proto/Client/club_service.pb.cc3
-rw-r--r--src/server/proto/Client/club_service.pb.h7
-rw-r--r--src/server/proto/Client/club_stream.pb.cc38
-rw-r--r--src/server/proto/Client/club_stream.pb.h5
-rw-r--r--src/server/proto/Client/club_types.pb.cc7
-rw-r--r--src/server/proto/Client/club_types.pb.h8
-rw-r--r--src/server/proto/Client/connection_service.pb.cc25
-rw-r--r--src/server/proto/Client/connection_service.pb.h4
-rw-r--r--src/server/proto/Client/content_handle_types.pb.cc4
-rw-r--r--src/server/proto/Client/content_handle_types.pb.h5
-rw-r--r--src/server/proto/Client/embed_types.pb.cc10
-rw-r--r--src/server/proto/Client/embed_types.pb.h5
-rw-r--r--src/server/proto/Client/entity_types.pb.cc6
-rw-r--r--src/server/proto/Client/entity_types.pb.h5
-rw-r--r--src/server/proto/Client/ets_types.pb.cc4
-rw-r--r--src/server/proto/Client/ets_types.pb.h5
-rw-r--r--src/server/proto/Client/event_view_types.pb.cc6
-rw-r--r--src/server/proto/Client/event_view_types.pb.h5
-rw-r--r--src/server/proto/Client/friends_service.pb.cc43
-rw-r--r--src/server/proto/Client/friends_service.pb.h4
-rw-r--r--src/server/proto/Client/friends_types.pb.cc18
-rw-r--r--src/server/proto/Client/friends_types.pb.h5
-rw-r--r--src/server/proto/Client/game_utilities_service.pb.cc27
-rw-r--r--src/server/proto/Client/game_utilities_service.pb.h4
-rw-r--r--src/server/proto/Client/game_utilities_types.pb.cc6
-rw-r--r--src/server/proto/Client/game_utilities_types.pb.h5
-rw-r--r--src/server/proto/Client/global_extensions/field_options.pb.cc22
-rw-r--r--src/server/proto/Client/global_extensions/field_options.pb.h4
-rw-r--r--src/server/proto/Client/global_extensions/message_options.pb.cc4
-rw-r--r--src/server/proto/Client/global_extensions/message_options.pb.h4
-rw-r--r--src/server/proto/Client/global_extensions/method_options.pb.cc4
-rw-r--r--src/server/proto/Client/global_extensions/method_options.pb.h4
-rw-r--r--src/server/proto/Client/global_extensions/range.pb.cc8
-rw-r--r--src/server/proto/Client/global_extensions/range.pb.h5
-rw-r--r--src/server/proto/Client/global_extensions/routing.pb.cc2
-rw-r--r--src/server/proto/Client/global_extensions/routing.pb.h8
-rw-r--r--src/server/proto/Client/global_extensions/service_options.pb.cc6
-rw-r--r--src/server/proto/Client/global_extensions/service_options.pb.h4
-rw-r--r--src/server/proto/Client/invitation_types.pb.cc6
-rw-r--r--src/server/proto/Client/invitation_types.pb.h5
-rw-r--r--src/server/proto/Client/message_types.pb.cc4
-rw-r--r--src/server/proto/Client/message_types.pb.h5
-rw-r--r--src/server/proto/Client/notification_types.pb.cc10
-rw-r--r--src/server/proto/Client/notification_types.pb.h5
-rw-r--r--src/server/proto/Client/presence_listener.pb.cc7
-rw-r--r--src/server/proto/Client/presence_listener.pb.h4
-rw-r--r--src/server/proto/Client/presence_service.pb.cc21
-rw-r--r--src/server/proto/Client/presence_service.pb.h4
-rw-r--r--src/server/proto/Client/presence_types.pb.cc14
-rw-r--r--src/server/proto/Client/presence_types.pb.h5
-rw-r--r--src/server/proto/Client/profanity_filter_config.pb.cc6
-rw-r--r--src/server/proto/Client/profanity_filter_config.pb.h5
-rw-r--r--src/server/proto/Client/report_service.pb.cc7
-rw-r--r--src/server/proto/Client/report_service.pb.h4
-rw-r--r--src/server/proto/Client/report_types.pb.cc21
-rw-r--r--src/server/proto/Client/report_types.pb.h5
-rw-r--r--src/server/proto/Client/resource_service.pb.cc5
-rw-r--r--src/server/proto/Client/resource_service.pb.h4
-rw-r--r--src/server/proto/Client/role_types.pb.cc6
-rw-r--r--src/server/proto/Client/role_types.pb.h5
-rw-r--r--src/server/proto/Client/rpc_config.pb.cc10
-rw-r--r--src/server/proto/Client/rpc_config.pb.h5
-rw-r--r--src/server/proto/Client/rpc_types.pb.cc20
-rw-r--r--src/server/proto/Client/rpc_types.pb.h5
-rw-r--r--src/server/proto/Client/user_manager_service.pb.cc25
-rw-r--r--src/server/proto/Client/user_manager_service.pb.h4
-rw-r--r--src/server/proto/Client/user_manager_types.pb.cc6
-rw-r--r--src/server/proto/Client/user_manager_types.pb.h5
-rw-r--r--src/server/proto/Client/voice_types.pb.cc4
-rw-r--r--src/server/proto/Client/voice_types.pb.h5
-rw-r--r--src/server/proto/Login/Login.pb.cc11
-rw-r--r--src/server/proto/Login/Login.pb.h5
-rw-r--r--src/server/proto/RealmList/RealmList.pb.cc14
-rw-r--r--src/server/proto/RealmList/RealmList.pb.h5
123 files changed, 0 insertions, 1365 deletions
diff --git a/src/server/proto/Client/account_service.pb.cc b/src/server/proto/Client/account_service.pb.cc
index 3524253f680..bb5a51110d7 100644
--- a/src/server/proto/Client/account_service.pb.cc
+++ b/src/server/proto/Client/account_service.pb.cc
@@ -107,7 +107,6 @@ const ::google::protobuf::ServiceDescriptor* AccountListener_descriptor_ = NULL;
} // namespace
-
void protobuf_AssignDesc_account_5fservice_2eproto() {
protobuf_AddDesc_account_5fservice_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -848,7 +847,6 @@ struct StaticDescriptorInitializer_account_5fservice_2eproto {
protobuf_AddDesc_account_5fservice_2eproto();
}
} static_descriptor_initializer_account_5fservice_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -1092,7 +1090,6 @@ void ResolveAccountRequest::CopyFrom(const ResolveAccountRequest& from) {
}
bool ResolveAccountRequest::IsInitialized() const {
-
if (has_ref()) {
if (!this->ref().IsInitialized()) return false;
}
@@ -1117,7 +1114,6 @@ void ResolveAccountRequest::Swap(ResolveAccountRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1323,7 +1319,6 @@ void ResolveAccountResponse::CopyFrom(const ResolveAccountResponse& from) {
}
bool ResolveAccountResponse::IsInitialized() const {
-
if (has_id()) {
if (!this->id().IsInitialized()) return false;
}
@@ -1347,7 +1342,6 @@ void ResolveAccountResponse::Swap(ResolveAccountResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1642,7 +1636,6 @@ void GameAccountFlagUpdateRequest::CopyFrom(const GameAccountFlagUpdateRequest&
}
bool GameAccountFlagUpdateRequest::IsInitialized() const {
-
if (has_game_account()) {
if (!this->game_account().IsInitialized()) return false;
}
@@ -1668,7 +1661,6 @@ void GameAccountFlagUpdateRequest::Swap(GameAccountFlagUpdateRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1866,7 +1858,6 @@ void SubscriptionUpdateRequest::CopyFrom(const SubscriptionUpdateRequest& from)
}
bool SubscriptionUpdateRequest::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->ref())) return false;
return true;
}
@@ -1888,7 +1879,6 @@ void SubscriptionUpdateRequest::Swap(SubscriptionUpdateRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2086,7 +2076,6 @@ void SubscriptionUpdateResponse::CopyFrom(const SubscriptionUpdateResponse& from
}
bool SubscriptionUpdateResponse::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->ref())) return false;
return true;
}
@@ -2108,7 +2097,6 @@ void SubscriptionUpdateResponse::Swap(SubscriptionUpdateResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2491,7 +2479,6 @@ void GetAccountStateRequest::CopyFrom(const GetAccountStateRequest& from) {
}
bool GetAccountStateRequest::IsInitialized() const {
-
if (has_entity_id()) {
if (!this->entity_id().IsInitialized()) return false;
}
@@ -2519,7 +2506,6 @@ void GetAccountStateRequest::Swap(GetAccountStateRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2770,7 +2756,6 @@ void GetAccountStateResponse::CopyFrom(const GetAccountStateResponse& from) {
}
bool GetAccountStateResponse::IsInitialized() const {
-
if (has_state()) {
if (!this->state().IsInitialized()) return false;
}
@@ -2795,7 +2780,6 @@ void GetAccountStateResponse::Swap(GetAccountStateResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3001,7 +2985,6 @@ void GetSignedAccountStateRequest::CopyFrom(const GetSignedAccountStateRequest&
}
bool GetSignedAccountStateRequest::IsInitialized() const {
-
if (has_account()) {
if (!this->account().IsInitialized()) return false;
}
@@ -3025,7 +3008,6 @@ void GetSignedAccountStateRequest::Swap(GetSignedAccountStateRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3247,7 +3229,6 @@ void GetSignedAccountStateResponse::CopyFrom(const GetSignedAccountStateResponse
}
bool GetSignedAccountStateResponse::IsInitialized() const {
-
return true;
}
@@ -3268,7 +3249,6 @@ void GetSignedAccountStateResponse::Swap(GetSignedAccountStateResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3605,7 +3585,6 @@ void GetGameAccountStateRequest::CopyFrom(const GetGameAccountStateRequest& from
}
bool GetGameAccountStateRequest::IsInitialized() const {
-
if (has_account_id()) {
if (!this->account_id().IsInitialized()) return false;
}
@@ -3635,7 +3614,6 @@ void GetGameAccountStateRequest::Swap(GetGameAccountStateRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3886,7 +3864,6 @@ void GetGameAccountStateResponse::CopyFrom(const GetGameAccountStateResponse& fr
}
bool GetGameAccountStateResponse::IsInitialized() const {
-
if (has_state()) {
if (!this->state().IsInitialized()) return false;
}
@@ -3911,7 +3888,6 @@ void GetGameAccountStateResponse::Swap(GetGameAccountStateResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4309,7 +4285,6 @@ void GetLicensesRequest::CopyFrom(const GetLicensesRequest& from) {
}
bool GetLicensesRequest::IsInitialized() const {
-
if (has_target_id()) {
if (!this->target_id().IsInitialized()) return false;
}
@@ -4338,7 +4313,6 @@ void GetLicensesRequest::Swap(GetLicensesRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4536,7 +4510,6 @@ void GetLicensesResponse::CopyFrom(const GetLicensesResponse& from) {
}
bool GetLicensesResponse::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->licenses())) return false;
return true;
}
@@ -4558,7 +4531,6 @@ void GetLicensesResponse::Swap(GetLicensesResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4764,7 +4736,6 @@ void GetGameSessionInfoRequest::CopyFrom(const GetGameSessionInfoRequest& from)
}
bool GetGameSessionInfoRequest::IsInitialized() const {
-
if (has_entity_id()) {
if (!this->entity_id().IsInitialized()) return false;
}
@@ -4788,7 +4759,6 @@ void GetGameSessionInfoRequest::Swap(GetGameSessionInfoRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4994,7 +4964,6 @@ void GetGameSessionInfoResponse::CopyFrom(const GetGameSessionInfoResponse& from
}
bool GetGameSessionInfoResponse::IsInitialized() const {
-
if (has_session_info()) {
if (!this->session_info().IsInitialized()) return false;
}
@@ -5018,7 +4987,6 @@ void GetGameSessionInfoResponse::Swap(GetGameSessionInfoResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5328,7 +5296,6 @@ void GetGameTimeRemainingInfoRequest::CopyFrom(const GetGameTimeRemainingInfoReq
}
bool GetGameTimeRemainingInfoRequest::IsInitialized() const {
-
if (has_game_account_id()) {
if (!this->game_account_id().IsInitialized()) return false;
}
@@ -5357,7 +5324,6 @@ void GetGameTimeRemainingInfoRequest::Swap(GetGameTimeRemainingInfoRequest* othe
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5563,7 +5529,6 @@ void GetGameTimeRemainingInfoResponse::CopyFrom(const GetGameTimeRemainingInfoRe
}
bool GetGameTimeRemainingInfoResponse::IsInitialized() const {
-
return true;
}
@@ -5584,7 +5549,6 @@ void GetGameTimeRemainingInfoResponse::Swap(GetGameTimeRemainingInfoResponse* ot
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5790,7 +5754,6 @@ void GetCAISInfoRequest::CopyFrom(const GetCAISInfoRequest& from) {
}
bool GetCAISInfoRequest::IsInitialized() const {
-
if (has_entity_id()) {
if (!this->entity_id().IsInitialized()) return false;
}
@@ -5814,7 +5777,6 @@ void GetCAISInfoRequest::Swap(GetCAISInfoRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -6020,7 +5982,6 @@ void GetCAISInfoResponse::CopyFrom(const GetCAISInfoResponse& from) {
}
bool GetCAISInfoResponse::IsInitialized() const {
-
return true;
}
@@ -6041,7 +6002,6 @@ void GetCAISInfoResponse::Swap(GetCAISInfoResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -6335,7 +6295,6 @@ void GetAuthorizedDataRequest::CopyFrom(const GetAuthorizedDataRequest& from) {
}
bool GetAuthorizedDataRequest::IsInitialized() const {
-
if (has_entity_id()) {
if (!this->entity_id().IsInitialized()) return false;
}
@@ -6361,7 +6320,6 @@ void GetAuthorizedDataRequest::Swap(GetAuthorizedDataRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -6559,7 +6517,6 @@ void GetAuthorizedDataResponse::CopyFrom(const GetAuthorizedDataResponse& from)
}
bool GetAuthorizedDataResponse::IsInitialized() const {
-
return true;
}
@@ -6580,7 +6537,6 @@ void GetAuthorizedDataResponse::Swap(GetAuthorizedDataResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -6905,7 +6861,6 @@ void AccountStateNotification::CopyFrom(const AccountStateNotification& from) {
}
bool AccountStateNotification::IsInitialized() const {
-
if (has_account_state()) {
if (!this->account_state().IsInitialized()) return false;
}
@@ -6932,7 +6887,6 @@ void AccountStateNotification::Swap(AccountStateNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -7257,7 +7211,6 @@ void GameAccountStateNotification::CopyFrom(const GameAccountStateNotification&
}
bool GameAccountStateNotification::IsInitialized() const {
-
if (has_game_account_state()) {
if (!this->game_account_state().IsInitialized()) return false;
}
@@ -7284,7 +7237,6 @@ void GameAccountStateNotification::Swap(GameAccountStateNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -7569,7 +7521,6 @@ void GameAccountNotification::CopyFrom(const GameAccountNotification& from) {
}
bool GameAccountNotification::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->game_accounts())) return false;
return true;
}
@@ -7593,7 +7544,6 @@ void GameAccountNotification::Swap(GameAccountNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -7844,7 +7794,6 @@ void GameAccountSessionNotification::CopyFrom(const GameAccountSessionNotificati
}
bool GameAccountSessionNotification::IsInitialized() const {
-
if (has_game_account()) {
if (!this->game_account().IsInitialized()) return false;
}
@@ -7869,7 +7818,6 @@ void GameAccountSessionNotification::Swap(GameAccountSessionNotification* other)
return metadata;
}
-
// ===================================================================
AccountService::AccountService(bool use_original_hash) : service_hash_(use_original_hash ? OriginalHash::value : NameHash::value) {
@@ -8286,7 +8234,6 @@ void AccountListener::CallServerMethod(uint32 token, uint32 methodId, MessageBuf
GetCallerInfo().c_str(), methodId);
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/account_service.pb.h b/src/server/proto/Client/account_service.pb.h
index c2807806126..35d0439b953 100644
--- a/src/server/proto/Client/account_service.pb.h
+++ b/src/server/proto/Client/account_service.pb.h
@@ -2504,7 +2504,6 @@ class TC_PROTO_API AccountListener : public ServiceBase
// ===================================================================
-
// ===================================================================
// ResolveAccountRequest
@@ -4616,7 +4615,6 @@ inline void GameAccountSessionNotification::set_allocated_session_info(::bgs::pr
// @@protoc_insertion_point(field_set_allocated:bgs.protocol.account.v1.GameAccountSessionNotification.session_info)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -4627,8 +4625,6 @@ inline void GameAccountSessionNotification::set_allocated_session_info(::bgs::pr
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/account_types.pb.cc b/src/server/proto/Client/account_types.pb.cc
index dd23db432f7..dfe79a867b7 100644
--- a/src/server/proto/Client/account_types.pb.cc
+++ b/src/server/proto/Client/account_types.pb.cc
@@ -137,7 +137,6 @@ const ::google::protobuf::EnumDescriptor* IdentityVerificationStatus_descriptor_
} // namespace
-
void protobuf_AssignDesc_account_5ftypes_2eproto() {
protobuf_AddDesc_account_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -1192,7 +1191,6 @@ bool IdentityVerificationStatus_IsValid(int value) {
}
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1392,7 +1390,6 @@ void AccountId::CopyFrom(const AccountId& from) {
bool AccountId::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
return true;
}
@@ -1413,7 +1410,6 @@ void AccountId::Swap(AccountId* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1666,7 +1662,6 @@ void AccountLicense::CopyFrom(const AccountLicense& from) {
bool AccountLicense::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
return true;
}
@@ -1688,7 +1683,6 @@ void AccountLicense::Swap(AccountLicense* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1974,7 +1968,6 @@ void GameAccountHandle::CopyFrom(const GameAccountHandle& from) {
bool GameAccountHandle::IsInitialized() const {
if ((_has_bits_[0] & 0x00000007) != 0x00000007) return false;
-
return true;
}
@@ -1997,7 +1990,6 @@ void GameAccountHandle::Swap(GameAccountHandle* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2467,7 +2459,6 @@ void AccountReference::CopyFrom(const AccountReference& from) {
}
bool AccountReference::IsInitialized() const {
-
if (has_handle()) {
if (!this->handle().IsInitialized()) return false;
}
@@ -2496,7 +2487,6 @@ void AccountReference::Swap(AccountReference* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2747,7 +2737,6 @@ void Identity::CopyFrom(const Identity& from) {
}
bool Identity::IsInitialized() const {
-
if (has_account()) {
if (!this->account().IsInitialized()) return false;
}
@@ -2775,7 +2764,6 @@ void Identity::Swap(Identity* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3023,7 +3011,6 @@ void ProgramTag::CopyFrom(const ProgramTag& from) {
}
bool ProgramTag::IsInitialized() const {
-
return true;
}
@@ -3045,7 +3032,6 @@ void ProgramTag::Swap(ProgramTag* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3293,7 +3279,6 @@ void RegionTag::CopyFrom(const RegionTag& from) {
}
bool RegionTag::IsInitialized() const {
-
return true;
}
@@ -3315,7 +3300,6 @@ void RegionTag::Swap(RegionTag* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3748,7 +3732,6 @@ void AccountFieldTags::CopyFrom(const AccountFieldTags& from) {
}
bool AccountFieldTags::IsInitialized() const {
-
return true;
}
@@ -3775,7 +3758,6 @@ void AccountFieldTags::Swap(AccountFieldTags* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4093,7 +4075,6 @@ void GameAccountFieldTags::CopyFrom(const GameAccountFieldTags& from) {
}
bool GameAccountFieldTags::IsInitialized() const {
-
return true;
}
@@ -4117,7 +4098,6 @@ void GameAccountFieldTags::Swap(GameAccountFieldTags* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4577,7 +4557,6 @@ void AccountFieldOptions::CopyFrom(const AccountFieldOptions& from) {
}
bool AccountFieldOptions::IsInitialized() const {
-
return true;
}
@@ -4605,7 +4584,6 @@ void AccountFieldOptions::Swap(AccountFieldOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4960,7 +4938,6 @@ void GameAccountFieldOptions::CopyFrom(const GameAccountFieldOptions& from) {
}
bool GameAccountFieldOptions::IsInitialized() const {
-
return true;
}
@@ -4985,7 +4962,6 @@ void GameAccountFieldOptions::Swap(GameAccountFieldOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5441,7 +5417,6 @@ void SubscriberReference::CopyFrom(const SubscriberReference& from) {
}
bool SubscriberReference::IsInitialized() const {
-
if (has_entity_id()) {
if (!this->entity_id().IsInitialized()) return false;
}
@@ -5471,7 +5446,6 @@ void SubscriberReference::Swap(SubscriberReference* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -6352,7 +6326,6 @@ void AccountLevelInfo::CopyFrom(const AccountLevelInfo& from) {
}
bool AccountLevelInfo::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->licenses())) return false;
return true;
}
@@ -6389,7 +6362,6 @@ void AccountLevelInfo::Swap(AccountLevelInfo* other) {
return metadata;
}
-
// ===================================================================
const ::google::protobuf::EnumDescriptor* PrivacyInfo_GameInfoPrivacy_descriptor() {
@@ -6776,7 +6748,6 @@ void PrivacyInfo::CopyFrom(const PrivacyInfo& from) {
}
bool PrivacyInfo::IsInitialized() const {
-
return true;
}
@@ -6801,7 +6772,6 @@ void PrivacyInfo::Swap(PrivacyInfo* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -7296,7 +7266,6 @@ void ParentalControlInfo::CopyFrom(const ParentalControlInfo& from) {
}
bool ParentalControlInfo::IsInitialized() const {
-
return true;
}
@@ -7324,7 +7293,6 @@ void ParentalControlInfo::Swap(ParentalControlInfo* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -7588,7 +7556,6 @@ void PlayScheduleRestriction::CopyFrom(const PlayScheduleRestriction& from) {
}
bool PlayScheduleRestriction::IsInitialized() const {
-
return true;
}
@@ -7610,7 +7577,6 @@ void PlayScheduleRestriction::Swap(PlayScheduleRestriction* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -8142,7 +8108,6 @@ void GameLevelInfo::CopyFrom(const GameLevelInfo& from) {
}
bool GameLevelInfo::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->licenses())) return false;
return true;
}
@@ -8172,7 +8137,6 @@ void GameLevelInfo::Swap(GameLevelInfo* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -8492,7 +8456,6 @@ void GameTimeInfo::CopyFrom(const GameTimeInfo& from) {
}
bool GameTimeInfo::IsInitialized() const {
-
return true;
}
@@ -8516,7 +8479,6 @@ void GameTimeInfo::Swap(GameTimeInfo* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -8842,7 +8804,6 @@ void GameTimeRemainingInfo::CopyFrom(const GameTimeRemainingInfo& from) {
}
bool GameTimeRemainingInfo::IsInitialized() const {
-
return true;
}
@@ -8866,7 +8827,6 @@ void GameTimeRemainingInfo::Swap(GameTimeRemainingInfo* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -9258,7 +9218,6 @@ void GameStatus::CopyFrom(const GameStatus& from) {
}
bool GameStatus::IsInitialized() const {
-
return true;
}
@@ -9284,7 +9243,6 @@ void GameStatus::Swap(GameStatus* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -9494,7 +9452,6 @@ void RAFInfo::CopyFrom(const RAFInfo& from) {
}
bool RAFInfo::IsInitialized() const {
-
return true;
}
@@ -9515,7 +9472,6 @@ void RAFInfo::Swap(RAFInfo* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -9960,7 +9916,6 @@ void GameSessionInfo::CopyFrom(const GameSessionInfo& from) {
}
bool GameSessionInfo::IsInitialized() const {
-
if (has_igr_id()) {
if (!this->igr_id().IsInitialized()) return false;
}
@@ -9990,7 +9945,6 @@ void GameSessionInfo::Swap(GameSessionInfo* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -10196,7 +10150,6 @@ void GameSessionUpdateInfo::CopyFrom(const GameSessionUpdateInfo& from) {
}
bool GameSessionUpdateInfo::IsInitialized() const {
-
return true;
}
@@ -10217,7 +10170,6 @@ void GameSessionUpdateInfo::Swap(GameSessionUpdateInfo* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -10537,7 +10489,6 @@ void GameSessionLocation::CopyFrom(const GameSessionLocation& from) {
}
bool GameSessionLocation::IsInitialized() const {
-
return true;
}
@@ -10560,7 +10511,6 @@ void GameSessionLocation::Swap(GameSessionLocation* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -10849,7 +10799,6 @@ void CAIS::CopyFrom(const CAIS& from) {
}
bool CAIS::IsInitialized() const {
-
return true;
}
@@ -10872,7 +10821,6 @@ void CAIS::Swap(CAIS* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -11111,7 +11059,6 @@ void GameAccountList::CopyFrom(const GameAccountList& from) {
}
bool GameAccountList::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->handle())) return false;
return true;
}
@@ -11134,7 +11081,6 @@ void GameAccountList::Swap(GameAccountList* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -11489,7 +11435,6 @@ void SecurityStatus::CopyFrom(const SecurityStatus& from) {
}
bool SecurityStatus::IsInitialized() const {
-
return true;
}
@@ -11514,7 +11459,6 @@ void SecurityStatus::Swap(SecurityStatus* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -12008,7 +11952,6 @@ void AccountState::CopyFrom(const AccountState& from) {
}
bool AccountState::IsInitialized() const {
-
if (has_account_level_info()) {
if (!this->account_level_info().IsInitialized()) return false;
}
@@ -12041,7 +11984,6 @@ void AccountState::Swap(AccountState* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -12292,7 +12234,6 @@ void AccountStateTagged::CopyFrom(const AccountStateTagged& from) {
}
bool AccountStateTagged::IsInitialized() const {
-
if (has_account_state()) {
if (!this->account_state().IsInitialized()) return false;
}
@@ -12317,7 +12258,6 @@ void AccountStateTagged::Swap(AccountStateTagged* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -12654,7 +12594,6 @@ void GameAccountState::CopyFrom(const GameAccountState& from) {
}
bool GameAccountState::IsInitialized() const {
-
if (has_game_level_info()) {
if (!this->game_level_info().IsInitialized()) return false;
}
@@ -12681,7 +12620,6 @@ void GameAccountState::Swap(GameAccountState* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -12932,7 +12870,6 @@ void GameAccountStateTagged::CopyFrom(const GameAccountStateTagged& from) {
}
bool GameAccountStateTagged::IsInitialized() const {
-
if (has_game_account_state()) {
if (!this->game_account_state().IsInitialized()) return false;
}
@@ -12957,7 +12894,6 @@ void GameAccountStateTagged::Swap(GameAccountStateTagged* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -13223,7 +13159,6 @@ void AuthorizedData::CopyFrom(const AuthorizedData& from) {
}
bool AuthorizedData::IsInitialized() const {
-
return true;
}
@@ -13245,7 +13180,6 @@ void AuthorizedData::Swap(AuthorizedData* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -13335,7 +13269,6 @@ void IgrId::clear_type() {
_oneof_case_[0] = TYPE_NOT_SET;
}
-
void IgrId::Clear() {
clear_type();
::memset(_has_bits_, 0, sizeof(_has_bits_));
@@ -13569,7 +13502,6 @@ void IgrId::CopyFrom(const IgrId& from) {
}
bool IgrId::IsInitialized() const {
-
if (has_game_account()) {
if (!this->game_account().IsInitialized()) return false;
}
@@ -13594,7 +13526,6 @@ void IgrId::Swap(IgrId* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -13856,7 +13787,6 @@ void IgrAddress::CopyFrom(const IgrAddress& from) {
}
bool IgrAddress::IsInitialized() const {
-
return true;
}
@@ -13878,7 +13808,6 @@ void IgrAddress::Swap(IgrAddress* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/account_types.pb.h b/src/server/proto/Client/account_types.pb.h
index 628f27e4a7b..05d244ebdbd 100644
--- a/src/server/proto/Client/account_types.pb.h
+++ b/src/server/proto/Client/account_types.pb.h
@@ -4157,10 +4157,8 @@ class TC_PROTO_API IgrAddress : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// AccountId
@@ -9240,7 +9238,6 @@ inline void IgrAddress::set_region(::google::protobuf::uint32 value) {
// @@protoc_insertion_point(field_set:bgs.protocol.account.v1.IgrAddress.region)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -9251,7 +9248,6 @@ inline void IgrAddress::set_region(::google::protobuf::uint32 value) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
template <> struct is_proto_enum< ::bgs::protocol::account::v1::PrivacyInfo_GameInfoPrivacy> : ::google::protobuf::internal::true_type {};
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::account::v1::PrivacyInfo_GameInfoPrivacy>() {
@@ -9262,7 +9258,6 @@ template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::account::v1::IdentityVerificationStatus>() {
return ::bgs::protocol::account::v1::IdentityVerificationStatus_descriptor();
}
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/api/client/v1/channel_id.pb.cc b/src/server/proto/Client/api/client/v1/channel_id.pb.cc
index 7707817cee3..02f93dd7c97 100644
--- a/src/server/proto/Client/api/client/v1/channel_id.pb.cc
+++ b/src/server/proto/Client/api/client/v1/channel_id.pb.cc
@@ -31,7 +31,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_api_2fclient_2fv1_2fchannel_5fid_2eproto() {
protobuf_AddDesc_api_2fclient_2fv1_2fchannel_5fid_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -104,7 +103,6 @@ struct StaticDescriptorInitializer_api_2fclient_2fv1_2fchannel_5fid_2eproto {
protobuf_AddDesc_api_2fclient_2fv1_2fchannel_5fid_2eproto();
}
} static_descriptor_initializer_api_2fclient_2fv1_2fchannel_5fid_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -399,7 +397,6 @@ void ChannelId::CopyFrom(const ChannelId& from) {
}
bool ChannelId::IsInitialized() const {
-
if (has_host()) {
if (!this->host().IsInitialized()) return false;
}
@@ -425,7 +422,6 @@ void ChannelId::Swap(ChannelId* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/api/client/v1/channel_id.pb.h b/src/server/proto/Client/api/client/v1/channel_id.pb.h
index a336c5e968e..9378c7d1b62 100644
--- a/src/server/proto/Client/api/client/v1/channel_id.pb.h
+++ b/src/server/proto/Client/api/client/v1/channel_id.pb.h
@@ -143,10 +143,8 @@ class TC_PROTO_API ChannelId : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// ChannelId
@@ -240,7 +238,6 @@ inline void ChannelId::set_id(::google::protobuf::uint32 value) {
// @@protoc_insertion_point(field_set:bgs.protocol.channel.v1.ChannelId.id)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -251,8 +248,6 @@ inline void ChannelId::set_id(::google::protobuf::uint32 value) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/api/client/v2/attribute_types.pb.cc b/src/server/proto/Client/api/client/v2/attribute_types.pb.cc
index 0137abf2da0..c0de44b22ad 100644
--- a/src/server/proto/Client/api/client/v2/attribute_types.pb.cc
+++ b/src/server/proto/Client/api/client/v2/attribute_types.pb.cc
@@ -45,7 +45,6 @@ const ::google::protobuf::EnumDescriptor* AttributeFilter_Operation_descriptor_
} // namespace
-
void protobuf_AssignDesc_api_2fclient_2fv2_2fattribute_5ftypes_2eproto() {
protobuf_AddDesc_api_2fclient_2fv2_2fattribute_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -178,7 +177,6 @@ struct StaticDescriptorInitializer_api_2fclient_2fv2_2fattribute_5ftypes_2eproto
protobuf_AddDesc_api_2fclient_2fv2_2fattribute_5ftypes_2eproto();
}
} static_descriptor_initializer_api_2fclient_2fv2_2fattribute_5ftypes_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -286,7 +284,6 @@ void Variant::clear_type() {
_oneof_case_[0] = TYPE_NOT_SET;
}
-
void Variant::Clear() {
clear_type();
::memset(_has_bits_, 0, sizeof(_has_bits_));
@@ -629,7 +626,6 @@ void Variant::CopyFrom(const Variant& from) {
}
bool Variant::IsInitialized() const {
-
return true;
}
@@ -651,7 +647,6 @@ void Variant::Swap(Variant* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -918,7 +913,6 @@ void Attribute::CopyFrom(const Attribute& from) {
}
bool Attribute::IsInitialized() const {
-
return true;
}
@@ -940,7 +934,6 @@ void Attribute::Swap(Attribute* other) {
return metadata;
}
-
// ===================================================================
const ::google::protobuf::EnumDescriptor* AttributeFilter_Operation_descriptor() {
@@ -1210,7 +1203,6 @@ void AttributeFilter::CopyFrom(const AttributeFilter& from) {
}
bool AttributeFilter::IsInitialized() const {
-
return true;
}
@@ -1232,7 +1224,6 @@ void AttributeFilter::Swap(AttributeFilter* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v2
diff --git a/src/server/proto/Client/api/client/v2/attribute_types.pb.h b/src/server/proto/Client/api/client/v2/attribute_types.pb.h
index 76c85d631a0..53d5f30ac0f 100644
--- a/src/server/proto/Client/api/client/v2/attribute_types.pb.h
+++ b/src/server/proto/Client/api/client/v2/attribute_types.pb.h
@@ -430,10 +430,8 @@ class TC_PROTO_API AttributeFilter : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// Variant
@@ -875,7 +873,6 @@ AttributeFilter::mutable_attribute() {
return &attribute_;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v2
@@ -885,13 +882,11 @@ AttributeFilter::mutable_attribute() {
#ifndef SWIG
namespace google {
namespace protobuf {
-
template <> struct is_proto_enum< ::bgs::protocol::v2::AttributeFilter_Operation> : ::google::protobuf::internal::true_type {};
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::v2::AttributeFilter_Operation>() {
return ::bgs::protocol::v2::AttributeFilter_Operation_descriptor();
}
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/api/client/v2/report_service.pb.cc b/src/server/proto/Client/api/client/v2/report_service.pb.cc
index ac5f7bb4b44..0cb8338ce8f 100644
--- a/src/server/proto/Client/api/client/v2/report_service.pb.cc
+++ b/src/server/proto/Client/api/client/v2/report_service.pb.cc
@@ -39,7 +39,6 @@ const ::google::protobuf::ServiceDescriptor* ReportService_descriptor_ = NULL;
} // namespace
-
void protobuf_AssignDesc_api_2fclient_2fv2_2freport_5fservice_2eproto() {
protobuf_AddDesc_api_2fclient_2fv2_2freport_5fservice_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -133,7 +132,6 @@ struct StaticDescriptorInitializer_api_2fclient_2fv2_2freport_5fservice_2eproto
protobuf_AddDesc_api_2fclient_2fv2_2freport_5fservice_2eproto();
}
} static_descriptor_initializer_api_2fclient_2fv2_2freport_5fservice_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -232,7 +230,6 @@ void SubmitReportRequest::clear_type() {
_oneof_case_[0] = TYPE_NOT_SET;
}
-
void SubmitReportRequest::Clear() {
if (_has_bits_[0 / 32] & 3) {
if (has_agent_id()) {
@@ -554,7 +551,6 @@ void SubmitReportRequest::CopyFrom(const SubmitReportRequest& from) {
}
bool SubmitReportRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -584,7 +580,6 @@ void SubmitReportRequest::Swap(SubmitReportRequest* other) {
return metadata;
}
-
// ===================================================================
ReportService::ReportService(bool use_original_hash) : service_hash_(use_original_hash ? OriginalHash::value : NameHash::value) {
@@ -639,7 +634,6 @@ uint32 ReportService::HandleSubmitReport(::bgs::protocol::report::v2::SubmitRepo
return ERROR_RPC_NOT_IMPLEMENTED;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v2
diff --git a/src/server/proto/Client/api/client/v2/report_service.pb.h b/src/server/proto/Client/api/client/v2/report_service.pb.h
index 05f57e2ce00..78abf66d267 100644
--- a/src/server/proto/Client/api/client/v2/report_service.pb.h
+++ b/src/server/proto/Client/api/client/v2/report_service.pb.h
@@ -218,7 +218,6 @@ class TC_PROTO_API ReportService : public ServiceBase
// ===================================================================
-
// ===================================================================
// SubmitReportRequest
@@ -478,7 +477,6 @@ inline void SubmitReportRequest::clear_has_type() {
inline SubmitReportRequest::TypeCase SubmitReportRequest::type_case() const {
return SubmitReportRequest::TypeCase(_oneof_case_[0]);
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v2
@@ -489,8 +487,6 @@ inline SubmitReportRequest::TypeCase SubmitReportRequest::type_case() const {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/api/client/v2/report_types.pb.cc b/src/server/proto/Client/api/client/v2/report_types.pb.cc
index fd4da47ea2b..93d3b41fd85 100644
--- a/src/server/proto/Client/api/client/v2/report_types.pb.cc
+++ b/src/server/proto/Client/api/client/v2/report_types.pb.cc
@@ -46,7 +46,6 @@ const ::google::protobuf::EnumDescriptor* ClubSource_descriptor_ = NULL;
} // namespace
-
void protobuf_AssignDesc_api_2fclient_2fv2_2freport_5ftypes_2eproto() {
protobuf_AddDesc_api_2fclient_2fv2_2freport_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -279,7 +278,6 @@ bool ClubSource_IsValid(int value) {
}
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -356,7 +354,6 @@ void ReportItem::clear_type() {
_oneof_case_[0] = TYPE_NOT_SET;
}
-
void ReportItem::Clear() {
clear_type();
::memset(_has_bits_, 0, sizeof(_has_bits_));
@@ -506,7 +503,6 @@ void ReportItem::CopyFrom(const ReportItem& from) {
}
bool ReportItem::IsInitialized() const {
-
return true;
}
@@ -528,7 +524,6 @@ void ReportItem::Swap(ReportItem* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -880,7 +875,6 @@ void UserOptions::CopyFrom(const UserOptions& from) {
}
bool UserOptions::IsInitialized() const {
-
if (has_target_id()) {
if (!this->target_id().IsInitialized()) return false;
}
@@ -907,7 +901,6 @@ void UserOptions::Swap(UserOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1290,7 +1283,6 @@ void ClubOptions::CopyFrom(const ClubOptions& from) {
}
bool ClubOptions::IsInitialized() const {
-
return true;
}
@@ -1315,7 +1307,6 @@ void ClubOptions::Swap(ClubOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1635,7 +1626,6 @@ void EntityOptions::CopyFrom(const EntityOptions& from) {
}
bool EntityOptions::IsInitialized() const {
-
return true;
}
@@ -1658,7 +1648,6 @@ void EntityOptions::Swap(EntityOptions* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v2
diff --git a/src/server/proto/Client/api/client/v2/report_types.pb.h b/src/server/proto/Client/api/client/v2/report_types.pb.h
index d0fbfe2b936..03026823d7e 100644
--- a/src/server/proto/Client/api/client/v2/report_types.pb.h
+++ b/src/server/proto/Client/api/client/v2/report_types.pb.h
@@ -556,10 +556,8 @@ class TC_PROTO_API EntityOptions : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// ReportItem
@@ -1081,7 +1079,6 @@ EntityOptions::mutable_attribute() {
return &attribute_;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v2
@@ -1092,7 +1089,6 @@ EntityOptions::mutable_attribute() {
#ifndef SWIG
namespace google {
namespace protobuf {
-
template <> struct is_proto_enum< ::bgs::protocol::report::v2::IssueType> : ::google::protobuf::internal::true_type {};
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::report::v2::IssueType>() {
@@ -1108,7 +1104,6 @@ template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::report::v2::ClubSource>() {
return ::bgs::protocol::report::v2::ClubSource_descriptor();
}
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/attribute_types.pb.cc b/src/server/proto/Client/attribute_types.pb.cc
index f2f7842ead0..a680203a599 100644
--- a/src/server/proto/Client/attribute_types.pb.cc
+++ b/src/server/proto/Client/attribute_types.pb.cc
@@ -36,7 +36,6 @@ const ::google::protobuf::EnumDescriptor* AttributeFilter_Operation_descriptor_
} // namespace
-
void protobuf_AssignDesc_attribute_5ftypes_2eproto() {
protobuf_AddDesc_attribute_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -170,7 +169,6 @@ struct StaticDescriptorInitializer_attribute_5ftypes_2eproto {
protobuf_AddDesc_attribute_5ftypes_2eproto();
}
} static_descriptor_initializer_attribute_5ftypes_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -752,7 +750,6 @@ void Variant::CopyFrom(const Variant& from) {
}
bool Variant::IsInitialized() const {
-
if (has_entity_id_value()) {
if (!this->entity_id_value().IsInitialized()) return false;
}
@@ -784,7 +781,6 @@ void Variant::Swap(Variant* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1052,7 +1048,6 @@ void Attribute::CopyFrom(const Attribute& from) {
bool Attribute::IsInitialized() const {
if ((_has_bits_[0] & 0x00000003) != 0x00000003) return false;
-
if (has_value()) {
if (!this->value().IsInitialized()) return false;
}
@@ -1077,7 +1072,6 @@ void Attribute::Swap(Attribute* other) {
return metadata;
}
-
// ===================================================================
const ::google::protobuf::EnumDescriptor* AttributeFilter_Operation_descriptor() {
@@ -1348,7 +1342,6 @@ void AttributeFilter::CopyFrom(const AttributeFilter& from) {
bool AttributeFilter::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (!::google::protobuf::internal::AllAreInitialized(this->attribute())) return false;
return true;
}
@@ -1371,7 +1364,6 @@ void AttributeFilter::Swap(AttributeFilter* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
diff --git a/src/server/proto/Client/attribute_types.pb.h b/src/server/proto/Client/attribute_types.pb.h
index dfadf9414d9..7969df088b6 100644
--- a/src/server/proto/Client/attribute_types.pb.h
+++ b/src/server/proto/Client/attribute_types.pb.h
@@ -459,10 +459,8 @@ class TC_PROTO_API AttributeFilter : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// Variant
@@ -1088,7 +1086,6 @@ AttributeFilter::mutable_attribute() {
return &attribute_;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
@@ -1097,13 +1094,11 @@ AttributeFilter::mutable_attribute() {
#ifndef SWIG
namespace google {
namespace protobuf {
-
template <> struct is_proto_enum< ::bgs::protocol::AttributeFilter_Operation> : ::google::protobuf::internal::true_type {};
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::AttributeFilter_Operation>() {
return ::bgs::protocol::AttributeFilter_Operation_descriptor();
}
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/authentication_service.pb.cc b/src/server/proto/Client/authentication_service.pb.cc
index 112bb107f67..3d8b7f03ee3 100644
--- a/src/server/proto/Client/authentication_service.pb.cc
+++ b/src/server/proto/Client/authentication_service.pb.cc
@@ -92,7 +92,6 @@ const ::google::protobuf::ServiceDescriptor* AuthenticationService_descriptor_ =
} // namespace
-
void protobuf_AssignDesc_authentication_5fservice_2eproto() {
protobuf_AddDesc_authentication_5fservice_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -709,7 +708,6 @@ struct StaticDescriptorInitializer_authentication_5fservice_2eproto {
protobuf_AddDesc_authentication_5fservice_2eproto();
}
} static_descriptor_initializer_authentication_5fservice_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -965,7 +963,6 @@ void ModuleLoadRequest::CopyFrom(const ModuleLoadRequest& from) {
bool ModuleLoadRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_module_handle()) {
if (!this->module_handle().IsInitialized()) return false;
}
@@ -990,7 +987,6 @@ void ModuleLoadRequest::Swap(ModuleLoadRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1242,7 +1238,6 @@ void ModuleNotification::CopyFrom(const ModuleNotification& from) {
}
bool ModuleNotification::IsInitialized() const {
-
return true;
}
@@ -1264,7 +1259,6 @@ void ModuleNotification::Swap(ModuleNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1515,7 +1509,6 @@ void ModuleMessageRequest::CopyFrom(const ModuleMessageRequest& from) {
bool ModuleMessageRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
return true;
}
@@ -1537,7 +1530,6 @@ void ModuleMessageRequest::Swap(ModuleMessageRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2341,7 +2333,6 @@ void LogonRequest::CopyFrom(const LogonRequest& from) {
}
bool LogonRequest::IsInitialized() const {
-
return true;
}
@@ -2373,7 +2364,6 @@ void LogonRequest::Swap(LogonRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3074,7 +3064,6 @@ void LogonResult::CopyFrom(const LogonResult& from) {
bool LogonResult::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_account_id()) {
if (!this->account_id().IsInitialized()) return false;
}
@@ -3109,7 +3098,6 @@ void LogonResult::Swap(LogonResult* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3308,7 +3296,6 @@ void GenerateSSOTokenRequest::CopyFrom(const GenerateSSOTokenRequest& from) {
}
bool GenerateSSOTokenRequest::IsInitialized() const {
-
return true;
}
@@ -3329,7 +3316,6 @@ void GenerateSSOTokenRequest::Swap(GenerateSSOTokenRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3587,7 +3573,6 @@ void GenerateSSOTokenResponse::CopyFrom(const GenerateSSOTokenResponse& from) {
}
bool GenerateSSOTokenResponse::IsInitialized() const {
-
return true;
}
@@ -3609,7 +3594,6 @@ void GenerateSSOTokenResponse::Swap(GenerateSSOTokenResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3811,7 +3795,6 @@ void LogonUpdateRequest::CopyFrom(const LogonUpdateRequest& from) {
bool LogonUpdateRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
return true;
}
@@ -3832,7 +3815,6 @@ void LogonUpdateRequest::Swap(LogonUpdateRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4122,7 +4104,6 @@ void LogonQueueUpdateRequest::CopyFrom(const LogonQueueUpdateRequest& from) {
bool LogonQueueUpdateRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000007) != 0x00000007) return false;
-
return true;
}
@@ -4145,7 +4126,6 @@ void LogonQueueUpdateRequest::Swap(LogonQueueUpdateRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4502,7 +4482,6 @@ void AccountSettingsNotification::CopyFrom(const AccountSettingsNotification& fr
}
bool AccountSettingsNotification::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->licenses())) return false;
return true;
}
@@ -4528,7 +4507,6 @@ void AccountSettingsNotification::Swap(AccountSettingsNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4781,7 +4759,6 @@ void ServerStateChangeRequest::CopyFrom(const ServerStateChangeRequest& from) {
bool ServerStateChangeRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000003) != 0x00000003) return false;
-
return true;
}
@@ -4803,7 +4780,6 @@ void ServerStateChangeRequest::Swap(ServerStateChangeRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5151,7 +5127,6 @@ void VersionInfo::CopyFrom(const VersionInfo& from) {
}
bool VersionInfo::IsInitialized() const {
-
return true;
}
@@ -5175,7 +5150,6 @@ void VersionInfo::Swap(VersionInfo* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5381,7 +5355,6 @@ void VersionInfoNotification::CopyFrom(const VersionInfoNotification& from) {
}
bool VersionInfoNotification::IsInitialized() const {
-
return true;
}
@@ -5402,7 +5375,6 @@ void VersionInfoNotification::Swap(VersionInfoNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5704,7 +5676,6 @@ void MemModuleLoadRequest::CopyFrom(const MemModuleLoadRequest& from) {
bool MemModuleLoadRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000007) != 0x00000007) return false;
-
if (has_handle()) {
if (!this->handle().IsInitialized()) return false;
}
@@ -5730,7 +5701,6 @@ void MemModuleLoadRequest::Swap(MemModuleLoadRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5941,7 +5911,6 @@ void MemModuleLoadResponse::CopyFrom(const MemModuleLoadResponse& from) {
bool MemModuleLoadResponse::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
return true;
}
@@ -5962,7 +5931,6 @@ void MemModuleLoadResponse::Swap(MemModuleLoadResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -6169,7 +6137,6 @@ void SelectGameAccountRequest::CopyFrom(const SelectGameAccountRequest& from) {
bool SelectGameAccountRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_game_account_id()) {
if (!this->game_account_id().IsInitialized()) return false;
}
@@ -6193,7 +6160,6 @@ void SelectGameAccountRequest::Swap(SelectGameAccountRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -6440,7 +6406,6 @@ void GameAccountSelectedRequest::CopyFrom(const GameAccountSelectedRequest& from
bool GameAccountSelectedRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_game_account_id()) {
if (!this->game_account_id().IsInitialized()) return false;
}
@@ -6465,7 +6430,6 @@ void GameAccountSelectedRequest::Swap(GameAccountSelectedRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -6664,7 +6628,6 @@ void GenerateWebCredentialsRequest::CopyFrom(const GenerateWebCredentialsRequest
}
bool GenerateWebCredentialsRequest::IsInitialized() const {
-
return true;
}
@@ -6685,7 +6648,6 @@ void GenerateWebCredentialsRequest::Swap(GenerateWebCredentialsRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -6895,7 +6857,6 @@ void GenerateWebCredentialsResponse::CopyFrom(const GenerateWebCredentialsRespon
}
bool GenerateWebCredentialsResponse::IsInitialized() const {
-
return true;
}
@@ -6916,7 +6877,6 @@ void GenerateWebCredentialsResponse::Swap(GenerateWebCredentialsResponse* other)
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -7126,7 +7086,6 @@ void VerifyWebCredentialsRequest::CopyFrom(const VerifyWebCredentialsRequest& fr
}
bool VerifyWebCredentialsRequest::IsInitialized() const {
-
return true;
}
@@ -7147,7 +7106,6 @@ void VerifyWebCredentialsRequest::Swap(VerifyWebCredentialsRequest* other) {
return metadata;
}
-
// ===================================================================
AuthenticationListener::AuthenticationListener(bool use_original_hash) : service_hash_(use_original_hash ? OriginalHash::value : NameHash::value) {
@@ -7514,7 +7472,6 @@ uint32 AuthenticationService::HandleGenerateWebCredentials(::bgs::protocol::auth
return ERROR_RPC_NOT_IMPLEMENTED;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/authentication_service.pb.h b/src/server/proto/Client/authentication_service.pb.h
index 7fb3281f540..6214b534c7c 100644
--- a/src/server/proto/Client/authentication_service.pb.h
+++ b/src/server/proto/Client/authentication_service.pb.h
@@ -2235,7 +2235,6 @@ class TC_PROTO_API AuthenticationService : public ServiceBase
// ===================================================================
-
// ===================================================================
// ModuleLoadRequest
@@ -5076,7 +5075,6 @@ inline void VerifyWebCredentialsRequest::set_allocated_web_credentials(::std::st
// @@protoc_insertion_point(field_set_allocated:bgs.protocol.authentication.v1.VerifyWebCredentialsRequest.web_credentials)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -5087,8 +5085,6 @@ inline void VerifyWebCredentialsRequest::set_allocated_web_credentials(::std::st
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/challenge_service.pb.cc b/src/server/proto/Client/challenge_service.pb.cc
index 4ef80fc4ec7..e022f8653fc 100644
--- a/src/server/proto/Client/challenge_service.pb.cc
+++ b/src/server/proto/Client/challenge_service.pb.cc
@@ -37,7 +37,6 @@ const ::google::protobuf::ServiceDescriptor* ChallengeListener_descriptor_ = NUL
} // namespace
-
void protobuf_AssignDesc_challenge_5fservice_2eproto() {
protobuf_AddDesc_challenge_5fservice_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -142,7 +141,6 @@ struct StaticDescriptorInitializer_challenge_5fservice_2eproto {
protobuf_AddDesc_challenge_5fservice_2eproto();
}
} static_descriptor_initializer_challenge_5fservice_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -470,7 +468,6 @@ void ChallengeExternalRequest::CopyFrom(const ChallengeExternalRequest& from) {
}
bool ChallengeExternalRequest::IsInitialized() const {
-
return true;
}
@@ -493,7 +490,6 @@ void ChallengeExternalRequest::Swap(ChallengeExternalRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -753,7 +749,6 @@ void ChallengeExternalResult::CopyFrom(const ChallengeExternalResult& from) {
}
bool ChallengeExternalResult::IsInitialized() const {
-
return true;
}
@@ -775,7 +770,6 @@ void ChallengeExternalResult::Swap(ChallengeExternalResult* other) {
return metadata;
}
-
// ===================================================================
ChallengeListener::ChallengeListener(bool use_original_hash) : service_hash_(use_original_hash ? OriginalHash::value : NameHash::value) {
@@ -806,7 +800,6 @@ void ChallengeListener::CallServerMethod(uint32 token, uint32 methodId, MessageB
GetCallerInfo().c_str(), methodId);
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/challenge_service.pb.h b/src/server/proto/Client/challenge_service.pb.h
index 02ee63616ed..255329673bf 100644
--- a/src/server/proto/Client/challenge_service.pb.h
+++ b/src/server/proto/Client/challenge_service.pb.h
@@ -280,7 +280,6 @@ class TC_PROTO_API ChallengeListener : public ServiceBase
// ===================================================================
-
// ===================================================================
// ChallengeExternalRequest
@@ -617,7 +616,6 @@ inline void ChallengeExternalResult::set_passed(bool value) {
// @@protoc_insertion_point(field_set:bgs.protocol.challenge.v1.ChallengeExternalResult.passed)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -628,8 +626,6 @@ inline void ChallengeExternalResult::set_passed(bool value) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/channel_types.pb.cc b/src/server/proto/Client/channel_types.pb.cc
index c7be52c12c1..90e28d571f8 100644
--- a/src/server/proto/Client/channel_types.pb.cc
+++ b/src/server/proto/Client/channel_types.pb.cc
@@ -56,7 +56,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_channel_5ftypes_2eproto() {
protobuf_AddDesc_channel_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -369,7 +368,6 @@ struct StaticDescriptorInitializer_channel_5ftypes_2eproto {
protobuf_AddDesc_channel_5ftypes_2eproto();
}
} static_descriptor_initializer_channel_5ftypes_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -584,7 +582,6 @@ void Message::CopyFrom(const Message& from) {
}
bool Message::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->attribute())) return false;
if (!_extensions_.IsInitialized()) return false; return true;
@@ -608,7 +605,6 @@ void Message::Swap(Message* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1133,7 +1129,6 @@ void ListChannelsOptions::CopyFrom(const ListChannelsOptions& from) {
bool ListChannelsOptions::IsInitialized() const {
if ((_has_bits_[0] & 0x00000040) != 0x00000040) return false;
-
if (has_attribute_filter()) {
if (!this->attribute_filter().IsInitialized()) return false;
}
@@ -1164,7 +1159,6 @@ void ListChannelsOptions::Swap(ListChannelsOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1454,7 +1448,6 @@ void ChannelDescription::CopyFrom(const ChannelDescription& from) {
bool ChannelDescription::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_channel_id()) {
if (!this->channel_id().IsInitialized()) return false;
}
@@ -1483,7 +1476,6 @@ void ChannelDescription::Swap(ChannelDescription* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1728,7 +1720,6 @@ void ChannelInfo::CopyFrom(const ChannelInfo& from) {
bool ChannelInfo::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_description()) {
if (!this->description().IsInitialized()) return false;
}
@@ -1754,7 +1745,6 @@ void ChannelInfo::Swap(ChannelInfo* other) {
return metadata;
}
-
// ===================================================================
const ::google::protobuf::EnumDescriptor* ChannelState_PrivacyLevel_descriptor() {
@@ -2404,7 +2394,6 @@ void ChannelState::CopyFrom(const ChannelState& from) {
}
bool ChannelState::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->attribute())) return false;
if (!::google::protobuf::internal::AllAreInitialized(this->invitation())) return false;
@@ -2438,7 +2427,6 @@ void ChannelState::Swap(ChannelState* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2660,7 +2648,6 @@ void MemberAccountInfo::CopyFrom(const MemberAccountInfo& from) {
}
bool MemberAccountInfo::IsInitialized() const {
-
return true;
}
@@ -2681,7 +2668,6 @@ void MemberAccountInfo::Swap(MemberAccountInfo* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3029,7 +3015,6 @@ void MemberState::CopyFrom(const MemberState& from) {
}
bool MemberState::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->attribute())) return false;
return true;
}
@@ -3054,7 +3039,6 @@ void MemberState::Swap(MemberState* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3306,7 +3290,6 @@ void Member::CopyFrom(const Member& from) {
bool Member::IsInitialized() const {
if ((_has_bits_[0] & 0x00000003) != 0x00000003) return false;
-
if (has_identity()) {
if (!this->identity().IsInitialized()) return false;
}
@@ -3334,7 +3317,6 @@ void Member::Swap(Member* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3628,7 +3610,6 @@ void SubscriberId::CopyFrom(const SubscriberId& from) {
}
bool SubscriberId::IsInitialized() const {
-
if (has_account()) {
if (!this->account().IsInitialized()) return false;
}
@@ -3660,7 +3641,6 @@ void SubscriberId::Swap(SubscriberId* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/channel_types.pb.h b/src/server/proto/Client/channel_types.pb.h
index 65eecc6ccad..86c8a79aa1a 100644
--- a/src/server/proto/Client/channel_types.pb.h
+++ b/src/server/proto/Client/channel_types.pb.h
@@ -1135,10 +1135,8 @@ class TC_PROTO_API SubscriberId : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// Message
@@ -2458,7 +2456,6 @@ inline void SubscriberId::set_allocated_process(::bgs::protocol::ProcessId* proc
// @@protoc_insertion_point(field_set_allocated:bgs.protocol.channel.v1.SubscriberId.process)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -2469,13 +2466,11 @@ inline void SubscriberId::set_allocated_process(::bgs::protocol::ProcessId* proc
#ifndef SWIG
namespace google {
namespace protobuf {
-
template <> struct is_proto_enum< ::bgs::protocol::channel::v1::ChannelState_PrivacyLevel> : ::google::protobuf::internal::true_type {};
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::channel::v1::ChannelState_PrivacyLevel>() {
return ::bgs::protocol::channel::v1::ChannelState_PrivacyLevel_descriptor();
}
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/club_ban.pb.cc b/src/server/proto/Client/club_ban.pb.cc
index 2d773e813d4..dbaf88af545 100644
--- a/src/server/proto/Client/club_ban.pb.cc
+++ b/src/server/proto/Client/club_ban.pb.cc
@@ -34,7 +34,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_club_5fban_2eproto() {
protobuf_AddDesc_club_5fban_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -143,7 +142,6 @@ struct StaticDescriptorInitializer_club_5fban_2eproto {
protobuf_AddDesc_club_5fban_2eproto();
}
} static_descriptor_initializer_club_5fban_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -448,7 +446,6 @@ void AddBanOptions::CopyFrom(const AddBanOptions& from) {
}
bool AddBanOptions::IsInitialized() const {
-
if (has_target_id()) {
if (!this->target_id().IsInitialized()) return false;
}
@@ -474,7 +471,6 @@ void AddBanOptions::Swap(AddBanOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -918,7 +914,6 @@ void ClubBan::CopyFrom(const ClubBan& from) {
}
bool ClubBan::IsInitialized() const {
-
if (has_id()) {
if (!this->id().IsInitialized()) return false;
}
@@ -950,7 +945,6 @@ void ClubBan::Swap(ClubBan* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/club_ban.pb.h b/src/server/proto/Client/club_ban.pb.h
index a1873cc9ecc..b5a7c32b2ae 100644
--- a/src/server/proto/Client/club_ban.pb.h
+++ b/src/server/proto/Client/club_ban.pb.h
@@ -300,10 +300,8 @@ class TC_PROTO_API ClubBan : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// AddBanOptions
@@ -747,7 +745,6 @@ inline void ClubBan::set_creation_time(::google::protobuf::uint64 value) {
// @@protoc_insertion_point(field_set:bgs.protocol.club.v1.ClubBan.creation_time)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -758,8 +755,6 @@ inline void ClubBan::set_creation_time(::google::protobuf::uint64 value) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/club_core.pb.cc b/src/server/proto/Client/club_core.pb.cc
index 7af6d65c948..7c275a3a9db 100644
--- a/src/server/proto/Client/club_core.pb.cc
+++ b/src/server/proto/Client/club_core.pb.cc
@@ -70,7 +70,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_club_5fcore_2eproto() {
protobuf_AddDesc_club_5fcore_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -551,7 +550,6 @@ struct StaticDescriptorInitializer_club_5fcore_2eproto {
protobuf_AddDesc_club_5fcore_2eproto();
}
} static_descriptor_initializer_club_5fcore_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -752,7 +750,6 @@ void AvatarId::CopyFrom(const AvatarId& from) {
}
bool AvatarId::IsInitialized() const {
-
return true;
}
@@ -773,7 +770,6 @@ void AvatarId::Swap(AvatarId* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -995,7 +991,6 @@ void SetBroadcastOptions::CopyFrom(const SetBroadcastOptions& from) {
}
bool SetBroadcastOptions::IsInitialized() const {
-
return true;
}
@@ -1016,7 +1011,6 @@ void SetBroadcastOptions::Swap(SetBroadcastOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1321,7 +1315,6 @@ void Broadcast::CopyFrom(const Broadcast& from) {
}
bool Broadcast::IsInitialized() const {
-
if (has_creator()) {
if (!this->creator().IsInitialized()) return false;
}
@@ -1347,7 +1340,6 @@ void Broadcast::Swap(Broadcast* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1607,7 +1599,6 @@ void UniqueClubType::CopyFrom(const UniqueClubType& from) {
}
bool UniqueClubType::IsInitialized() const {
-
return true;
}
@@ -1629,7 +1620,6 @@ void UniqueClubType::Swap(UniqueClubType* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2227,7 +2217,6 @@ void ClubCreateOptions::CopyFrom(const ClubCreateOptions& from) {
}
bool ClubCreateOptions::IsInitialized() const {
-
if (has_member()) {
if (!this->member().IsInitialized()) return false;
}
@@ -2259,7 +2248,6 @@ void ClubCreateOptions::Swap(ClubCreateOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3111,7 +3099,6 @@ void Club::CopyFrom(const Club& from) {
}
bool Club::IsInitialized() const {
-
if (has_broadcast()) {
if (!this->broadcast().IsInitialized()) return false;
}
@@ -3150,7 +3137,6 @@ void Club::Swap(Club* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3775,7 +3761,6 @@ void ClubDescription::CopyFrom(const ClubDescription& from) {
}
bool ClubDescription::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->leader())) return false;
return true;
}
@@ -3806,7 +3791,6 @@ void ClubDescription::Swap(ClubDescription* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4052,7 +4036,6 @@ void ClubView::CopyFrom(const ClubView& from) {
}
bool ClubView::IsInitialized() const {
-
return true;
}
@@ -4074,7 +4057,6 @@ void ClubView::Swap(ClubView* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4626,7 +4608,6 @@ void ClubStateOptions::CopyFrom(const ClubStateOptions& from) {
}
bool ClubStateOptions::IsInitialized() const {
-
return true;
}
@@ -4654,7 +4635,6 @@ void ClubStateOptions::Swap(ClubStateOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5247,7 +5227,6 @@ void ClubStateAssignment::CopyFrom(const ClubStateAssignment& from) {
}
bool ClubStateAssignment::IsInitialized() const {
-
if (has_broadcast()) {
if (!this->broadcast().IsInitialized()) return false;
}
@@ -5279,7 +5258,6 @@ void ClubStateAssignment::Swap(ClubStateAssignment* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5537,7 +5515,6 @@ void StreamSettings::CopyFrom(const StreamSettings& from) {
}
bool StreamSettings::IsInitialized() const {
-
return true;
}
@@ -5559,7 +5536,6 @@ void StreamSettings::Swap(StreamSettings* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5884,7 +5860,6 @@ void ClubSettings::CopyFrom(const ClubSettings& from) {
}
bool ClubSettings::IsInitialized() const {
-
return true;
}
@@ -5908,7 +5883,6 @@ void ClubSettings::Swap(ClubSettings* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -6193,7 +6167,6 @@ void ClubSettingsOptions::CopyFrom(const ClubSettingsOptions& from) {
}
bool ClubSettingsOptions::IsInitialized() const {
-
return true;
}
@@ -6216,7 +6189,6 @@ void ClubSettingsOptions::Swap(ClubSettingsOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -6461,7 +6433,6 @@ void ClubSettingsAssignment::CopyFrom(const ClubSettingsAssignment& from) {
}
bool ClubSettingsAssignment::IsInitialized() const {
-
return true;
}
@@ -6483,7 +6454,6 @@ void ClubSettingsAssignment::Swap(ClubSettingsAssignment* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/club_core.pb.h b/src/server/proto/Client/club_core.pb.h
index 80108963b23..bb4a80f5ce3 100644
--- a/src/server/proto/Client/club_core.pb.h
+++ b/src/server/proto/Client/club_core.pb.h
@@ -1893,10 +1893,8 @@ class TC_PROTO_API ClubSettingsAssignment : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// AvatarId
@@ -4966,7 +4964,6 @@ inline void ClubSettingsAssignment::set_allocated_settings(::bgs::protocol::club
// @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubSettingsAssignment.settings)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -4977,8 +4974,6 @@ inline void ClubSettingsAssignment::set_allocated_settings(::bgs::protocol::club
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/club_enum.pb.cc b/src/server/proto/Client/club_enum.pb.cc
index f20ab51302e..20711a74247 100644
--- a/src/server/proto/Client/club_enum.pb.cc
+++ b/src/server/proto/Client/club_enum.pb.cc
@@ -36,7 +36,6 @@ const ::google::protobuf::EnumDescriptor* StreamNotificationFilter_descriptor_ =
} // namespace
-
void protobuf_AssignDesc_club_5fenum_2eproto() {
protobuf_AddDesc_club_5fenum_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -239,7 +238,6 @@ bool StreamNotificationFilter_IsValid(int value) {
}
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/club_enum.pb.h b/src/server/proto/Client/club_enum.pb.h
index 6705419c687..9cdd54836b7 100644
--- a/src/server/proto/Client/club_enum.pb.h
+++ b/src/server/proto/Client/club_enum.pb.h
@@ -36,7 +36,6 @@ void TC_PROTO_API protobuf_AddDesc_club_5fenum_2eproto();
void protobuf_AssignDesc_club_5fenum_2eproto();
void protobuf_ShutdownFile_club_5fenum_2eproto();
-
enum PrivacyLevel {
PRIVACY_LEVEL_CLOSED = 0,
PRIVACY_LEVEL_OPEN_INVITATION = 1,
@@ -202,16 +201,11 @@ inline bool StreamNotificationFilter_Parse(
}
// ===================================================================
-
// ===================================================================
-
// ===================================================================
-
// ===================================================================
-
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -222,7 +216,6 @@ inline bool StreamNotificationFilter_Parse(
#ifndef SWIG
namespace google {
namespace protobuf {
-
template <> struct is_proto_enum< ::bgs::protocol::club::v1::PrivacyLevel> : ::google::protobuf::internal::true_type {};
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::club::v1::PrivacyLevel>() {
@@ -263,7 +256,6 @@ template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::club::v1::StreamNotificationFilter>() {
return ::bgs::protocol::club::v1::StreamNotificationFilter_descriptor();
}
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/club_invitation.pb.cc b/src/server/proto/Client/club_invitation.pb.cc
index 28ba0a6086e..546427f86da 100644
--- a/src/server/proto/Client/club_invitation.pb.cc
+++ b/src/server/proto/Client/club_invitation.pb.cc
@@ -49,7 +49,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_club_5finvitation_2eproto() {
protobuf_AddDesc_club_5finvitation_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -318,7 +317,6 @@ struct StaticDescriptorInitializer_club_5finvitation_2eproto {
protobuf_AddDesc_club_5finvitation_2eproto();
}
} static_descriptor_initializer_club_5finvitation_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -570,7 +568,6 @@ void ClubSlot::CopyFrom(const ClubSlot& from) {
}
bool ClubSlot::IsInitialized() const {
-
return true;
}
@@ -592,7 +589,6 @@ void ClubSlot::Swap(ClubSlot* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -881,7 +877,6 @@ void SendInvitationOptions::CopyFrom(const SendInvitationOptions& from) {
}
bool SendInvitationOptions::IsInitialized() const {
-
if (has_target_id()) {
if (!this->target_id().IsInitialized()) return false;
}
@@ -907,7 +902,6 @@ void SendInvitationOptions::Swap(SendInvitationOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1454,7 +1448,6 @@ void ClubInvitation::CopyFrom(const ClubInvitation& from) {
}
bool ClubInvitation::IsInitialized() const {
-
if (has_inviter()) {
if (!this->inviter().IsInitialized()) return false;
}
@@ -1495,7 +1488,6 @@ void ClubInvitation::Swap(ClubInvitation* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1784,7 +1776,6 @@ void SendSuggestionOptions::CopyFrom(const SendSuggestionOptions& from) {
}
bool SendSuggestionOptions::IsInitialized() const {
-
if (has_target_id()) {
if (!this->target_id().IsInitialized()) return false;
}
@@ -1810,7 +1801,6 @@ void SendSuggestionOptions::Swap(SendSuggestionOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2304,7 +2294,6 @@ void ClubSuggestion::CopyFrom(const ClubSuggestion& from) {
}
bool ClubSuggestion::IsInitialized() const {
-
if (has_suggester()) {
if (!this->suggester().IsInitialized()) return false;
}
@@ -2338,7 +2327,6 @@ void ClubSuggestion::Swap(ClubSuggestion* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2673,7 +2661,6 @@ void CreateTicketOptions::CopyFrom(const CreateTicketOptions& from) {
}
bool CreateTicketOptions::IsInitialized() const {
-
return true;
}
@@ -2697,7 +2684,6 @@ void CreateTicketOptions::Swap(CreateTicketOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3256,7 +3242,6 @@ void ClubTicket::CopyFrom(const ClubTicket& from) {
}
bool ClubTicket::IsInitialized() const {
-
if (has_creator()) {
if (!this->creator().IsInitialized()) return false;
}
@@ -3291,7 +3276,6 @@ void ClubTicket::Swap(ClubTicket* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/club_invitation.pb.h b/src/server/proto/Client/club_invitation.pb.h
index af71c8b1b87..08fdaa5c0c2 100644
--- a/src/server/proto/Client/club_invitation.pb.h
+++ b/src/server/proto/Client/club_invitation.pb.h
@@ -968,10 +968,8 @@ class TC_PROTO_API ClubTicket : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// ClubSlot
@@ -2272,7 +2270,6 @@ inline void ClubTicket::set_expiration_time(::google::protobuf::uint64 value) {
// @@protoc_insertion_point(field_set:bgs.protocol.club.v1.ClubTicket.expiration_time)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -2283,8 +2280,6 @@ inline void ClubTicket::set_expiration_time(::google::protobuf::uint64 value) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/club_listener.pb.cc b/src/server/proto/Client/club_listener.pb.cc
index be1c9bf73ba..198530c5a39 100644
--- a/src/server/proto/Client/club_listener.pb.cc
+++ b/src/server/proto/Client/club_listener.pb.cc
@@ -31,7 +31,6 @@ const ::google::protobuf::ServiceDescriptor* ClubListener_descriptor_ = NULL;
} // namespace
-
void protobuf_AssignDesc_club_5flistener_2eproto() {
protobuf_AddDesc_club_5flistener_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -138,7 +137,6 @@ struct StaticDescriptorInitializer_club_5flistener_2eproto {
protobuf_AddDesc_club_5flistener_2eproto();
}
} static_descriptor_initializer_club_5flistener_2eproto_;
-
// ===================================================================
ClubListener::ClubListener(bool use_original_hash) : service_hash_(use_original_hash ? OriginalHash::value : NameHash::value) {
@@ -283,7 +281,6 @@ void ClubListener::CallServerMethod(uint32 token, uint32 methodId, MessageBuffer
GetCallerInfo().c_str(), methodId);
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/club_listener.pb.h b/src/server/proto/Client/club_listener.pb.h
index 7e76098cd65..d1a8cc7ac94 100644
--- a/src/server/proto/Client/club_listener.pb.h
+++ b/src/server/proto/Client/club_listener.pb.h
@@ -39,10 +39,8 @@ void TC_PROTO_API protobuf_AddDesc_club_5flistener_2eproto();
void protobuf_AssignDesc_club_5flistener_2eproto();
void protobuf_ShutdownFile_club_5flistener_2eproto();
-
// ===================================================================
-
// ===================================================================
class TC_PROTO_API ClubListener : public ServiceBase
@@ -90,10 +88,7 @@ class TC_PROTO_API ClubListener : public ServiceBase
// ===================================================================
-
// ===================================================================
-
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -104,8 +99,6 @@ class TC_PROTO_API ClubListener : public ServiceBase
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/club_listener.proto b/src/server/proto/Client/club_listener.proto
index df22b4a576d..18d18f6c896 100644
--- a/src/server/proto/Client/club_listener.proto
+++ b/src/server/proto/Client/club_listener.proto
@@ -119,5 +119,3 @@ service ClubListener {
};
}
}
-
-
diff --git a/src/server/proto/Client/club_member.pb.cc b/src/server/proto/Client/club_member.pb.cc
index 934fb3c0771..24199d041b8 100644
--- a/src/server/proto/Client/club_member.pb.cc
+++ b/src/server/proto/Client/club_member.pb.cc
@@ -73,7 +73,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_club_5fmember_2eproto() {
protobuf_AddDesc_club_5fmember_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -535,7 +534,6 @@ struct StaticDescriptorInitializer_club_5fmember_2eproto {
protobuf_AddDesc_club_5fmember_2eproto();
}
} static_descriptor_initializer_club_5fmember_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -1220,7 +1218,6 @@ void Member::CopyFrom(const Member& from) {
}
bool Member::IsInitialized() const {
-
if (has_id()) {
if (!this->id().IsInitialized()) return false;
}
@@ -1254,7 +1251,6 @@ void Member::Swap(Member* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1500,7 +1496,6 @@ void MemberResult::CopyFrom(const MemberResult& from) {
}
bool MemberResult::IsInitialized() const {
-
if (has_member_id()) {
if (!this->member_id().IsInitialized()) return false;
}
@@ -1525,7 +1520,6 @@ void MemberResult::Swap(MemberResult* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1777,7 +1771,6 @@ void RemoveMemberOptions::CopyFrom(const RemoveMemberOptions& from) {
}
bool RemoveMemberOptions::IsInitialized() const {
-
if (has_id()) {
if (!this->id().IsInitialized()) return false;
}
@@ -1802,7 +1795,6 @@ void RemoveMemberOptions::Swap(RemoveMemberOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2054,7 +2046,6 @@ void MemberRemovedAssignment::CopyFrom(const MemberRemovedAssignment& from) {
}
bool MemberRemovedAssignment::IsInitialized() const {
-
if (has_id()) {
if (!this->id().IsInitialized()) return false;
}
@@ -2079,7 +2070,6 @@ void MemberRemovedAssignment::Swap(MemberRemovedAssignment* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2407,7 +2397,6 @@ void MemberVoiceOptions::CopyFrom(const MemberVoiceOptions& from) {
}
bool MemberVoiceOptions::IsInitialized() const {
-
return true;
}
@@ -2431,7 +2420,6 @@ void MemberVoiceOptions::Swap(MemberVoiceOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2820,7 +2808,6 @@ void MemberVoiceState::CopyFrom(const MemberVoiceState& from) {
}
bool MemberVoiceState::IsInitialized() const {
-
return true;
}
@@ -2845,7 +2832,6 @@ void MemberVoiceState::Swap(MemberVoiceState* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3089,7 +3075,6 @@ void CreateMemberOptions::CopyFrom(const CreateMemberOptions& from) {
}
bool CreateMemberOptions::IsInitialized() const {
-
if (has_id()) {
if (!this->id().IsInitialized()) return false;
}
@@ -3114,7 +3099,6 @@ void CreateMemberOptions::Swap(CreateMemberOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3381,7 +3365,6 @@ void MemberDescription::CopyFrom(const MemberDescription& from) {
}
bool MemberDescription::IsInitialized() const {
-
if (has_id()) {
if (!this->id().IsInitialized()) return false;
}
@@ -3406,7 +3389,6 @@ void MemberDescription::Swap(MemberDescription* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3675,7 +3657,6 @@ void RoleOptions::CopyFrom(const RoleOptions& from) {
}
bool RoleOptions::IsInitialized() const {
-
if (has_member_id()) {
if (!this->member_id().IsInitialized()) return false;
}
@@ -3700,7 +3681,6 @@ void RoleOptions::Swap(RoleOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3969,7 +3949,6 @@ void RoleAssignment::CopyFrom(const RoleAssignment& from) {
}
bool RoleAssignment::IsInitialized() const {
-
if (has_member_id()) {
if (!this->member_id().IsInitialized()) return false;
}
@@ -3994,7 +3973,6 @@ void RoleAssignment::Swap(RoleAssignment* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4238,7 +4216,6 @@ void MemberAttributeAssignment::CopyFrom(const MemberAttributeAssignment& from)
}
bool MemberAttributeAssignment::IsInitialized() const {
-
if (has_member_id()) {
if (!this->member_id().IsInitialized()) return false;
}
@@ -4263,7 +4240,6 @@ void MemberAttributeAssignment::Swap(MemberAttributeAssignment* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4469,7 +4445,6 @@ void SubscriberStateOptions::CopyFrom(const SubscriberStateOptions& from) {
}
bool SubscriberStateOptions::IsInitialized() const {
-
return true;
}
@@ -4490,7 +4465,6 @@ void SubscriberStateOptions::Swap(SubscriberStateOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4777,7 +4751,6 @@ void SubscriberStateAssignment::CopyFrom(const SubscriberStateAssignment& from)
}
bool SubscriberStateAssignment::IsInitialized() const {
-
if (has_member_id()) {
if (!this->member_id().IsInitialized()) return false;
}
@@ -4803,7 +4776,6 @@ void SubscriberStateAssignment::Swap(SubscriberStateAssignment* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5203,7 +5175,6 @@ void MemberStateOptions::CopyFrom(const MemberStateOptions& from) {
}
bool MemberStateOptions::IsInitialized() const {
-
return true;
}
@@ -5228,7 +5199,6 @@ void MemberStateOptions::Swap(MemberStateOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5670,7 +5640,6 @@ void MemberStateAssignment::CopyFrom(const MemberStateAssignment& from) {
}
bool MemberStateAssignment::IsInitialized() const {
-
if (has_member_id()) {
if (!this->member_id().IsInitialized()) return false;
}
@@ -5699,7 +5668,6 @@ void MemberStateAssignment::Swap(MemberStateAssignment* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/club_member.pb.h b/src/server/proto/Client/club_member.pb.h
index 018bfa2ba56..a51c31b69f6 100644
--- a/src/server/proto/Client/club_member.pb.h
+++ b/src/server/proto/Client/club_member.pb.h
@@ -1690,10 +1690,8 @@ class TC_PROTO_API MemberStateAssignment : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// Member
@@ -3586,7 +3584,6 @@ inline void MemberStateAssignment::set_allocated_note(::std::string* note) {
// @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.MemberStateAssignment.note)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -3597,8 +3594,6 @@ inline void MemberStateAssignment::set_allocated_note(::std::string* note) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/club_member_id.pb.cc b/src/server/proto/Client/club_member_id.pb.cc
index 0d0f9c5c27f..b7b7cc2fb44 100644
--- a/src/server/proto/Client/club_member_id.pb.cc
+++ b/src/server/proto/Client/club_member_id.pb.cc
@@ -31,7 +31,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_club_5fmember_5fid_2eproto() {
protobuf_AddDesc_club_5fmember_5fid_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -106,7 +105,6 @@ struct StaticDescriptorInitializer_club_5fmember_5fid_2eproto {
protobuf_AddDesc_club_5fmember_5fid_2eproto();
}
} static_descriptor_initializer_club_5fmember_5fid_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -352,7 +350,6 @@ void MemberId::CopyFrom(const MemberId& from) {
}
bool MemberId::IsInitialized() const {
-
if (has_account_id()) {
if (!this->account_id().IsInitialized()) return false;
}
@@ -377,7 +374,6 @@ void MemberId::Swap(MemberId* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/club_member_id.pb.h b/src/server/proto/Client/club_member_id.pb.h
index 9083a4228ea..845913c2adf 100644
--- a/src/server/proto/Client/club_member_id.pb.h
+++ b/src/server/proto/Client/club_member_id.pb.h
@@ -135,10 +135,8 @@ class TC_PROTO_API MemberId : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// MemberId
@@ -208,7 +206,6 @@ inline void MemberId::set_unique_id(::google::protobuf::uint64 value) {
// @@protoc_insertion_point(field_set:bgs.protocol.club.v1.MemberId.unique_id)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -219,8 +216,6 @@ inline void MemberId::set_unique_id(::google::protobuf::uint64 value) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/club_membership_listener.pb.cc b/src/server/proto/Client/club_membership_listener.pb.cc
index 9284e968060..338eaa7d1bc 100644
--- a/src/server/proto/Client/club_membership_listener.pb.cc
+++ b/src/server/proto/Client/club_membership_listener.pb.cc
@@ -56,7 +56,6 @@ const ::google::protobuf::ServiceDescriptor* ClubMembershipListener_descriptor_
} // namespace
-
void protobuf_AssignDesc_club_5fmembership_5flistener_2eproto() {
protobuf_AddDesc_club_5fmembership_5flistener_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -342,7 +341,6 @@ struct StaticDescriptorInitializer_club_5fmembership_5flistener_2eproto {
protobuf_AddDesc_club_5fmembership_5flistener_2eproto();
}
} static_descriptor_initializer_club_5fmembership_5flistener_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -593,7 +591,6 @@ void ClubAddedNotification::CopyFrom(const ClubAddedNotification& from) {
}
bool ClubAddedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -621,7 +618,6 @@ void ClubAddedNotification::Swap(ClubAddedNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -967,7 +963,6 @@ void ClubRemovedNotification::CopyFrom(const ClubRemovedNotification& from) {
}
bool ClubRemovedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -997,7 +992,6 @@ void ClubRemovedNotification::Swap(ClubRemovedNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1248,7 +1242,6 @@ void ReceivedInvitationAddedNotification::CopyFrom(const ReceivedInvitationAdded
}
bool ReceivedInvitationAddedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -1276,7 +1269,6 @@ void ReceivedInvitationAddedNotification::Swap(ReceivedInvitationAddedNotificati
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1577,7 +1569,6 @@ void ReceivedInvitationRemovedNotification::CopyFrom(const ReceivedInvitationRem
}
bool ReceivedInvitationRemovedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -1603,7 +1594,6 @@ void ReceivedInvitationRemovedNotification::Swap(ReceivedInvitationRemovedNotifi
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1854,7 +1844,6 @@ void SharedSettingsChangedNotification::CopyFrom(const SharedSettingsChangedNoti
}
bool SharedSettingsChangedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -1879,7 +1868,6 @@ void SharedSettingsChangedNotification::Swap(SharedSettingsChangedNotification*
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2130,7 +2118,6 @@ void StreamMentionAddedNotification::CopyFrom(const StreamMentionAddedNotificati
}
bool StreamMentionAddedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -2158,7 +2145,6 @@ void StreamMentionAddedNotification::Swap(StreamMentionAddedNotification* other)
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2409,7 +2395,6 @@ void StreamMentionRemovedNotification::CopyFrom(const StreamMentionRemovedNotifi
}
bool StreamMentionRemovedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -2434,7 +2419,6 @@ void StreamMentionRemovedNotification::Swap(StreamMentionRemovedNotification* ot
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2680,7 +2664,6 @@ void StreamMentionAdvanceViewTimeNotification::CopyFrom(const StreamMentionAdvan
}
bool StreamMentionAdvanceViewTimeNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -2705,7 +2688,6 @@ void StreamMentionAdvanceViewTimeNotification::Swap(StreamMentionAdvanceViewTime
return metadata;
}
-
// ===================================================================
ClubMembershipListener::ClubMembershipListener(bool use_original_hash) : service_hash_(use_original_hash ? OriginalHash::value : NameHash::value) {
@@ -2772,7 +2754,6 @@ void ClubMembershipListener::CallServerMethod(uint32 token, uint32 methodId, Mes
GetCallerInfo().c_str(), methodId);
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace membership
diff --git a/src/server/proto/Client/club_membership_listener.pb.h b/src/server/proto/Client/club_membership_listener.pb.h
index 4bdab0fbb8c..2e9e90e0fe5 100644
--- a/src/server/proto/Client/club_membership_listener.pb.h
+++ b/src/server/proto/Client/club_membership_listener.pb.h
@@ -855,7 +855,6 @@ class TC_PROTO_API ClubMembershipListener : public ServiceBase
// ===================================================================
-
// ===================================================================
// ClubAddedNotification
@@ -1584,7 +1583,6 @@ inline void StreamMentionAdvanceViewTimeNotification::set_view_time(::google::pr
// @@protoc_insertion_point(field_set:bgs.protocol.club.v1.membership.StreamMentionAdvanceViewTimeNotification.view_time)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace membership
@@ -1596,8 +1594,6 @@ inline void StreamMentionAdvanceViewTimeNotification::set_view_time(::google::pr
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/club_membership_service.pb.cc b/src/server/proto/Client/club_membership_service.pb.cc
index 451a7707d1f..ff8ff808f42 100644
--- a/src/server/proto/Client/club_membership_service.pb.cc
+++ b/src/server/proto/Client/club_membership_service.pb.cc
@@ -62,7 +62,6 @@ const ::google::protobuf::ServiceDescriptor* ClubMembershipService_descriptor_ =
} // namespace
-
void protobuf_AssignDesc_club_5fmembership_5fservice_2eproto() {
protobuf_AddDesc_club_5fmembership_5fservice_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -384,7 +383,6 @@ struct StaticDescriptorInitializer_club_5fmembership_5fservice_2eproto {
protobuf_AddDesc_club_5fmembership_5fservice_2eproto();
}
} static_descriptor_initializer_club_5fmembership_5fservice_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -635,7 +633,6 @@ void SubscribeRequest::CopyFrom(const SubscribeRequest& from) {
}
bool SubscribeRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -663,7 +660,6 @@ void SubscribeRequest::Swap(SubscribeRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -869,7 +865,6 @@ void SubscribeResponse::CopyFrom(const SubscribeResponse& from) {
}
bool SubscribeResponse::IsInitialized() const {
-
if (has_state()) {
if (!this->state().IsInitialized()) return false;
}
@@ -893,7 +888,6 @@ void SubscribeResponse::Swap(SubscribeResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1099,7 +1093,6 @@ void UnsubscribeRequest::CopyFrom(const UnsubscribeRequest& from) {
}
bool UnsubscribeRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -1123,7 +1116,6 @@ void UnsubscribeRequest::Swap(UnsubscribeRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1374,7 +1366,6 @@ void GetStateRequest::CopyFrom(const GetStateRequest& from) {
}
bool GetStateRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -1402,7 +1393,6 @@ void GetStateRequest::Swap(GetStateRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1608,7 +1598,6 @@ void GetStateResponse::CopyFrom(const GetStateResponse& from) {
}
bool GetStateResponse::IsInitialized() const {
-
if (has_state()) {
if (!this->state().IsInitialized()) return false;
}
@@ -1632,7 +1621,6 @@ void GetStateResponse::Swap(GetStateResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1883,7 +1871,6 @@ void UpdateClubSharedSettingsRequest::CopyFrom(const UpdateClubSharedSettingsReq
}
bool UpdateClubSharedSettingsRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -1908,7 +1895,6 @@ void UpdateClubSharedSettingsRequest::Swap(UpdateClubSharedSettingsRequest* othe
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2195,7 +2181,6 @@ void GetStreamMentionsRequest::CopyFrom(const GetStreamMentionsRequest& from) {
}
bool GetStreamMentionsRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -2221,7 +2206,6 @@ void GetStreamMentionsRequest::Swap(GetStreamMentionsRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2461,7 +2445,6 @@ void GetStreamMentionsResponse::CopyFrom(const GetStreamMentionsResponse& from)
}
bool GetStreamMentionsResponse::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->mention())) return false;
return true;
}
@@ -2484,7 +2467,6 @@ void GetStreamMentionsResponse::Swap(GetStreamMentionsResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2728,7 +2710,6 @@ void RemoveStreamMentionsRequest::CopyFrom(const RemoveStreamMentionsRequest& fr
}
bool RemoveStreamMentionsRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -2753,7 +2734,6 @@ void RemoveStreamMentionsRequest::Swap(RemoveStreamMentionsRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2959,7 +2939,6 @@ void AdvanceStreamMentionViewTimeRequest::CopyFrom(const AdvanceStreamMentionVie
}
bool AdvanceStreamMentionViewTimeRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -2983,7 +2962,6 @@ void AdvanceStreamMentionViewTimeRequest::Swap(AdvanceStreamMentionViewTimeReque
return metadata;
}
-
// ===================================================================
ClubMembershipService::ClubMembershipService(bool use_original_hash) : service_hash_(use_original_hash ? OriginalHash::value : NameHash::value) {
@@ -3230,7 +3208,6 @@ uint32 ClubMembershipService::HandleAdvanceStreamMentionViewTime(::bgs::protocol
return ERROR_RPC_NOT_IMPLEMENTED;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace membership
diff --git a/src/server/proto/Client/club_membership_service.pb.h b/src/server/proto/Client/club_membership_service.pb.h
index 20f45fd9c9e..4970f4160a6 100644
--- a/src/server/proto/Client/club_membership_service.pb.h
+++ b/src/server/proto/Client/club_membership_service.pb.h
@@ -980,7 +980,6 @@ class TC_PROTO_API ClubMembershipService : public ServiceBase
// ===================================================================
-
// ===================================================================
// SubscribeRequest
@@ -1662,7 +1661,6 @@ inline void AdvanceStreamMentionViewTimeRequest::set_allocated_agent_id(::bgs::p
// @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.membership.AdvanceStreamMentionViewTimeRequest.agent_id)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace membership
@@ -1674,8 +1672,6 @@ inline void AdvanceStreamMentionViewTimeRequest::set_allocated_agent_id(::bgs::p
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/club_membership_types.pb.cc b/src/server/proto/Client/club_membership_types.pb.cc
index b2583776c22..54917afccfc 100644
--- a/src/server/proto/Client/club_membership_types.pb.cc
+++ b/src/server/proto/Client/club_membership_types.pb.cc
@@ -55,7 +55,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_club_5fmembership_5ftypes_2eproto() {
protobuf_AddDesc_club_5fmembership_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -328,7 +327,6 @@ struct StaticDescriptorInitializer_club_5fmembership_5ftypes_2eproto {
protobuf_AddDesc_club_5fmembership_5ftypes_2eproto();
}
} static_descriptor_initializer_club_5fmembership_5ftypes_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -579,7 +577,6 @@ void ClubMembershipFilter::CopyFrom(const ClubMembershipFilter& from) {
}
bool ClubMembershipFilter::IsInitialized() const {
-
if (has_member_id()) {
if (!this->member_id().IsInitialized()) return false;
}
@@ -604,7 +601,6 @@ void ClubMembershipFilter::Swap(ClubMembershipFilter* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -802,7 +798,6 @@ void ClubMembershipSubscribeOptions::CopyFrom(const ClubMembershipSubscribeOptio
}
bool ClubMembershipSubscribeOptions::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->filter())) return false;
return true;
}
@@ -824,7 +819,6 @@ void ClubMembershipSubscribeOptions::Swap(ClubMembershipSubscribeOptions* other)
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1022,7 +1016,6 @@ void ClubMembershipGetStateOptions::CopyFrom(const ClubMembershipGetStateOptions
}
bool ClubMembershipGetStateOptions::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->filter())) return false;
return true;
}
@@ -1044,7 +1037,6 @@ void ClubMembershipGetStateOptions::Swap(ClubMembershipGetStateOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1295,7 +1287,6 @@ void ClubMembershipDescription::CopyFrom(const ClubMembershipDescription& from)
}
bool ClubMembershipDescription::IsInitialized() const {
-
if (has_member_id()) {
if (!this->member_id().IsInitialized()) return false;
}
@@ -1323,7 +1314,6 @@ void ClubMembershipDescription::Swap(ClubMembershipDescription* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1651,7 +1641,6 @@ void ClubMembershipState::CopyFrom(const ClubMembershipState& from) {
}
bool ClubMembershipState::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->description())) return false;
if (!::google::protobuf::internal::AllAreInitialized(this->invitation())) return false;
return true;
@@ -1677,7 +1666,6 @@ void ClubMembershipState::Swap(ClubMembershipState* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1899,7 +1887,6 @@ void ClubPosition::CopyFrom(const ClubPosition& from) {
}
bool ClubPosition::IsInitialized() const {
-
return true;
}
@@ -1920,7 +1907,6 @@ void ClubPosition::Swap(ClubPosition* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2126,7 +2112,6 @@ void ClubSharedSettings::CopyFrom(const ClubSharedSettings& from) {
}
bool ClubSharedSettings::IsInitialized() const {
-
return true;
}
@@ -2147,7 +2132,6 @@ void ClubSharedSettings::Swap(ClubSharedSettings* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2353,7 +2337,6 @@ void ClubSharedSettingsOptions::CopyFrom(const ClubSharedSettingsOptions& from)
}
bool ClubSharedSettingsOptions::IsInitialized() const {
-
return true;
}
@@ -2374,7 +2357,6 @@ void ClubSharedSettingsOptions::Swap(ClubSharedSettingsOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2580,7 +2562,6 @@ void ClubSharedSettingsAssignment::CopyFrom(const ClubSharedSettingsAssignment&
}
bool ClubSharedSettingsAssignment::IsInitialized() const {
-
return true;
}
@@ -2601,7 +2582,6 @@ void ClubSharedSettingsAssignment::Swap(ClubSharedSettingsAssignment* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/club_membership_types.pb.h b/src/server/proto/Client/club_membership_types.pb.h
index 8720b94ddad..4c46eaed8f3 100644
--- a/src/server/proto/Client/club_membership_types.pb.h
+++ b/src/server/proto/Client/club_membership_types.pb.h
@@ -849,10 +849,8 @@ class TC_PROTO_API ClubSharedSettingsAssignment : public ::google::protobuf::Mes
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// ClubMembershipFilter
@@ -1408,7 +1406,6 @@ inline void ClubSharedSettingsAssignment::set_allocated_club_position(::bgs::pro
// @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubSharedSettingsAssignment.club_position)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -1419,8 +1416,6 @@ inline void ClubSharedSettingsAssignment::set_allocated_club_position(::bgs::pro
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/club_notification.pb.cc b/src/server/proto/Client/club_notification.pb.cc
index cb42fa59009..6957af70dd7 100644
--- a/src/server/proto/Client/club_notification.pb.cc
+++ b/src/server/proto/Client/club_notification.pb.cc
@@ -91,7 +91,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_club_5fnotification_2eproto() {
protobuf_AddDesc_club_5fnotification_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -720,7 +719,6 @@ struct StaticDescriptorInitializer_club_5fnotification_2eproto {
protobuf_AddDesc_club_5fnotification_2eproto();
}
} static_descriptor_initializer_club_5fnotification_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -1138,7 +1136,6 @@ void SubscribeNotification::CopyFrom(const SubscribeNotification& from) {
}
bool SubscribeNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -1173,7 +1170,6 @@ void SubscribeNotification::Swap(SubscribeNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1419,7 +1415,6 @@ void UnsubscribeNotification::CopyFrom(const UnsubscribeNotification& from) {
}
bool UnsubscribeNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -1444,7 +1439,6 @@ void UnsubscribeNotification::Swap(UnsubscribeNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1733,7 +1727,6 @@ void StateChangedNotification::CopyFrom(const StateChangedNotification& from) {
}
bool StateChangedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -1762,7 +1755,6 @@ void StateChangedNotification::Swap(StateChangedNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2051,7 +2043,6 @@ void SettingsChangedNotification::CopyFrom(const SettingsChangedNotification& fr
}
bool SettingsChangedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -2077,7 +2068,6 @@ void SettingsChangedNotification::Swap(SettingsChangedNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2361,7 +2351,6 @@ void MemberAddedNotification::CopyFrom(const MemberAddedNotification& from) {
}
bool MemberAddedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -2388,7 +2377,6 @@ void MemberAddedNotification::Swap(MemberAddedNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2672,7 +2660,6 @@ void MemberRemovedNotification::CopyFrom(const MemberRemovedNotification& from)
}
bool MemberRemovedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -2699,7 +2686,6 @@ void MemberRemovedNotification::Swap(MemberRemovedNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2983,7 +2969,6 @@ void MemberStateChangedNotification::CopyFrom(const MemberStateChangedNotificati
}
bool MemberStateChangedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -3010,7 +2995,6 @@ void MemberStateChangedNotification::Swap(MemberStateChangedNotification* other)
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3294,7 +3278,6 @@ void SubscriberStateChangedNotification::CopyFrom(const SubscriberStateChangedNo
}
bool SubscriberStateChangedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -3321,7 +3304,6 @@ void SubscriberStateChangedNotification::Swap(SubscriberStateChangedNotification
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3605,7 +3587,6 @@ void MemberRoleChangedNotification::CopyFrom(const MemberRoleChangedNotification
}
bool MemberRoleChangedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -3632,7 +3613,6 @@ void MemberRoleChangedNotification::Swap(MemberRoleChangedNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3921,7 +3901,6 @@ void InvitationAddedNotification::CopyFrom(const InvitationAddedNotification& fr
}
bool InvitationAddedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -3950,7 +3929,6 @@ void InvitationAddedNotification::Swap(InvitationAddedNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4288,7 +4266,6 @@ void InvitationRemovedNotification::CopyFrom(const InvitationRemovedNotification
}
bool InvitationRemovedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -4315,7 +4292,6 @@ void InvitationRemovedNotification::Swap(InvitationRemovedNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4604,7 +4580,6 @@ void SuggestionAddedNotification::CopyFrom(const SuggestionAddedNotification& fr
}
bool SuggestionAddedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -4633,7 +4608,6 @@ void SuggestionAddedNotification::Swap(SuggestionAddedNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4971,7 +4945,6 @@ void SuggestionRemovedNotification::CopyFrom(const SuggestionRemovedNotification
}
bool SuggestionRemovedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -4998,7 +4971,6 @@ void SuggestionRemovedNotification::Swap(SuggestionRemovedNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5287,7 +5259,6 @@ void StreamAddedNotification::CopyFrom(const StreamAddedNotification& from) {
}
bool StreamAddedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -5313,7 +5284,6 @@ void StreamAddedNotification::Swap(StreamAddedNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5610,7 +5580,6 @@ void StreamRemovedNotification::CopyFrom(const StreamRemovedNotification& from)
}
bool StreamRemovedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -5636,7 +5605,6 @@ void StreamRemovedNotification::Swap(StreamRemovedNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5976,7 +5944,6 @@ void StreamStateChangedNotification::CopyFrom(const StreamStateChangedNotificati
}
bool StreamStateChangedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -6003,7 +5970,6 @@ void StreamStateChangedNotification::Swap(StreamStateChangedNotification* other)
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -6343,7 +6309,6 @@ void StreamMessageAddedNotification::CopyFrom(const StreamMessageAddedNotificati
}
bool StreamMessageAddedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -6373,7 +6338,6 @@ void StreamMessageAddedNotification::Swap(StreamMessageAddedNotification* other)
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -6713,7 +6677,6 @@ void StreamMessageUpdatedNotification::CopyFrom(const StreamMessageUpdatedNotifi
}
bool StreamMessageUpdatedNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -6743,7 +6706,6 @@ void StreamMessageUpdatedNotification::Swap(StreamMessageUpdatedNotification* ot
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -7078,7 +7040,6 @@ void StreamTypingIndicatorNotification::CopyFrom(const StreamTypingIndicatorNoti
}
bool StreamTypingIndicatorNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -7106,7 +7067,6 @@ void StreamTypingIndicatorNotification::Swap(StreamTypingIndicatorNotification*
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -7438,7 +7398,6 @@ void StreamUnreadIndicatorNotification::CopyFrom(const StreamUnreadIndicatorNoti
}
bool StreamUnreadIndicatorNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -7468,7 +7427,6 @@ void StreamUnreadIndicatorNotification::Swap(StreamUnreadIndicatorNotification*
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -7752,7 +7710,6 @@ void StreamAdvanceViewTimeNotification::CopyFrom(const StreamAdvanceViewTimeNoti
}
bool StreamAdvanceViewTimeNotification::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -7778,7 +7735,6 @@ void StreamAdvanceViewTimeNotification::Swap(StreamAdvanceViewTimeNotification*
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/club_notification.pb.h b/src/server/proto/Client/club_notification.pb.h
index 806ae9d1d6b..43d272dc791 100644
--- a/src/server/proto/Client/club_notification.pb.h
+++ b/src/server/proto/Client/club_notification.pb.h
@@ -2323,10 +2323,8 @@ class TC_PROTO_API StreamAdvanceViewTimeNotification : public ::google::protobuf
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// SubscribeNotification
@@ -4778,7 +4776,6 @@ StreamAdvanceViewTimeNotification::mutable_view() {
return &view_;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -4789,8 +4786,6 @@ StreamAdvanceViewTimeNotification::mutable_view() {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/club_range_set.pb.cc b/src/server/proto/Client/club_range_set.pb.cc
index 793c056e14c..4b4067587db 100644
--- a/src/server/proto/Client/club_range_set.pb.cc
+++ b/src/server/proto/Client/club_range_set.pb.cc
@@ -49,7 +49,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_club_5frange_5fset_2eproto() {
protobuf_AddDesc_club_5frange_5fset_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -295,7 +294,6 @@ struct StaticDescriptorInitializer_club_5frange_5fset_2eproto {
protobuf_AddDesc_club_5frange_5fset_2eproto();
}
} static_descriptor_initializer_club_5frange_5fset_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -896,7 +894,6 @@ void ClubTypeRangeSet::CopyFrom(const ClubTypeRangeSet& from) {
}
bool ClubTypeRangeSet::IsInitialized() const {
-
return true;
}
@@ -926,7 +923,6 @@ void ClubTypeRangeSet::Swap(ClubTypeRangeSet* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1263,7 +1259,6 @@ void ClubMemberRangeSet::CopyFrom(const ClubMemberRangeSet& from) {
}
bool ClubMemberRangeSet::IsInitialized() const {
-
return true;
}
@@ -1287,7 +1282,6 @@ void ClubMemberRangeSet::Swap(ClubMemberRangeSet* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1624,7 +1618,6 @@ void ClubStreamRangeSet::CopyFrom(const ClubStreamRangeSet& from) {
}
bool ClubStreamRangeSet::IsInitialized() const {
-
return true;
}
@@ -1648,7 +1641,6 @@ void ClubStreamRangeSet::Swap(ClubStreamRangeSet* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1854,7 +1846,6 @@ void ClubInvitationRangeSet::CopyFrom(const ClubInvitationRangeSet& from) {
}
bool ClubInvitationRangeSet::IsInitialized() const {
-
return true;
}
@@ -1875,7 +1866,6 @@ void ClubInvitationRangeSet::Swap(ClubInvitationRangeSet* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2081,7 +2071,6 @@ void ClubSuggestionRangeSet::CopyFrom(const ClubSuggestionRangeSet& from) {
}
bool ClubSuggestionRangeSet::IsInitialized() const {
-
return true;
}
@@ -2102,7 +2091,6 @@ void ClubSuggestionRangeSet::Swap(ClubSuggestionRangeSet* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2308,7 +2296,6 @@ void ClubTicketRangeSet::CopyFrom(const ClubTicketRangeSet& from) {
}
bool ClubTicketRangeSet::IsInitialized() const {
-
return true;
}
@@ -2329,7 +2316,6 @@ void ClubTicketRangeSet::Swap(ClubTicketRangeSet* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2580,7 +2566,6 @@ void ClubBanRangeSet::CopyFrom(const ClubBanRangeSet& from) {
}
bool ClubBanRangeSet::IsInitialized() const {
-
return true;
}
@@ -2602,7 +2587,6 @@ void ClubBanRangeSet::Swap(ClubBanRangeSet* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/club_range_set.pb.h b/src/server/proto/Client/club_range_set.pb.h
index d74929db825..e8e5fb6ca65 100644
--- a/src/server/proto/Client/club_range_set.pb.h
+++ b/src/server/proto/Client/club_range_set.pb.h
@@ -807,10 +807,8 @@ class TC_PROTO_API ClubBanRangeSet : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// ClubTypeRangeSet
@@ -1782,7 +1780,6 @@ inline void ClubBanRangeSet::set_allocated_reason_range(::bgs::protocol::Unsigne
// @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubBanRangeSet.reason_range)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -1793,8 +1790,6 @@ inline void ClubBanRangeSet::set_allocated_reason_range(::bgs::protocol::Unsigne
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/club_request.pb.cc b/src/server/proto/Client/club_request.pb.cc
index c7d17d3acae..81a2b5ef10d 100644
--- a/src/server/proto/Client/club_request.pb.cc
+++ b/src/server/proto/Client/club_request.pb.cc
@@ -277,7 +277,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_club_5frequest_2eproto() {
protobuf_AddDesc_club_5frequest_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -2457,7 +2456,6 @@ struct StaticDescriptorInitializer_club_5frequest_2eproto {
protobuf_AddDesc_club_5frequest_2eproto();
}
} static_descriptor_initializer_club_5frequest_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -2703,7 +2701,6 @@ void SubscribeRequest::CopyFrom(const SubscribeRequest& from) {
}
bool SubscribeRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -2728,7 +2725,6 @@ void SubscribeRequest::Swap(SubscribeRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2974,7 +2970,6 @@ void UnsubscribeRequest::CopyFrom(const UnsubscribeRequest& from) {
}
bool UnsubscribeRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -2999,7 +2994,6 @@ void UnsubscribeRequest::Swap(UnsubscribeRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3250,7 +3244,6 @@ void CreateRequest::CopyFrom(const CreateRequest& from) {
}
bool CreateRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -3278,7 +3271,6 @@ void CreateRequest::Swap(CreateRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3479,7 +3471,6 @@ void CreateResponse::CopyFrom(const CreateResponse& from) {
}
bool CreateResponse::IsInitialized() const {
-
return true;
}
@@ -3500,7 +3491,6 @@ void CreateResponse::Swap(CreateResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3746,7 +3736,6 @@ void DestroyRequest::CopyFrom(const DestroyRequest& from) {
}
bool DestroyRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -3771,7 +3760,6 @@ void DestroyRequest::Swap(DestroyRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4017,7 +4005,6 @@ void GetDescriptionRequest::CopyFrom(const GetDescriptionRequest& from) {
}
bool GetDescriptionRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -4042,7 +4029,6 @@ void GetDescriptionRequest::Swap(GetDescriptionRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4248,7 +4234,6 @@ void GetDescriptionResponse::CopyFrom(const GetDescriptionResponse& from) {
}
bool GetDescriptionResponse::IsInitialized() const {
-
if (has_club()) {
if (!this->club().IsInitialized()) return false;
}
@@ -4272,7 +4257,6 @@ void GetDescriptionResponse::Swap(GetDescriptionResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4523,7 +4507,6 @@ void GetClubTypeRequest::CopyFrom(const GetClubTypeRequest& from) {
}
bool GetClubTypeRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -4548,7 +4531,6 @@ void GetClubTypeRequest::Swap(GetClubTypeRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4842,7 +4824,6 @@ void GetClubTypeResponse::CopyFrom(const GetClubTypeResponse& from) {
}
bool GetClubTypeResponse::IsInitialized() const {
-
return true;
}
@@ -4865,7 +4846,6 @@ void GetClubTypeResponse::Swap(GetClubTypeResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5154,7 +5134,6 @@ void UpdateClubStateRequest::CopyFrom(const UpdateClubStateRequest& from) {
}
bool UpdateClubStateRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -5180,7 +5159,6 @@ void UpdateClubStateRequest::Swap(UpdateClubStateRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5469,7 +5447,6 @@ void UpdateClubSettingsRequest::CopyFrom(const UpdateClubSettingsRequest& from)
}
bool UpdateClubSettingsRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -5495,7 +5472,6 @@ void UpdateClubSettingsRequest::Swap(UpdateClubSettingsRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5784,7 +5760,6 @@ void AddMemberRequest::CopyFrom(const AddMemberRequest& from) {
}
bool AddMemberRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -5813,7 +5788,6 @@ void AddMemberRequest::Swap(AddMemberRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -6102,7 +6076,6 @@ void JoinRequest::CopyFrom(const JoinRequest& from) {
}
bool JoinRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -6131,7 +6104,6 @@ void JoinRequest::Swap(JoinRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -6377,7 +6349,6 @@ void LeaveRequest::CopyFrom(const LeaveRequest& from) {
}
bool LeaveRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -6402,7 +6373,6 @@ void LeaveRequest::Swap(LeaveRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -6691,7 +6661,6 @@ void KickRequest::CopyFrom(const KickRequest& from) {
}
bool KickRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -6720,7 +6689,6 @@ void KickRequest::Swap(KickRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -7009,7 +6977,6 @@ void GetMemberRequest::CopyFrom(const GetMemberRequest& from) {
}
bool GetMemberRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -7038,7 +7005,6 @@ void GetMemberRequest::Swap(GetMemberRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -7244,7 +7210,6 @@ void GetMemberResponse::CopyFrom(const GetMemberResponse& from) {
}
bool GetMemberResponse::IsInitialized() const {
-
if (has_member()) {
if (!this->member().IsInitialized()) return false;
}
@@ -7268,7 +7233,6 @@ void GetMemberResponse::Swap(GetMemberResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -7565,7 +7529,6 @@ void GetMembersRequest::CopyFrom(const GetMembersRequest& from) {
}
bool GetMembersRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -7591,7 +7554,6 @@ void GetMembersRequest::Swap(GetMembersRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -7831,7 +7793,6 @@ void GetMembersResponse::CopyFrom(const GetMembersResponse& from) {
}
bool GetMembersResponse::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->member())) return false;
return true;
}
@@ -7854,7 +7815,6 @@ void GetMembersResponse::Swap(GetMembersResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -8186,7 +8146,6 @@ void UpdateMemberStateRequest::CopyFrom(const UpdateMemberStateRequest& from) {
}
bool UpdateMemberStateRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -8216,7 +8175,6 @@ void UpdateMemberStateRequest::Swap(UpdateMemberStateRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -8505,7 +8463,6 @@ void UpdateSubscriberStateRequest::CopyFrom(const UpdateSubscriberStateRequest&
}
bool UpdateSubscriberStateRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -8531,7 +8488,6 @@ void UpdateSubscriberStateRequest::Swap(UpdateSubscriberStateRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -8820,7 +8776,6 @@ void AssignRoleRequest::CopyFrom(const AssignRoleRequest& from) {
}
bool AssignRoleRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -8849,7 +8804,6 @@ void AssignRoleRequest::Swap(AssignRoleRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -9138,7 +9092,6 @@ void UnassignRoleRequest::CopyFrom(const UnassignRoleRequest& from) {
}
bool UnassignRoleRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -9167,7 +9120,6 @@ void UnassignRoleRequest::Swap(UnassignRoleRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -9456,7 +9408,6 @@ void SendInvitationRequest::CopyFrom(const SendInvitationRequest& from) {
}
bool SendInvitationRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -9485,7 +9436,6 @@ void SendInvitationRequest::Swap(SendInvitationRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -9780,7 +9730,6 @@ void AcceptInvitationRequest::CopyFrom(const AcceptInvitationRequest& from) {
}
bool AcceptInvitationRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -9806,7 +9755,6 @@ void AcceptInvitationRequest::Swap(AcceptInvitationRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -10101,7 +10049,6 @@ void DeclineInvitationRequest::CopyFrom(const DeclineInvitationRequest& from) {
}
bool DeclineInvitationRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -10127,7 +10074,6 @@ void DeclineInvitationRequest::Swap(DeclineInvitationRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -10422,7 +10368,6 @@ void RevokeInvitationRequest::CopyFrom(const RevokeInvitationRequest& from) {
}
bool RevokeInvitationRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -10448,7 +10393,6 @@ void RevokeInvitationRequest::Swap(RevokeInvitationRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -10743,7 +10687,6 @@ void GetInvitationRequest::CopyFrom(const GetInvitationRequest& from) {
}
bool GetInvitationRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -10769,7 +10712,6 @@ void GetInvitationRequest::Swap(GetInvitationRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -10975,7 +10917,6 @@ void GetInvitationResponse::CopyFrom(const GetInvitationResponse& from) {
}
bool GetInvitationResponse::IsInitialized() const {
-
if (has_invitation()) {
if (!this->invitation().IsInitialized()) return false;
}
@@ -10999,7 +10940,6 @@ void GetInvitationResponse::Swap(GetInvitationResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -11296,7 +11236,6 @@ void GetInvitationsRequest::CopyFrom(const GetInvitationsRequest& from) {
}
bool GetInvitationsRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -11322,7 +11261,6 @@ void GetInvitationsRequest::Swap(GetInvitationsRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -11562,7 +11500,6 @@ void GetInvitationsResponse::CopyFrom(const GetInvitationsResponse& from) {
}
bool GetInvitationsResponse::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->invitation())) return false;
return true;
}
@@ -11585,7 +11522,6 @@ void GetInvitationsResponse::Swap(GetInvitationsResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -11874,7 +11810,6 @@ void SendSuggestionRequest::CopyFrom(const SendSuggestionRequest& from) {
}
bool SendSuggestionRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -11903,7 +11838,6 @@ void SendSuggestionRequest::Swap(SendSuggestionRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -12198,7 +12132,6 @@ void AcceptSuggestionRequest::CopyFrom(const AcceptSuggestionRequest& from) {
}
bool AcceptSuggestionRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -12224,7 +12157,6 @@ void AcceptSuggestionRequest::Swap(AcceptSuggestionRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -12519,7 +12451,6 @@ void DeclineSuggestionRequest::CopyFrom(const DeclineSuggestionRequest& from) {
}
bool DeclineSuggestionRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -12545,7 +12476,6 @@ void DeclineSuggestionRequest::Swap(DeclineSuggestionRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -12840,7 +12770,6 @@ void GetSuggestionRequest::CopyFrom(const GetSuggestionRequest& from) {
}
bool GetSuggestionRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -12866,7 +12795,6 @@ void GetSuggestionRequest::Swap(GetSuggestionRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -13072,7 +13000,6 @@ void GetSuggestionResponse::CopyFrom(const GetSuggestionResponse& from) {
}
bool GetSuggestionResponse::IsInitialized() const {
-
if (has_suggestion()) {
if (!this->suggestion().IsInitialized()) return false;
}
@@ -13096,7 +13023,6 @@ void GetSuggestionResponse::Swap(GetSuggestionResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -13393,7 +13319,6 @@ void GetSuggestionsRequest::CopyFrom(const GetSuggestionsRequest& from) {
}
bool GetSuggestionsRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -13419,7 +13344,6 @@ void GetSuggestionsRequest::Swap(GetSuggestionsRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -13659,7 +13583,6 @@ void GetSuggestionsResponse::CopyFrom(const GetSuggestionsResponse& from) {
}
bool GetSuggestionsResponse::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->suggestion())) return false;
return true;
}
@@ -13682,7 +13605,6 @@ void GetSuggestionsResponse::Swap(GetSuggestionsResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -13971,7 +13893,6 @@ void CreateTicketRequest::CopyFrom(const CreateTicketRequest& from) {
}
bool CreateTicketRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -13997,7 +13918,6 @@ void CreateTicketRequest::Swap(CreateTicketRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -14203,7 +14123,6 @@ void CreateTicketResponse::CopyFrom(const CreateTicketResponse& from) {
}
bool CreateTicketResponse::IsInitialized() const {
-
if (has_ticket()) {
if (!this->ticket().IsInitialized()) return false;
}
@@ -14227,7 +14146,6 @@ void CreateTicketResponse::Swap(CreateTicketResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -14532,7 +14450,6 @@ void DestroyTicketRequest::CopyFrom(const DestroyTicketRequest& from) {
}
bool DestroyTicketRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -14558,7 +14475,6 @@ void DestroyTicketRequest::Swap(DestroyTicketRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -14825,7 +14741,6 @@ void RedeemTicketRequest::CopyFrom(const RedeemTicketRequest& from) {
}
bool RedeemTicketRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -14850,7 +14765,6 @@ void RedeemTicketRequest::Swap(RedeemTicketRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -15117,7 +15031,6 @@ void GetTicketRequest::CopyFrom(const GetTicketRequest& from) {
}
bool GetTicketRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -15142,7 +15055,6 @@ void GetTicketRequest::Swap(GetTicketRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -15348,7 +15260,6 @@ void GetTicketResponse::CopyFrom(const GetTicketResponse& from) {
}
bool GetTicketResponse::IsInitialized() const {
-
if (has_ticket()) {
if (!this->ticket().IsInitialized()) return false;
}
@@ -15372,7 +15283,6 @@ void GetTicketResponse::Swap(GetTicketResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -15669,7 +15579,6 @@ void GetTicketsRequest::CopyFrom(const GetTicketsRequest& from) {
}
bool GetTicketsRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -15695,7 +15604,6 @@ void GetTicketsRequest::Swap(GetTicketsRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -15935,7 +15843,6 @@ void GetTicketsResponse::CopyFrom(const GetTicketsResponse& from) {
}
bool GetTicketsResponse::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->ticket())) return false;
return true;
}
@@ -15958,7 +15865,6 @@ void GetTicketsResponse::Swap(GetTicketsResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -16247,7 +16153,6 @@ void AddBanRequest::CopyFrom(const AddBanRequest& from) {
}
bool AddBanRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -16276,7 +16181,6 @@ void AddBanRequest::Swap(AddBanRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -16565,7 +16469,6 @@ void RemoveBanRequest::CopyFrom(const RemoveBanRequest& from) {
}
bool RemoveBanRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -16594,7 +16497,6 @@ void RemoveBanRequest::Swap(RemoveBanRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -16883,7 +16785,6 @@ void GetBanRequest::CopyFrom(const GetBanRequest& from) {
}
bool GetBanRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -16912,7 +16813,6 @@ void GetBanRequest::Swap(GetBanRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -17118,7 +17018,6 @@ void GetBanResponse::CopyFrom(const GetBanResponse& from) {
}
bool GetBanResponse::IsInitialized() const {
-
if (has_ban()) {
if (!this->ban().IsInitialized()) return false;
}
@@ -17142,7 +17041,6 @@ void GetBanResponse::Swap(GetBanResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -17439,7 +17337,6 @@ void GetBansRequest::CopyFrom(const GetBansRequest& from) {
}
bool GetBansRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -17465,7 +17362,6 @@ void GetBansRequest::Swap(GetBansRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -17705,7 +17601,6 @@ void GetBansResponse::CopyFrom(const GetBansResponse& from) {
}
bool GetBansResponse::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->ban())) return false;
return true;
}
@@ -17728,7 +17623,6 @@ void GetBansResponse::Swap(GetBansResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -18018,7 +17912,6 @@ void SubscribeStreamRequest::CopyFrom(const SubscribeStreamRequest& from) {
}
bool SubscribeStreamRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -18044,7 +17937,6 @@ void SubscribeStreamRequest::Swap(SubscribeStreamRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -18334,7 +18226,6 @@ void UnsubscribeStreamRequest::CopyFrom(const UnsubscribeStreamRequest& from) {
}
bool UnsubscribeStreamRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -18360,7 +18251,6 @@ void UnsubscribeStreamRequest::Swap(UnsubscribeStreamRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -18649,7 +18539,6 @@ void CreateStreamRequest::CopyFrom(const CreateStreamRequest& from) {
}
bool CreateStreamRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -18675,7 +18564,6 @@ void CreateStreamRequest::Swap(CreateStreamRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -18927,7 +18815,6 @@ void CreateStreamResponse::CopyFrom(const CreateStreamResponse& from) {
}
bool CreateStreamResponse::IsInitialized() const {
-
return true;
}
@@ -18949,7 +18836,6 @@ void CreateStreamResponse::Swap(CreateStreamResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -19246,7 +19132,6 @@ void DestroyStreamRequest::CopyFrom(const DestroyStreamRequest& from) {
}
bool DestroyStreamRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -19272,7 +19157,6 @@ void DestroyStreamRequest::Swap(DestroyStreamRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -19569,7 +19453,6 @@ void GetStreamRequest::CopyFrom(const GetStreamRequest& from) {
}
bool GetStreamRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -19595,7 +19478,6 @@ void GetStreamRequest::Swap(GetStreamRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -19801,7 +19683,6 @@ void GetStreamResponse::CopyFrom(const GetStreamResponse& from) {
}
bool GetStreamResponse::IsInitialized() const {
-
return true;
}
@@ -19822,7 +19703,6 @@ void GetStreamResponse::Swap(GetStreamResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -20119,7 +19999,6 @@ void GetStreamsRequest::CopyFrom(const GetStreamsRequest& from) {
}
bool GetStreamsRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -20145,7 +20024,6 @@ void GetStreamsRequest::Swap(GetStreamsRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -20423,7 +20301,6 @@ void GetStreamsResponse::CopyFrom(const GetStreamsResponse& from) {
}
bool GetStreamsResponse::IsInitialized() const {
-
return true;
}
@@ -20446,7 +20323,6 @@ void GetStreamsResponse::Swap(GetStreamsResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -20786,7 +20662,6 @@ void UpdateStreamStateRequest::CopyFrom(const UpdateStreamStateRequest& from) {
}
bool UpdateStreamStateRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -20813,7 +20688,6 @@ void UpdateStreamStateRequest::Swap(UpdateStreamStateRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -21145,7 +21019,6 @@ void SetStreamFocusRequest::CopyFrom(const SetStreamFocusRequest& from) {
}
bool SetStreamFocusRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -21172,7 +21045,6 @@ void SetStreamFocusRequest::Swap(SetStreamFocusRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -21512,7 +21384,6 @@ void CreateMessageRequest::CopyFrom(const CreateMessageRequest& from) {
}
bool CreateMessageRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -21542,7 +21413,6 @@ void CreateMessageRequest::Swap(CreateMessageRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -21748,7 +21618,6 @@ void CreateMessageResponse::CopyFrom(const CreateMessageResponse& from) {
}
bool CreateMessageResponse::IsInitialized() const {
-
if (has_message()) {
if (!this->message().IsInitialized()) return false;
}
@@ -21772,7 +21641,6 @@ void CreateMessageResponse::Swap(CreateMessageResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -22112,7 +21980,6 @@ void DestroyMessageRequest::CopyFrom(const DestroyMessageRequest& from) {
}
bool DestroyMessageRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -22139,7 +22006,6 @@ void DestroyMessageRequest::Swap(DestroyMessageRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -22345,7 +22211,6 @@ void DestroyMessageResponse::CopyFrom(const DestroyMessageResponse& from) {
}
bool DestroyMessageResponse::IsInitialized() const {
-
if (has_message()) {
if (!this->message().IsInitialized()) return false;
}
@@ -22369,7 +22234,6 @@ void DestroyMessageResponse::Swap(DestroyMessageResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -22752,7 +22616,6 @@ void EditMessageRequest::CopyFrom(const EditMessageRequest& from) {
}
bool EditMessageRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -22783,7 +22646,6 @@ void EditMessageRequest::Swap(EditMessageRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -22989,7 +22851,6 @@ void EditMessageResponse::CopyFrom(const EditMessageResponse& from) {
}
bool EditMessageResponse::IsInitialized() const {
-
if (has_message()) {
if (!this->message().IsInitialized()) return false;
}
@@ -23013,7 +22874,6 @@ void EditMessageResponse::Swap(EditMessageResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -23310,7 +23170,6 @@ void SetMessagePinnedRequest::CopyFrom(const SetMessagePinnedRequest& from) {
}
bool SetMessagePinnedRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -23336,7 +23195,6 @@ void SetMessagePinnedRequest::Swap(SetMessagePinnedRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -23676,7 +23534,6 @@ void SetTypingIndicatorRequest::CopyFrom(const SetTypingIndicatorRequest& from)
}
bool SetTypingIndicatorRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -23703,7 +23560,6 @@ void SetTypingIndicatorRequest::Swap(SetTypingIndicatorRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -24063,7 +23919,6 @@ void AdvanceStreamViewTimeRequest::CopyFrom(const AdvanceStreamViewTimeRequest&
}
bool AdvanceStreamViewTimeRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -24090,7 +23945,6 @@ void AdvanceStreamViewTimeRequest::Swap(AdvanceStreamViewTimeRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -24387,7 +24241,6 @@ void AdvanceStreamMentionViewTimeRequest::CopyFrom(const AdvanceStreamMentionVie
}
bool AdvanceStreamMentionViewTimeRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -24413,7 +24266,6 @@ void AdvanceStreamMentionViewTimeRequest::Swap(AdvanceStreamMentionViewTimeReque
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -24659,7 +24511,6 @@ void AdvanceActivityViewTimeRequest::CopyFrom(const AdvanceActivityViewTimeReque
}
bool AdvanceActivityViewTimeRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -24684,7 +24535,6 @@ void AdvanceActivityViewTimeRequest::Swap(AdvanceActivityViewTimeRequest* other)
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -25024,7 +24874,6 @@ void GetStreamHistoryRequest::CopyFrom(const GetStreamHistoryRequest& from) {
}
bool GetStreamHistoryRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -25051,7 +24900,6 @@ void GetStreamHistoryRequest::Swap(GetStreamHistoryRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -25291,7 +25139,6 @@ void GetStreamHistoryResponse::CopyFrom(const GetStreamHistoryResponse& from) {
}
bool GetStreamHistoryResponse::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->message())) return false;
return true;
}
@@ -25314,7 +25161,6 @@ void GetStreamHistoryResponse::Swap(GetStreamHistoryResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -25654,7 +25500,6 @@ void GetStreamMessageRequest::CopyFrom(const GetStreamMessageRequest& from) {
}
bool GetStreamMessageRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -25681,7 +25526,6 @@ void GetStreamMessageRequest::Swap(GetStreamMessageRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -25887,7 +25731,6 @@ void GetStreamMessageResponse::CopyFrom(const GetStreamMessageResponse& from) {
}
bool GetStreamMessageResponse::IsInitialized() const {
-
if (has_message()) {
if (!this->message().IsInitialized()) return false;
}
@@ -25911,7 +25754,6 @@ void GetStreamMessageResponse::Swap(GetStreamMessageResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -26200,7 +26042,6 @@ void GetClubActivityRequest::CopyFrom(const GetClubActivityRequest& from) {
}
bool GetClubActivityRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -26226,7 +26067,6 @@ void GetClubActivityRequest::Swap(GetClubActivityRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -26427,7 +26267,6 @@ void GetClubActivityResponse::CopyFrom(const GetClubActivityResponse& from) {
}
bool GetClubActivityResponse::IsInitialized() const {
-
return true;
}
@@ -26448,7 +26287,6 @@ void GetClubActivityResponse::Swap(GetClubActivityResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -26782,7 +26620,6 @@ void GetStreamVoiceTokenRequest::CopyFrom(const GetStreamVoiceTokenRequest& from
}
bool GetStreamVoiceTokenRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -26809,7 +26646,6 @@ void GetStreamVoiceTokenRequest::Swap(GetStreamVoiceTokenRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -27076,7 +26912,6 @@ void GetStreamVoiceTokenResponse::CopyFrom(const GetStreamVoiceTokenResponse& fr
}
bool GetStreamVoiceTokenResponse::IsInitialized() const {
-
return true;
}
@@ -27098,7 +26933,6 @@ void GetStreamVoiceTokenResponse::Swap(GetStreamVoiceTokenResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -27438,7 +27272,6 @@ void KickFromStreamVoiceRequest::CopyFrom(const KickFromStreamVoiceRequest& from
}
bool KickFromStreamVoiceRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -27468,7 +27301,6 @@ void KickFromStreamVoiceRequest::Swap(KickFromStreamVoiceRequest* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/club_request.pb.h b/src/server/proto/Client/club_request.pb.h
index e4e98f13028..29ed9775653 100644
--- a/src/server/proto/Client/club_request.pb.h
+++ b/src/server/proto/Client/club_request.pb.h
@@ -8273,10 +8273,8 @@ class TC_PROTO_API KickFromStreamVoiceRequest : public ::google::protobuf::Messa
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// SubscribeRequest
@@ -15836,7 +15834,6 @@ inline void KickFromStreamVoiceRequest::set_allocated_target_id(::bgs::protocol:
// @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.KickFromStreamVoiceRequest.target_id)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -15847,8 +15844,6 @@ inline void KickFromStreamVoiceRequest::set_allocated_target_id(::bgs::protocol:
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/club_role.pb.cc b/src/server/proto/Client/club_role.pb.cc
index 0095dd90d60..2e5cf2bdbeb 100644
--- a/src/server/proto/Client/club_role.pb.cc
+++ b/src/server/proto/Client/club_role.pb.cc
@@ -37,7 +37,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_club_5frole_2eproto() {
protobuf_AddDesc_club_5frole_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -248,7 +247,6 @@ struct StaticDescriptorInitializer_club_5frole_2eproto {
protobuf_AddDesc_club_5frole_2eproto();
}
} static_descriptor_initializer_club_5frole_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -2183,7 +2181,6 @@ void ClubPrivilegeSet::CopyFrom(const ClubPrivilegeSet& from) {
}
bool ClubPrivilegeSet::IsInitialized() const {
-
return true;
}
@@ -2253,7 +2250,6 @@ void ClubPrivilegeSet::Swap(ClubPrivilegeSet* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2626,7 +2622,6 @@ void ClubRole::CopyFrom(const ClubRole& from) {
}
bool ClubRole::IsInitialized() const {
-
return true;
}
@@ -2651,7 +2646,6 @@ void ClubRole::Swap(ClubRole* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3013,7 +3007,6 @@ void ClubRoleSet::CopyFrom(const ClubRoleSet& from) {
}
bool ClubRoleSet::IsInitialized() const {
-
return true;
}
@@ -3037,7 +3030,6 @@ void ClubRoleSet::Swap(ClubRoleSet* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/club_role.pb.h b/src/server/proto/Client/club_role.pb.h
index 6f3ddebe584..21a4271425f 100644
--- a/src/server/proto/Client/club_role.pb.h
+++ b/src/server/proto/Client/club_role.pb.h
@@ -847,10 +847,8 @@ class TC_PROTO_API ClubRoleSet : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// ClubPrivilegeSet
@@ -2353,7 +2351,6 @@ inline void ClubRoleSet::set_allocated_subtype(::std::string* subtype) {
// @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubRoleSet.subtype)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -2364,8 +2361,6 @@ inline void ClubRoleSet::set_allocated_subtype(::std::string* subtype) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/club_service.pb.cc b/src/server/proto/Client/club_service.pb.cc
index 7e9809655d5..7bbebe80d56 100644
--- a/src/server/proto/Client/club_service.pb.cc
+++ b/src/server/proto/Client/club_service.pb.cc
@@ -31,7 +31,6 @@ const ::google::protobuf::ServiceDescriptor* ClubService_descriptor_ = NULL;
} // namespace
-
void protobuf_AssignDesc_club_5fservice_2eproto() {
protobuf_AddDesc_club_5fservice_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -218,7 +217,6 @@ struct StaticDescriptorInitializer_club_5fservice_2eproto {
protobuf_AddDesc_club_5fservice_2eproto();
}
} static_descriptor_initializer_club_5fservice_2eproto_;
-
// ===================================================================
ClubService::ClubService(bool use_original_hash) : service_hash_(use_original_hash ? OriginalHash::value : NameHash::value) {
@@ -2001,7 +1999,6 @@ uint32 ClubService::HandleGetStreamMessage(::bgs::protocol::club::v1::GetStreamM
return ERROR_RPC_NOT_IMPLEMENTED;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/club_service.pb.h b/src/server/proto/Client/club_service.pb.h
index b5d7de9af0b..9ee5ab9c54f 100644
--- a/src/server/proto/Client/club_service.pb.h
+++ b/src/server/proto/Client/club_service.pb.h
@@ -39,10 +39,8 @@ void TC_PROTO_API protobuf_AddDesc_club_5fservice_2eproto();
void protobuf_AssignDesc_club_5fservice_2eproto();
void protobuf_ShutdownFile_club_5fservice_2eproto();
-
// ===================================================================
-
// ===================================================================
class TC_PROTO_API ClubService : public ServiceBase
@@ -125,10 +123,7 @@ class TC_PROTO_API ClubService : public ServiceBase
// ===================================================================
-
// ===================================================================
-
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -139,8 +134,6 @@ class TC_PROTO_API ClubService : public ServiceBase
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/club_stream.pb.cc b/src/server/proto/Client/club_stream.pb.cc
index 814384c0b43..0315a303412 100644
--- a/src/server/proto/Client/club_stream.pb.cc
+++ b/src/server/proto/Client/club_stream.pb.cc
@@ -82,7 +82,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_club_5fstream_2eproto() {
protobuf_AddDesc_club_5fstream_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -630,7 +629,6 @@ struct StaticDescriptorInitializer_club_5fstream_2eproto {
protobuf_AddDesc_club_5fstream_2eproto();
}
} static_descriptor_initializer_club_5fstream_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -852,7 +850,6 @@ void StreamPosition::CopyFrom(const StreamPosition& from) {
}
bool StreamPosition::IsInitialized() const {
-
return true;
}
@@ -873,7 +870,6 @@ void StreamPosition::Swap(StreamPosition* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1095,7 +1091,6 @@ void StreamAccess::CopyFrom(const StreamAccess& from) {
}
bool StreamAccess::IsInitialized() const {
-
return true;
}
@@ -1116,7 +1111,6 @@ void StreamAccess::Swap(StreamAccess* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1524,7 +1518,6 @@ void CreateStreamOptions::CopyFrom(const CreateStreamOptions& from) {
}
bool CreateStreamOptions::IsInitialized() const {
-
return true;
}
@@ -1549,7 +1542,6 @@ void CreateStreamOptions::Swap(CreateStreamOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2082,7 +2074,6 @@ void Stream::CopyFrom(const Stream& from) {
}
bool Stream::IsInitialized() const {
-
return true;
}
@@ -2110,7 +2101,6 @@ void Stream::Swap(Stream* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2372,7 +2362,6 @@ void StreamDescription::CopyFrom(const StreamDescription& from) {
}
bool StreamDescription::IsInitialized() const {
-
return true;
}
@@ -2394,7 +2383,6 @@ void StreamDescription::Swap(StreamDescription* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2743,7 +2731,6 @@ void MentionContent::CopyFrom(const MentionContent& from) {
}
bool MentionContent::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->member_id())) return false;
return true;
}
@@ -2768,7 +2755,6 @@ void MentionContent::Swap(MentionContent* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3035,7 +3021,6 @@ void CreateMessageOptions::CopyFrom(const CreateMessageOptions& from) {
}
bool CreateMessageOptions::IsInitialized() const {
-
if (has_mention()) {
if (!this->mention().IsInitialized()) return false;
}
@@ -3060,7 +3045,6 @@ void CreateMessageOptions::Swap(CreateMessageOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3258,7 +3242,6 @@ void ClubStreamMessageContainer::CopyFrom(const ClubStreamMessageContainer& from
}
bool ClubStreamMessageContainer::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->message())) return false;
return true;
}
@@ -3280,7 +3263,6 @@ void ClubStreamMessageContainer::Swap(ClubStreamMessageContainer* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3623,7 +3605,6 @@ void ContentChain::CopyFrom(const ContentChain& from) {
}
bool ContentChain::IsInitialized() const {
-
if (has_mention()) {
if (!this->mention().IsInitialized()) return false;
}
@@ -3650,7 +3631,6 @@ void ContentChain::Swap(ContentChain* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4069,7 +4049,6 @@ void StreamMessage::CopyFrom(const StreamMessage& from) {
}
bool StreamMessage::IsInitialized() const {
-
if (has_author()) {
if (!this->author().IsInitialized()) return false;
}
@@ -4102,7 +4081,6 @@ void StreamMessage::Swap(StreamMessage* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4607,7 +4585,6 @@ void StreamMention::CopyFrom(const StreamMention& from) {
}
bool StreamMention::IsInitialized() const {
-
if (has_author()) {
if (!this->author().IsInitialized()) return false;
}
@@ -4644,7 +4621,6 @@ void StreamMention::Swap(StreamMention* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4941,7 +4917,6 @@ void StreamView::CopyFrom(const StreamView& from) {
}
bool StreamView::IsInitialized() const {
-
return true;
}
@@ -4964,7 +4939,6 @@ void StreamView::Swap(StreamView* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5216,7 +5190,6 @@ void StreamAdvanceViewTime::CopyFrom(const StreamAdvanceViewTime& from) {
}
bool StreamAdvanceViewTime::IsInitialized() const {
-
return true;
}
@@ -5238,7 +5211,6 @@ void StreamAdvanceViewTime::Swap(StreamAdvanceViewTime* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5490,7 +5462,6 @@ void StreamEventTime::CopyFrom(const StreamEventTime& from) {
}
bool StreamEventTime::IsInitialized() const {
-
return true;
}
@@ -5512,7 +5483,6 @@ void StreamEventTime::Swap(StreamEventTime* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5809,7 +5779,6 @@ void StreamMentionView::CopyFrom(const StreamMentionView& from) {
}
bool StreamMentionView::IsInitialized() const {
-
return true;
}
@@ -5832,7 +5801,6 @@ void StreamMentionView::Swap(StreamMentionView* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -6240,7 +6208,6 @@ void StreamStateOptions::CopyFrom(const StreamStateOptions& from) {
}
bool StreamStateOptions::IsInitialized() const {
-
return true;
}
@@ -6265,7 +6232,6 @@ void StreamStateOptions::Swap(StreamStateOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -6759,7 +6725,6 @@ void StreamStateAssignment::CopyFrom(const StreamStateAssignment& from) {
}
bool StreamStateAssignment::IsInitialized() const {
-
return true;
}
@@ -6786,7 +6751,6 @@ void StreamStateAssignment::Swap(StreamStateAssignment* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -7089,7 +7053,6 @@ void StreamTypingIndicator::CopyFrom(const StreamTypingIndicator& from) {
}
bool StreamTypingIndicator::IsInitialized() const {
-
if (has_author_id()) {
if (!this->author_id().IsInitialized()) return false;
}
@@ -7115,7 +7078,6 @@ void StreamTypingIndicator::Swap(StreamTypingIndicator* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/club_stream.pb.h b/src/server/proto/Client/club_stream.pb.h
index a4a6a9230a5..16dabea1ad5 100644
--- a/src/server/proto/Client/club_stream.pb.h
+++ b/src/server/proto/Client/club_stream.pb.h
@@ -2102,10 +2102,8 @@ class TC_PROTO_API StreamTypingIndicator : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// StreamPosition
@@ -4718,7 +4716,6 @@ inline void StreamTypingIndicator::set_epoch(::google::protobuf::uint64 value) {
// @@protoc_insertion_point(field_set:bgs.protocol.club.v1.StreamTypingIndicator.epoch)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -4729,8 +4726,6 @@ inline void StreamTypingIndicator::set_epoch(::google::protobuf::uint64 value) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/club_types.pb.cc b/src/server/proto/Client/club_types.pb.cc
index 9bc22ab8f75..8e1b92335eb 100644
--- a/src/server/proto/Client/club_types.pb.cc
+++ b/src/server/proto/Client/club_types.pb.cc
@@ -23,12 +23,6 @@ namespace protocol {
namespace club {
namespace v1 {
-namespace {
-
-
-} // namespace
-
-
void protobuf_AssignDesc_club_5ftypes_2eproto() {
protobuf_AddDesc_club_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -100,7 +94,6 @@ struct StaticDescriptorInitializer_club_5ftypes_2eproto {
protobuf_AddDesc_club_5ftypes_2eproto();
}
} static_descriptor_initializer_club_5ftypes_2eproto_;
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/club_types.pb.h b/src/server/proto/Client/club_types.pb.h
index f32f93cdd78..c3410dd26e1 100644
--- a/src/server/proto/Client/club_types.pb.h
+++ b/src/server/proto/Client/club_types.pb.h
@@ -52,19 +52,13 @@ void TC_PROTO_API protobuf_AddDesc_club_5ftypes_2eproto();
void protobuf_AssignDesc_club_5ftypes_2eproto();
void protobuf_ShutdownFile_club_5ftypes_2eproto();
-
// ===================================================================
-
// ===================================================================
-
// ===================================================================
-
// ===================================================================
-
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -75,8 +69,6 @@ void protobuf_ShutdownFile_club_5ftypes_2eproto();
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/connection_service.pb.cc b/src/server/proto/Client/connection_service.pb.cc
index 105a0b01c90..d0a69232037 100644
--- a/src/server/proto/Client/connection_service.pb.cc
+++ b/src/server/proto/Client/connection_service.pb.cc
@@ -64,7 +64,6 @@ const ::google::protobuf::ServiceDescriptor* ConnectionService_descriptor_ = NUL
} // namespace
-
void protobuf_AssignDesc_connection_5fservice_2eproto() {
protobuf_AddDesc_connection_5fservice_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -418,7 +417,6 @@ struct StaticDescriptorInitializer_connection_5fservice_2eproto {
protobuf_AddDesc_connection_5fservice_2eproto();
}
} static_descriptor_initializer_connection_5fservice_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -705,7 +703,6 @@ void ConnectRequest::CopyFrom(const ConnectRequest& from) {
}
bool ConnectRequest::IsInitialized() const {
-
if (has_client_id()) {
if (!this->client_id().IsInitialized()) return false;
}
@@ -734,7 +731,6 @@ void ConnectRequest::Swap(ConnectRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -932,7 +928,6 @@ void ConnectionMeteringContentHandles::CopyFrom(const ConnectionMeteringContentH
}
bool ConnectionMeteringContentHandles::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->content_handle())) return false;
return true;
}
@@ -954,7 +949,6 @@ void ConnectionMeteringContentHandles::Swap(ConnectionMeteringContentHandles* ot
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1459,7 +1453,6 @@ void ConnectResponse::CopyFrom(const ConnectResponse& from) {
bool ConnectResponse::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_server_id()) {
if (!this->server_id().IsInitialized()) return false;
}
@@ -1499,7 +1492,6 @@ void ConnectResponse::Swap(ConnectResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1750,7 +1742,6 @@ void BoundService::CopyFrom(const BoundService& from) {
bool BoundService::IsInitialized() const {
if ((_has_bits_[0] & 0x00000003) != 0x00000003) return false;
-
return true;
}
@@ -1772,7 +1763,6 @@ void BoundService::Swap(BoundService* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2105,7 +2095,6 @@ void BindRequest::CopyFrom(const BindRequest& from) {
}
bool BindRequest::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->deprecated_exported_service())) return false;
if (!::google::protobuf::internal::AllAreInitialized(this->exported_service())) return false;
if (!::google::protobuf::internal::AllAreInitialized(this->imported_service())) return false;
@@ -2132,7 +2121,6 @@ void BindRequest::Swap(BindRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2354,7 +2342,6 @@ void BindResponse::CopyFrom(const BindResponse& from) {
}
bool BindResponse::IsInitialized() const {
-
return true;
}
@@ -2375,7 +2362,6 @@ void BindResponse::Swap(BindResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2760,7 +2746,6 @@ void EchoRequest::CopyFrom(const EchoRequest& from) {
}
bool EchoRequest::IsInitialized() const {
-
if (has_forward()) {
if (!this->forward().IsInitialized()) return false;
}
@@ -2788,7 +2773,6 @@ void EchoRequest::Swap(EchoRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3036,7 +3020,6 @@ void EchoResponse::CopyFrom(const EchoResponse& from) {
}
bool EchoResponse::IsInitialized() const {
-
return true;
}
@@ -3058,7 +3041,6 @@ void EchoResponse::Swap(EchoResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3260,7 +3242,6 @@ void DisconnectRequest::CopyFrom(const DisconnectRequest& from) {
bool DisconnectRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
return true;
}
@@ -3281,7 +3262,6 @@ void DisconnectRequest::Swap(DisconnectRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3544,7 +3524,6 @@ void DisconnectNotification::CopyFrom(const DisconnectNotification& from) {
bool DisconnectNotification::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
return true;
}
@@ -3566,7 +3545,6 @@ void DisconnectNotification::Swap(DisconnectNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3721,7 +3699,6 @@ void EncryptRequest::CopyFrom(const EncryptRequest& from) {
}
bool EncryptRequest::IsInitialized() const {
-
return true;
}
@@ -3740,7 +3717,6 @@ void EncryptRequest::Swap(EncryptRequest* other) {
return metadata;
}
-
// ===================================================================
ConnectionService::ConnectionService(bool use_original_hash) : service_hash_(use_original_hash ? OriginalHash::value : NameHash::value) {
@@ -4013,7 +3989,6 @@ uint32 ConnectionService::HandleRequestDisconnect(::bgs::protocol::connection::v
return ERROR_RPC_NOT_IMPLEMENTED;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/connection_service.pb.h b/src/server/proto/Client/connection_service.pb.h
index 9c22d5221b1..9c0ee3464c4 100644
--- a/src/server/proto/Client/connection_service.pb.h
+++ b/src/server/proto/Client/connection_service.pb.h
@@ -1202,7 +1202,6 @@ class TC_PROTO_API ConnectionService : public ServiceBase
// ===================================================================
-
// ===================================================================
// ConnectRequest
@@ -2323,7 +2322,6 @@ inline void DisconnectNotification::set_allocated_reason(::std::string* reason)
// EncryptRequest
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -2334,8 +2332,6 @@ inline void DisconnectNotification::set_allocated_reason(::std::string* reason)
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/content_handle_types.pb.cc b/src/server/proto/Client/content_handle_types.pb.cc
index 837d924b9fc..c25ce34611d 100644
--- a/src/server/proto/Client/content_handle_types.pb.cc
+++ b/src/server/proto/Client/content_handle_types.pb.cc
@@ -29,7 +29,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_content_5fhandle_5ftypes_2eproto() {
protobuf_AddDesc_content_5fhandle_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -102,7 +101,6 @@ struct StaticDescriptorInitializer_content_5fhandle_5ftypes_2eproto {
protobuf_AddDesc_content_5fhandle_5ftypes_2eproto();
}
} static_descriptor_initializer_content_5fhandle_5ftypes_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -458,7 +456,6 @@ void ContentHandle::CopyFrom(const ContentHandle& from) {
bool ContentHandle::IsInitialized() const {
if ((_has_bits_[0] & 0x00000007) != 0x00000007) return false;
-
return true;
}
@@ -482,7 +479,6 @@ void ContentHandle::Swap(ContentHandle* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
diff --git a/src/server/proto/Client/content_handle_types.pb.h b/src/server/proto/Client/content_handle_types.pb.h
index 1c77dd962b7..ddd482ed5d5 100644
--- a/src/server/proto/Client/content_handle_types.pb.h
+++ b/src/server/proto/Client/content_handle_types.pb.h
@@ -158,10 +158,8 @@ class TC_PROTO_API ContentHandle : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// ContentHandle
@@ -366,7 +364,6 @@ inline void ContentHandle::set_allocated_proto_url(::std::string* proto_url) {
// @@protoc_insertion_point(field_set_allocated:bgs.protocol.ContentHandle.proto_url)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
@@ -375,8 +372,6 @@ inline void ContentHandle::set_allocated_proto_url(::std::string* proto_url) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/embed_types.pb.cc b/src/server/proto/Client/embed_types.pb.cc
index b41c13e226e..36e56380b12 100644
--- a/src/server/proto/Client/embed_types.pb.cc
+++ b/src/server/proto/Client/embed_types.pb.cc
@@ -38,7 +38,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_embed_5ftypes_2eproto() {
protobuf_AddDesc_embed_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -186,7 +185,6 @@ struct StaticDescriptorInitializer_embed_5ftypes_2eproto {
protobuf_AddDesc_embed_5ftypes_2eproto();
}
} static_descriptor_initializer_embed_5ftypes_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -499,7 +497,6 @@ void EmbedImage::CopyFrom(const EmbedImage& from) {
}
bool EmbedImage::IsInitialized() const {
-
return true;
}
@@ -522,7 +519,6 @@ void EmbedImage::Swap(EmbedImage* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -744,7 +740,6 @@ void Provider::CopyFrom(const Provider& from) {
}
bool Provider::IsInitialized() const {
-
return true;
}
@@ -765,7 +760,6 @@ void Provider::Swap(Provider* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1078,7 +1072,6 @@ void EmbedHTML::CopyFrom(const EmbedHTML& from) {
}
bool EmbedHTML::IsInitialized() const {
-
return true;
}
@@ -1101,7 +1094,6 @@ void EmbedHTML::Swap(EmbedHTML* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1628,7 +1620,6 @@ void EmbedInfo::CopyFrom(const EmbedInfo& from) {
}
bool EmbedInfo::IsInitialized() const {
-
return true;
}
@@ -1655,7 +1646,6 @@ void EmbedInfo::Swap(EmbedInfo* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
diff --git a/src/server/proto/Client/embed_types.pb.h b/src/server/proto/Client/embed_types.pb.h
index 3317abab800..aff583ce3d1 100644
--- a/src/server/proto/Client/embed_types.pb.h
+++ b/src/server/proto/Client/embed_types.pb.h
@@ -499,10 +499,8 @@ class TC_PROTO_API EmbedInfo : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// EmbedImage
@@ -1270,7 +1268,6 @@ inline void EmbedInfo::set_allocated_html(::bgs::protocol::EmbedHTML* html) {
// @@protoc_insertion_point(field_set_allocated:bgs.protocol.EmbedInfo.html)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
@@ -1279,8 +1276,6 @@ inline void EmbedInfo::set_allocated_html(::bgs::protocol::EmbedHTML* html) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/entity_types.pb.cc b/src/server/proto/Client/entity_types.pb.cc
index dfcf50e93d7..0d1e379fbc6 100644
--- a/src/server/proto/Client/entity_types.pb.cc
+++ b/src/server/proto/Client/entity_types.pb.cc
@@ -32,7 +32,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_entity_5ftypes_2eproto() {
protobuf_AddDesc_entity_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -131,7 +130,6 @@ struct StaticDescriptorInitializer_entity_5ftypes_2eproto {
protobuf_AddDesc_entity_5ftypes_2eproto();
}
} static_descriptor_initializer_entity_5ftypes_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -380,7 +378,6 @@ void EntityId::CopyFrom(const EntityId& from) {
bool EntityId::IsInitialized() const {
if ((_has_bits_[0] & 0x00000003) != 0x00000003) return false;
-
return true;
}
@@ -402,7 +399,6 @@ void EntityId::Swap(EntityId* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -653,7 +649,6 @@ void Identity::CopyFrom(const Identity& from) {
}
bool Identity::IsInitialized() const {
-
if (has_account_id()) {
if (!this->account_id().IsInitialized()) return false;
}
@@ -681,7 +676,6 @@ void Identity::Swap(Identity* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
diff --git a/src/server/proto/Client/entity_types.pb.h b/src/server/proto/Client/entity_types.pb.h
index 4d0c829b78b..61338dd8cf3 100644
--- a/src/server/proto/Client/entity_types.pb.h
+++ b/src/server/proto/Client/entity_types.pb.h
@@ -224,10 +224,8 @@ class TC_PROTO_API Identity : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// EntityId
@@ -366,7 +364,6 @@ inline void Identity::set_allocated_game_account_id(::bgs::protocol::EntityId* g
// @@protoc_insertion_point(field_set_allocated:bgs.protocol.Identity.game_account_id)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
@@ -375,8 +372,6 @@ inline void Identity::set_allocated_game_account_id(::bgs::protocol::EntityId* g
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/ets_types.pb.cc b/src/server/proto/Client/ets_types.pb.cc
index e050d1bd594..81faaa0f46a 100644
--- a/src/server/proto/Client/ets_types.pb.cc
+++ b/src/server/proto/Client/ets_types.pb.cc
@@ -29,7 +29,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_ets_5ftypes_2eproto() {
protobuf_AddDesc_ets_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -98,7 +97,6 @@ struct StaticDescriptorInitializer_ets_5ftypes_2eproto {
protobuf_AddDesc_ets_5ftypes_2eproto();
}
} static_descriptor_initializer_ets_5ftypes_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -350,7 +348,6 @@ void TimeSeriesId::CopyFrom(const TimeSeriesId& from) {
}
bool TimeSeriesId::IsInitialized() const {
-
return true;
}
@@ -372,7 +369,6 @@ void TimeSeriesId::Swap(TimeSeriesId* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
diff --git a/src/server/proto/Client/ets_types.pb.h b/src/server/proto/Client/ets_types.pb.h
index 336ad4f4ea0..26b89020de9 100644
--- a/src/server/proto/Client/ets_types.pb.h
+++ b/src/server/proto/Client/ets_types.pb.h
@@ -128,10 +128,8 @@ class TC_PROTO_API TimeSeriesId : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// TimeSeriesId
@@ -184,7 +182,6 @@ inline void TimeSeriesId::set_position(::google::protobuf::uint64 value) {
// @@protoc_insertion_point(field_set:bgs.protocol.TimeSeriesId.position)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
@@ -193,8 +190,6 @@ inline void TimeSeriesId::set_position(::google::protobuf::uint64 value) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/event_view_types.pb.cc b/src/server/proto/Client/event_view_types.pb.cc
index e590db136b3..c6b25bcef72 100644
--- a/src/server/proto/Client/event_view_types.pb.cc
+++ b/src/server/proto/Client/event_view_types.pb.cc
@@ -33,7 +33,6 @@ const ::google::protobuf::EnumDescriptor* EventOrder_descriptor_ = NULL;
} // namespace
-
void protobuf_AssignDesc_event_5fview_5ftypes_2eproto() {
protobuf_AddDesc_event_5fview_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -146,7 +145,6 @@ bool EventOrder_IsValid(int value) {
}
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -478,7 +476,6 @@ void GetEventOptions::CopyFrom(const GetEventOptions& from) {
}
bool GetEventOptions::IsInitialized() const {
-
return true;
}
@@ -502,7 +499,6 @@ void GetEventOptions::Swap(GetEventOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -754,7 +750,6 @@ void ViewMarker::CopyFrom(const ViewMarker& from) {
}
bool ViewMarker::IsInitialized() const {
-
return true;
}
@@ -776,7 +771,6 @@ void ViewMarker::Swap(ViewMarker* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
diff --git a/src/server/proto/Client/event_view_types.pb.h b/src/server/proto/Client/event_view_types.pb.h
index 4132f5cb9f9..a077e5e532c 100644
--- a/src/server/proto/Client/event_view_types.pb.h
+++ b/src/server/proto/Client/event_view_types.pb.h
@@ -258,10 +258,8 @@ class TC_PROTO_API ViewMarker : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// GetEventOptions
@@ -415,7 +413,6 @@ inline void ViewMarker::set_last_message_time(::google::protobuf::uint64 value)
// @@protoc_insertion_point(field_set:bgs.protocol.ViewMarker.last_message_time)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
@@ -424,13 +421,11 @@ inline void ViewMarker::set_last_message_time(::google::protobuf::uint64 value)
#ifndef SWIG
namespace google {
namespace protobuf {
-
template <> struct is_proto_enum< ::bgs::protocol::EventOrder> : ::google::protobuf::internal::true_type {};
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::EventOrder>() {
return ::bgs::protocol::EventOrder_descriptor();
}
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/friends_service.pb.cc b/src/server/proto/Client/friends_service.pb.cc
index 7307f99dcaa..97f78432a07 100644
--- a/src/server/proto/Client/friends_service.pb.cc
+++ b/src/server/proto/Client/friends_service.pb.cc
@@ -92,7 +92,6 @@ const ::google::protobuf::ServiceDescriptor* FriendsListener_descriptor_ = NULL;
} // namespace
-
void protobuf_AssignDesc_friends_5fservice_2eproto() {
protobuf_AddDesc_friends_5fservice_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -706,7 +705,6 @@ struct StaticDescriptorInitializer_friends_5fservice_2eproto {
protobuf_AddDesc_friends_5fservice_2eproto();
}
} static_descriptor_initializer_friends_5fservice_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -953,7 +951,6 @@ void SubscribeRequest::CopyFrom(const SubscribeRequest& from) {
bool SubscribeRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000002) != 0x00000002) return false;
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -978,7 +975,6 @@ void SubscribeRequest::Swap(SubscribeRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1224,7 +1220,6 @@ void UnsubscribeRequest::CopyFrom(const UnsubscribeRequest& from) {
}
bool UnsubscribeRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -1249,7 +1244,6 @@ void UnsubscribeRequest::Swap(UnsubscribeRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1544,7 +1538,6 @@ void SendInvitationRequest::CopyFrom(const SendInvitationRequest& from) {
bool SendInvitationRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000006) != 0x00000006) return false;
-
if (has_agent_identity()) {
if (!this->agent_identity().IsInitialized()) return false;
}
@@ -1576,7 +1569,6 @@ void SendInvitationRequest::Swap(SendInvitationRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1820,7 +1812,6 @@ void RevokeInvitationRequest::CopyFrom(const RevokeInvitationRequest& from) {
}
bool RevokeInvitationRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -1845,7 +1836,6 @@ void RevokeInvitationRequest::Swap(RevokeInvitationRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2133,7 +2123,6 @@ void AcceptInvitationRequest::CopyFrom(const AcceptInvitationRequest& from) {
bool AcceptInvitationRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000002) != 0x00000002) return false;
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -2159,7 +2148,6 @@ void AcceptInvitationRequest::Swap(AcceptInvitationRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2404,7 +2392,6 @@ void DeclineInvitationRequest::CopyFrom(const DeclineInvitationRequest& from) {
bool DeclineInvitationRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000002) != 0x00000002) return false;
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -2429,7 +2416,6 @@ void DeclineInvitationRequest::Swap(DeclineInvitationRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2674,7 +2660,6 @@ void IgnoreInvitationRequest::CopyFrom(const IgnoreInvitationRequest& from) {
bool IgnoreInvitationRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000002) != 0x00000002) return false;
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -2699,7 +2684,6 @@ void IgnoreInvitationRequest::Swap(IgnoreInvitationRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2951,7 +2935,6 @@ void RemoveFriendRequest::CopyFrom(const RemoveFriendRequest& from) {
bool RemoveFriendRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000002) != 0x00000002) return false;
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -2979,7 +2962,6 @@ void RemoveFriendRequest::Swap(RemoveFriendRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3185,7 +3167,6 @@ void RevokeAllInvitationsRequest::CopyFrom(const RevokeAllInvitationsRequest& fr
}
bool RevokeAllInvitationsRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -3209,7 +3190,6 @@ void RevokeAllInvitationsRequest::Swap(RevokeAllInvitationsRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3461,7 +3441,6 @@ void ViewFriendsRequest::CopyFrom(const ViewFriendsRequest& from) {
bool ViewFriendsRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000002) != 0x00000002) return false;
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -3489,7 +3468,6 @@ void ViewFriendsRequest::Swap(ViewFriendsRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3687,7 +3665,6 @@ void ViewFriendsResponse::CopyFrom(const ViewFriendsResponse& from) {
}
bool ViewFriendsResponse::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->friends())) return false;
return true;
}
@@ -3709,7 +3686,6 @@ void ViewFriendsResponse::Swap(ViewFriendsResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3999,7 +3975,6 @@ void UpdateFriendStateRequest::CopyFrom(const UpdateFriendStateRequest& from) {
bool UpdateFriendStateRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000002) != 0x00000002) return false;
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -4029,7 +4004,6 @@ void UpdateFriendStateRequest::Swap(UpdateFriendStateRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4235,7 +4209,6 @@ void GetFriendListRequest::CopyFrom(const GetFriendListRequest& from) {
}
bool GetFriendListRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -4259,7 +4232,6 @@ void GetFriendListRequest::Swap(GetFriendListRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4457,7 +4429,6 @@ void GetFriendListResponse::CopyFrom(const GetFriendListResponse& from) {
}
bool GetFriendListResponse::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->friends())) return false;
return true;
}
@@ -4479,7 +4450,6 @@ void GetFriendListResponse::Swap(GetFriendListResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -4793,7 +4763,6 @@ void CreateFriendshipRequest::CopyFrom(const CreateFriendshipRequest& from) {
}
bool CreateFriendshipRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -4822,7 +4791,6 @@ void CreateFriendshipRequest::Swap(CreateFriendshipRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5074,7 +5042,6 @@ void FriendNotification::CopyFrom(const FriendNotification& from) {
bool FriendNotification::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_target()) {
if (!this->target().IsInitialized()) return false;
}
@@ -5102,7 +5069,6 @@ void FriendNotification::Swap(FriendNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5354,7 +5320,6 @@ void UpdateFriendStateNotification::CopyFrom(const UpdateFriendStateNotification
bool UpdateFriendStateNotification::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_changed_friend()) {
if (!this->changed_friend().IsInitialized()) return false;
}
@@ -5382,7 +5347,6 @@ void UpdateFriendStateNotification::Swap(UpdateFriendStateNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5672,7 +5636,6 @@ void InvitationNotification::CopyFrom(const InvitationNotification& from) {
bool InvitationNotification::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_invitation()) {
if (!this->invitation().IsInitialized()) return false;
}
@@ -5701,7 +5664,6 @@ void InvitationNotification::Swap(InvitationNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -5952,7 +5914,6 @@ void SentInvitationAddedNotification::CopyFrom(const SentInvitationAddedNotifica
}
bool SentInvitationAddedNotification::IsInitialized() const {
-
if (has_account_id()) {
if (!this->account_id().IsInitialized()) return false;
}
@@ -5980,7 +5941,6 @@ void SentInvitationAddedNotification::Swap(SentInvitationAddedNotification* othe
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -6275,7 +6235,6 @@ void SentInvitationRemovedNotification::CopyFrom(const SentInvitationRemovedNoti
}
bool SentInvitationRemovedNotification::IsInitialized() const {
-
if (has_account_id()) {
if (!this->account_id().IsInitialized()) return false;
}
@@ -6301,7 +6260,6 @@ void SentInvitationRemovedNotification::Swap(SentInvitationRemovedNotification*
return metadata;
}
-
// ===================================================================
FriendsService::FriendsService(bool use_original_hash) : service_hash_(use_original_hash ? OriginalHash::value : NameHash::value) {
@@ -6800,7 +6758,6 @@ void FriendsListener::CallServerMethod(uint32 token, uint32 methodId, MessageBuf
GetCallerInfo().c_str(), methodId);
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/friends_service.pb.h b/src/server/proto/Client/friends_service.pb.h
index f413736807e..af02f9e8704 100644
--- a/src/server/proto/Client/friends_service.pb.h
+++ b/src/server/proto/Client/friends_service.pb.h
@@ -2008,7 +2008,6 @@ class TC_PROTO_API FriendsListener : public ServiceBase
// ===================================================================
-
// ===================================================================
// SubscribeRequest
@@ -3614,7 +3613,6 @@ inline void SentInvitationRemovedNotification::set_reason(::google::protobuf::ui
// @@protoc_insertion_point(field_set:bgs.protocol.friends.v1.SentInvitationRemovedNotification.reason)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -3625,8 +3623,6 @@ inline void SentInvitationRemovedNotification::set_reason(::google::protobuf::ui
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/friends_types.pb.cc b/src/server/proto/Client/friends_types.pb.cc
index 7def9d8a4a4..de29317139a 100644
--- a/src/server/proto/Client/friends_types.pb.cc
+++ b/src/server/proto/Client/friends_types.pb.cc
@@ -52,7 +52,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_friends_5ftypes_2eproto() {
protobuf_AddDesc_friends_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -358,7 +357,6 @@ struct StaticDescriptorInitializer_friends_5ftypes_2eproto {
protobuf_AddDesc_friends_5ftypes_2eproto();
}
} static_descriptor_initializer_friends_5ftypes_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -794,7 +792,6 @@ void Friend::CopyFrom(const Friend& from) {
bool Friend::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_account_id()) {
if (!this->account_id().IsInitialized()) return false;
}
@@ -824,7 +821,6 @@ void Friend::Swap(Friend* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1250,7 +1246,6 @@ void FriendOfFriend::CopyFrom(const FriendOfFriend& from) {
}
bool FriendOfFriend::IsInitialized() const {
-
if (has_account_id()) {
if (!this->account_id().IsInitialized()) return false;
}
@@ -1278,7 +1273,6 @@ void FriendOfFriend::Swap(FriendOfFriend* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1787,7 +1781,6 @@ void ReceivedInvitation::CopyFrom(const ReceivedInvitation& from) {
bool ReceivedInvitation::IsInitialized() const {
if ((_has_bits_[0] & 0x00000007) != 0x00000007) return false;
-
if (has_inviter_identity()) {
if (!this->inviter_identity().IsInitialized()) return false;
}
@@ -1822,7 +1815,6 @@ void ReceivedInvitation::Swap(ReceivedInvitation* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2088,7 +2080,6 @@ void FriendInvitation::CopyFrom(const FriendInvitation& from) {
}
bool FriendInvitation::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->attribute())) return false;
return true;
}
@@ -2111,7 +2102,6 @@ void FriendInvitation::Swap(FriendInvitation* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2533,7 +2523,6 @@ void SentInvitation::CopyFrom(const SentInvitation& from) {
}
bool SentInvitation::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->attribute())) return false;
return true;
}
@@ -2560,7 +2549,6 @@ void SentInvitation::Swap(SentInvitation* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3043,7 +3031,6 @@ void FriendInvitationParams::CopyFrom(const FriendInvitationParams& from) {
}
bool FriendInvitationParams::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->attribute())) return false;
return true;
}
@@ -3070,7 +3057,6 @@ void FriendInvitationParams::Swap(FriendInvitationParams* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3514,7 +3500,6 @@ void SubscribeResponse::CopyFrom(const SubscribeResponse& from) {
}
bool SubscribeResponse::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->role())) return false;
if (!::google::protobuf::internal::AllAreInitialized(this->friends())) return false;
if (!::google::protobuf::internal::AllAreInitialized(this->received_invitations())) return false;
@@ -3545,7 +3530,6 @@ void SubscribeResponse::Swap(SubscribeResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3795,7 +3779,6 @@ void AcceptInvitationOptions::CopyFrom(const AcceptInvitationOptions& from) {
}
bool AcceptInvitationOptions::IsInitialized() const {
-
return true;
}
@@ -3817,7 +3800,6 @@ void AcceptInvitationOptions::Swap(AcceptInvitationOptions* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/friends_types.pb.h b/src/server/proto/Client/friends_types.pb.h
index ac21179c278..6557e439d5b 100644
--- a/src/server/proto/Client/friends_types.pb.h
+++ b/src/server/proto/Client/friends_types.pb.h
@@ -1114,10 +1114,8 @@ class TC_PROTO_API AcceptInvitationOptions : public ::google::protobuf::Message
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// Friend
@@ -2690,7 +2688,6 @@ inline void AcceptInvitationOptions::set_program(::google::protobuf::uint32 valu
// @@protoc_insertion_point(field_set:bgs.protocol.friends.v1.AcceptInvitationOptions.program)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -2701,8 +2698,6 @@ inline void AcceptInvitationOptions::set_program(::google::protobuf::uint32 valu
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/game_utilities_service.pb.cc b/src/server/proto/Client/game_utilities_service.pb.cc
index 91366e3858f..1b2448d8295 100644
--- a/src/server/proto/Client/game_utilities_service.pb.cc
+++ b/src/server/proto/Client/game_utilities_service.pb.cc
@@ -67,7 +67,6 @@ const ::google::protobuf::ServiceDescriptor* GameUtilitiesService_descriptor_ =
} // namespace
-
void protobuf_AssignDesc_game_5futilities_5fservice_2eproto() {
protobuf_AddDesc_game_5futilities_5fservice_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -455,7 +454,6 @@ struct StaticDescriptorInitializer_game_5futilities_5fservice_2eproto {
protobuf_AddDesc_game_5futilities_5fservice_2eproto();
}
} static_descriptor_initializer_game_5futilities_5fservice_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -867,7 +865,6 @@ void ClientRequest::CopyFrom(const ClientRequest& from) {
}
bool ClientRequest::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->attribute())) return false;
if (has_host()) {
if (!this->host().IsInitialized()) return false;
@@ -903,7 +900,6 @@ void ClientRequest::Swap(ClientRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1101,7 +1097,6 @@ void ClientResponse::CopyFrom(const ClientResponse& from) {
}
bool ClientResponse::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->attribute())) return false;
return true;
}
@@ -1123,7 +1118,6 @@ void ClientResponse::Swap(ClientResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1407,7 +1401,6 @@ void ServerRequest::CopyFrom(const ServerRequest& from) {
bool ServerRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000002) != 0x00000002) return false;
-
if (!::google::protobuf::internal::AllAreInitialized(this->attribute())) return false;
if (has_host()) {
if (!this->host().IsInitialized()) return false;
@@ -1434,7 +1427,6 @@ void ServerRequest::Swap(ServerRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1632,7 +1624,6 @@ void ServerResponse::CopyFrom(const ServerResponse& from) {
}
bool ServerResponse::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->attribute())) return false;
return true;
}
@@ -1654,7 +1645,6 @@ void ServerResponse::Swap(ServerResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1992,7 +1982,6 @@ void PresenceChannelCreatedRequest::CopyFrom(const PresenceChannelCreatedRequest
bool PresenceChannelCreatedRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_id()) {
if (!this->id().IsInitialized()) return false;
}
@@ -2028,7 +2017,6 @@ void PresenceChannelCreatedRequest::Swap(PresenceChannelCreatedRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2339,7 +2327,6 @@ void GameAccountOnlineNotification::CopyFrom(const GameAccountOnlineNotification
bool GameAccountOnlineNotification::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_game_account_id()) {
if (!this->game_account_id().IsInitialized()) return false;
}
@@ -2368,7 +2355,6 @@ void GameAccountOnlineNotification::Swap(GameAccountOnlineNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2679,7 +2665,6 @@ void GameAccountOfflineNotification::CopyFrom(const GameAccountOfflineNotificati
bool GameAccountOfflineNotification::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_game_account_id()) {
if (!this->game_account_id().IsInitialized()) return false;
}
@@ -2708,7 +2693,6 @@ void GameAccountOfflineNotification::Swap(GameAccountOfflineNotification* other)
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3011,7 +2995,6 @@ void GetAllValuesForAttributeRequest::CopyFrom(const GetAllValuesForAttributeReq
}
bool GetAllValuesForAttributeRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -3037,7 +3020,6 @@ void GetAllValuesForAttributeRequest::Swap(GetAllValuesForAttributeRequest* othe
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3235,7 +3217,6 @@ void GetAllValuesForAttributeResponse::CopyFrom(const GetAllValuesForAttributeRe
}
bool GetAllValuesForAttributeResponse::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->attribute_value())) return false;
return true;
}
@@ -3257,7 +3238,6 @@ void GetAllValuesForAttributeResponse::Swap(GetAllValuesForAttributeResponse* ot
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3495,7 +3475,6 @@ void RegisterUtilitiesRequest::CopyFrom(const RegisterUtilitiesRequest& from) {
}
bool RegisterUtilitiesRequest::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->attribute())) return false;
return true;
}
@@ -3518,7 +3497,6 @@ void RegisterUtilitiesRequest::Swap(RegisterUtilitiesRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3740,7 +3718,6 @@ void RegisterUtilitiesResponse::CopyFrom(const RegisterUtilitiesResponse& from)
}
bool RegisterUtilitiesResponse::IsInitialized() const {
-
return true;
}
@@ -3761,7 +3738,6 @@ void RegisterUtilitiesResponse::Swap(RegisterUtilitiesResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3916,7 +3892,6 @@ void UnregisterUtilitiesRequest::CopyFrom(const UnregisterUtilitiesRequest& from
}
bool UnregisterUtilitiesRequest::IsInitialized() const {
-
return true;
}
@@ -3935,7 +3910,6 @@ void UnregisterUtilitiesRequest::Swap(UnregisterUtilitiesRequest* other) {
return metadata;
}
-
// ===================================================================
GameUtilitiesService::GameUtilitiesService(bool use_original_hash) : service_hash_(use_original_hash ? OriginalHash::value : NameHash::value) {
@@ -4251,7 +4225,6 @@ uint32 GameUtilitiesService::HandleUnregisterUtilities(::bgs::protocol::game_uti
return ERROR_RPC_NOT_IMPLEMENTED;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/game_utilities_service.pb.h b/src/server/proto/Client/game_utilities_service.pb.h
index 14e4e0ddd71..10a1907abde 100644
--- a/src/server/proto/Client/game_utilities_service.pb.h
+++ b/src/server/proto/Client/game_utilities_service.pb.h
@@ -1276,7 +1276,6 @@ class TC_PROTO_API GameUtilitiesService : public ServiceBase
// ===================================================================
-
// ===================================================================
// ClientRequest
@@ -2479,7 +2478,6 @@ inline void RegisterUtilitiesResponse::set_allocated_client_id(::std::string* cl
// UnregisterUtilitiesRequest
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -2490,8 +2488,6 @@ inline void RegisterUtilitiesResponse::set_allocated_client_id(::std::string* cl
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/game_utilities_types.pb.cc b/src/server/proto/Client/game_utilities_types.pb.cc
index a31b38ca235..fde6945d0c6 100644
--- a/src/server/proto/Client/game_utilities_types.pb.cc
+++ b/src/server/proto/Client/game_utilities_types.pb.cc
@@ -34,7 +34,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_game_5futilities_5ftypes_2eproto() {
protobuf_AddDesc_game_5futilities_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -136,7 +135,6 @@ struct StaticDescriptorInitializer_game_5futilities_5ftypes_2eproto {
protobuf_AddDesc_game_5futilities_5ftypes_2eproto();
}
} static_descriptor_initializer_game_5futilities_5ftypes_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -419,7 +417,6 @@ void PlayerVariables::CopyFrom(const PlayerVariables& from) {
bool PlayerVariables::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_identity()) {
if (!this->identity().IsInitialized()) return false;
}
@@ -446,7 +443,6 @@ void PlayerVariables::Swap(PlayerVariables* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -706,7 +702,6 @@ void ClientInfo::CopyFrom(const ClientInfo& from) {
}
bool ClientInfo::IsInitialized() const {
-
return true;
}
@@ -728,7 +723,6 @@ void ClientInfo::Swap(ClientInfo* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/game_utilities_types.pb.h b/src/server/proto/Client/game_utilities_types.pb.h
index 83716b85862..8bb0e31d604 100644
--- a/src/server/proto/Client/game_utilities_types.pb.h
+++ b/src/server/proto/Client/game_utilities_types.pb.h
@@ -243,10 +243,8 @@ class TC_PROTO_API ClientInfo : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// PlayerVariables
@@ -450,7 +448,6 @@ inline void ClientInfo::set_privileged_network(bool value) {
// @@protoc_insertion_point(field_set:bgs.protocol.game_utilities.v1.ClientInfo.privileged_network)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -461,8 +458,6 @@ inline void ClientInfo::set_privileged_network(bool value) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/global_extensions/field_options.pb.cc b/src/server/proto/Client/global_extensions/field_options.pb.cc
index 0cb68fedb91..b5fdb26c1af 100644
--- a/src/server/proto/Client/global_extensions/field_options.pb.cc
+++ b/src/server/proto/Client/global_extensions/field_options.pb.cc
@@ -73,7 +73,6 @@ const ::google::protobuf::EnumDescriptor* LogOption_descriptor_ = NULL;
} // namespace
-
void protobuf_AssignDesc_global_5fextensions_2ffield_5foptions_2eproto() {
protobuf_AddDesc_global_5fextensions_2ffield_5foptions_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -416,7 +415,6 @@ bool LogOption_IsValid(int value) {
}
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -804,7 +802,6 @@ void BGSFieldOptions::CopyFrom(const BGSFieldOptions& from) {
}
bool BGSFieldOptions::IsInitialized() const {
-
return true;
}
@@ -829,7 +826,6 @@ void BGSFieldOptions::Swap(BGSFieldOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -948,7 +944,6 @@ void FieldRestriction::clear_type() {
_oneof_case_[0] = TYPE_NOT_SET;
}
-
void FieldRestriction::Clear() {
clear_type();
::memset(_has_bits_, 0, sizeof(_has_bits_));
@@ -1357,7 +1352,6 @@ void FieldRestriction::CopyFrom(const FieldRestriction& from) {
}
bool FieldRestriction::IsInitialized() const {
-
return true;
}
@@ -1379,7 +1373,6 @@ void FieldRestriction::Swap(FieldRestriction* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1492,7 +1485,6 @@ void RepeatedFieldRestriction::clear_type() {
_oneof_case_[0] = TYPE_NOT_SET;
}
-
void RepeatedFieldRestriction::Clear() {
if (_has_bits_[0 / 32] & 3) {
if (has_size()) {
@@ -1906,7 +1898,6 @@ void RepeatedFieldRestriction::CopyFrom(const RepeatedFieldRestriction& from) {
}
bool RepeatedFieldRestriction::IsInitialized() const {
-
return true;
}
@@ -1930,7 +1921,6 @@ void RepeatedFieldRestriction::Swap(RepeatedFieldRestriction* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2180,7 +2170,6 @@ void SignedFieldRestriction::CopyFrom(const SignedFieldRestriction& from) {
}
bool SignedFieldRestriction::IsInitialized() const {
-
return true;
}
@@ -2202,7 +2191,6 @@ void SignedFieldRestriction::Swap(SignedFieldRestriction* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2452,7 +2440,6 @@ void UnsignedFieldRestriction::CopyFrom(const UnsignedFieldRestriction& from) {
}
bool UnsignedFieldRestriction::IsInitialized() const {
-
return true;
}
@@ -2474,7 +2461,6 @@ void UnsignedFieldRestriction::Swap(UnsignedFieldRestriction* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2721,7 +2707,6 @@ void FloatFieldRestriction::CopyFrom(const FloatFieldRestriction& from) {
}
bool FloatFieldRestriction::IsInitialized() const {
-
return true;
}
@@ -2743,7 +2728,6 @@ void FloatFieldRestriction::Swap(FloatFieldRestriction* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2999,7 +2983,6 @@ void StringFieldRestriction::CopyFrom(const StringFieldRestriction& from) {
}
bool StringFieldRestriction::IsInitialized() const {
-
return true;
}
@@ -3021,7 +3004,6 @@ void StringFieldRestriction::Swap(StringFieldRestriction* other) {
return metadata;
}
-
// ===================================================================
const ::google::protobuf::EnumDescriptor* EntityIdRestriction_Kind_descriptor() {
@@ -3306,7 +3288,6 @@ void EntityIdRestriction::CopyFrom(const EntityIdRestriction& from) {
}
bool EntityIdRestriction::IsInitialized() const {
-
return true;
}
@@ -3328,7 +3309,6 @@ void EntityIdRestriction::Swap(EntityIdRestriction* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3527,7 +3507,6 @@ void MessageFieldRestriction::CopyFrom(const MessageFieldRestriction& from) {
}
bool MessageFieldRestriction::IsInitialized() const {
-
return true;
}
@@ -3554,7 +3533,6 @@ void MessageFieldRestriction::Swap(MessageFieldRestriction* other) {
::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::FieldOptions,
::google::protobuf::internal::MessageTypeTraits< ::bgs::protocol::FieldRestriction >, 11, false >
valid(kValidFieldNumber, ::bgs::protocol::FieldRestriction::default_instance());
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
diff --git a/src/server/proto/Client/global_extensions/field_options.pb.h b/src/server/proto/Client/global_extensions/field_options.pb.h
index bbc89b69694..a055030ff56 100644
--- a/src/server/proto/Client/global_extensions/field_options.pb.h
+++ b/src/server/proto/Client/global_extensions/field_options.pb.h
@@ -1146,7 +1146,6 @@ class TC_PROTO_API MessageFieldRestriction : public ::google::protobuf::Message
};
// ===================================================================
-
// ===================================================================
static const int kFieldOptionsFieldNumber = 90000;
@@ -2433,7 +2432,6 @@ inline void MessageFieldRestriction::set_needed(bool value) {
// @@protoc_insertion_point(field_set:bgs.protocol.MessageFieldRestriction.needed)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
@@ -2442,7 +2440,6 @@ inline void MessageFieldRestriction::set_needed(bool value) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
template <> struct is_proto_enum< ::bgs::protocol::EntityIdRestriction_Kind> : ::google::protobuf::internal::true_type {};
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::EntityIdRestriction_Kind>() {
@@ -2453,7 +2450,6 @@ template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::LogOption>() {
return ::bgs::protocol::LogOption_descriptor();
}
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/global_extensions/message_options.pb.cc b/src/server/proto/Client/global_extensions/message_options.pb.cc
index 814967073f9..8b553b675c9 100644
--- a/src/server/proto/Client/global_extensions/message_options.pb.cc
+++ b/src/server/proto/Client/global_extensions/message_options.pb.cc
@@ -29,7 +29,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_global_5fextensions_2fmessage_5foptions_2eproto() {
protobuf_AddDesc_global_5fextensions_2fmessage_5foptions_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -108,7 +107,6 @@ struct StaticDescriptorInitializer_global_5fextensions_2fmessage_5foptions_2epro
protobuf_AddDesc_global_5fextensions_2fmessage_5foptions_2eproto();
}
} static_descriptor_initializer_global_5fextensions_2fmessage_5foptions_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -356,7 +354,6 @@ void BGSMessageOptions::CopyFrom(const BGSMessageOptions& from) {
}
bool BGSMessageOptions::IsInitialized() const {
-
return true;
}
@@ -381,7 +378,6 @@ void BGSMessageOptions::Swap(BGSMessageOptions* other) {
::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::MessageOptions,
::google::protobuf::internal::MessageTypeTraits< ::bgs::protocol::BGSMessageOptions >, 11, false >
message_options(kMessageOptionsFieldNumber, ::bgs::protocol::BGSMessageOptions::default_instance());
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
diff --git a/src/server/proto/Client/global_extensions/message_options.pb.h b/src/server/proto/Client/global_extensions/message_options.pb.h
index b9a80743723..41a01488d62 100644
--- a/src/server/proto/Client/global_extensions/message_options.pb.h
+++ b/src/server/proto/Client/global_extensions/message_options.pb.h
@@ -129,7 +129,6 @@ class TC_PROTO_API BGSMessageOptions : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
static const int kMessageOptionsFieldNumber = 90000;
@@ -189,7 +188,6 @@ inline void BGSMessageOptions::set_custom_validator(bool value) {
// @@protoc_insertion_point(field_set:bgs.protocol.BGSMessageOptions.custom_validator)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
@@ -198,8 +196,6 @@ inline void BGSMessageOptions::set_custom_validator(bool value) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/global_extensions/method_options.pb.cc b/src/server/proto/Client/global_extensions/method_options.pb.cc
index 60199325b87..c6451c66b33 100644
--- a/src/server/proto/Client/global_extensions/method_options.pb.cc
+++ b/src/server/proto/Client/global_extensions/method_options.pb.cc
@@ -29,7 +29,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_global_5fextensions_2fmethod_5foptions_2eproto() {
protobuf_AddDesc_global_5fextensions_2fmethod_5foptions_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -119,7 +118,6 @@ struct StaticDescriptorInitializer_global_5fextensions_2fmethod_5foptions_2eprot
protobuf_AddDesc_global_5fextensions_2fmethod_5foptions_2eproto();
}
} static_descriptor_initializer_global_5fextensions_2fmethod_5foptions_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -602,7 +600,6 @@ void BGSMethodOptions::CopyFrom(const BGSMethodOptions& from) {
}
bool BGSMethodOptions::IsInitialized() const {
-
return true;
}
@@ -632,7 +629,6 @@ void BGSMethodOptions::Swap(BGSMethodOptions* other) {
::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::MethodOptions,
::google::protobuf::internal::MessageTypeTraits< ::bgs::protocol::BGSMethodOptions >, 11, false >
method_options(kMethodOptionsFieldNumber, ::bgs::protocol::BGSMethodOptions::default_instance());
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
diff --git a/src/server/proto/Client/global_extensions/method_options.pb.h b/src/server/proto/Client/global_extensions/method_options.pb.h
index aa57dc8a573..0df808b81b3 100644
--- a/src/server/proto/Client/global_extensions/method_options.pb.h
+++ b/src/server/proto/Client/global_extensions/method_options.pb.h
@@ -190,7 +190,6 @@ class TC_PROTO_API BGSMethodOptions : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
static const int kMethodOptionsFieldNumber = 90000;
@@ -475,7 +474,6 @@ inline void BGSMethodOptions::set_handle_destination_unreachable(bool value) {
// @@protoc_insertion_point(field_set:bgs.protocol.BGSMethodOptions.handle_destination_unreachable)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
@@ -484,8 +482,6 @@ inline void BGSMethodOptions::set_handle_destination_unreachable(bool value) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/global_extensions/range.pb.cc b/src/server/proto/Client/global_extensions/range.pb.cc
index 9ab9be19327..0272da0cb06 100644
--- a/src/server/proto/Client/global_extensions/range.pb.cc
+++ b/src/server/proto/Client/global_extensions/range.pb.cc
@@ -35,7 +35,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_global_5fextensions_2frange_2eproto() {
protobuf_AddDesc_global_5fextensions_2frange_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -150,7 +149,6 @@ struct StaticDescriptorInitializer_global_5fextensions_2frange_2eproto {
protobuf_AddDesc_global_5fextensions_2frange_2eproto();
}
} static_descriptor_initializer_global_5fextensions_2frange_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -402,7 +400,6 @@ void UnsignedIntRange::CopyFrom(const UnsignedIntRange& from) {
}
bool UnsignedIntRange::IsInitialized() const {
-
return true;
}
@@ -424,7 +421,6 @@ void UnsignedIntRange::Swap(UnsignedIntRange* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -676,7 +672,6 @@ void SignedIntRange::CopyFrom(const SignedIntRange& from) {
}
bool SignedIntRange::IsInitialized() const {
-
return true;
}
@@ -698,7 +693,6 @@ void SignedIntRange::Swap(SignedIntRange* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -946,7 +940,6 @@ void FloatRange::CopyFrom(const FloatRange& from) {
}
bool FloatRange::IsInitialized() const {
-
return true;
}
@@ -968,7 +961,6 @@ void FloatRange::Swap(FloatRange* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
diff --git a/src/server/proto/Client/global_extensions/range.pb.h b/src/server/proto/Client/global_extensions/range.pb.h
index 57942ac5325..967aa20d8b4 100644
--- a/src/server/proto/Client/global_extensions/range.pb.h
+++ b/src/server/proto/Client/global_extensions/range.pb.h
@@ -308,10 +308,8 @@ class TC_PROTO_API FloatRange : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// UnsignedIntRange
@@ -468,7 +466,6 @@ inline void FloatRange::set_max(float value) {
// @@protoc_insertion_point(field_set:bgs.protocol.FloatRange.max)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
@@ -477,8 +474,6 @@ inline void FloatRange::set_max(float value) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/global_extensions/routing.pb.cc b/src/server/proto/Client/global_extensions/routing.pb.cc
index e1f19b13cbb..3df32b93f87 100644
--- a/src/server/proto/Client/global_extensions/routing.pb.cc
+++ b/src/server/proto/Client/global_extensions/routing.pb.cc
@@ -27,7 +27,6 @@ const ::google::protobuf::EnumDescriptor* ClientIdentityRoutingType_descriptor_
} // namespace
-
void protobuf_AssignDesc_global_5fextensions_2frouting_2eproto() {
protobuf_AddDesc_global_5fextensions_2frouting_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -95,7 +94,6 @@ bool ClientIdentityRoutingType_IsValid(int value) {
}
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
diff --git a/src/server/proto/Client/global_extensions/routing.pb.h b/src/server/proto/Client/global_extensions/routing.pb.h
index f40abed3b46..ae999a27c7e 100644
--- a/src/server/proto/Client/global_extensions/routing.pb.h
+++ b/src/server/proto/Client/global_extensions/routing.pb.h
@@ -34,7 +34,6 @@ void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2frouting_2eproto();
void protobuf_AssignDesc_global_5fextensions_2frouting_2eproto();
void protobuf_ShutdownFile_global_5fextensions_2frouting_2eproto();
-
enum ClientIdentityRoutingType {
CLIENT_IDENTITY_ROUTING_DISABLED = 0,
CLIENT_IDENTITY_ROUTING_BATTLE_NET_ACCOUNT = 1,
@@ -58,16 +57,11 @@ inline bool ClientIdentityRoutingType_Parse(
}
// ===================================================================
-
// ===================================================================
-
// ===================================================================
-
// ===================================================================
-
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
@@ -76,13 +70,11 @@ inline bool ClientIdentityRoutingType_Parse(
#ifndef SWIG
namespace google {
namespace protobuf {
-
template <> struct is_proto_enum< ::bgs::protocol::ClientIdentityRoutingType> : ::google::protobuf::internal::true_type {};
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::ClientIdentityRoutingType>() {
return ::bgs::protocol::ClientIdentityRoutingType_descriptor();
}
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/global_extensions/service_options.pb.cc b/src/server/proto/Client/global_extensions/service_options.pb.cc
index 077fd20fc25..695489b7852 100644
--- a/src/server/proto/Client/global_extensions/service_options.pb.cc
+++ b/src/server/proto/Client/global_extensions/service_options.pb.cc
@@ -33,7 +33,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_global_5fextensions_2fservice_5foptions_2eproto() {
protobuf_AddDesc_global_5fextensions_2fservice_5foptions_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -154,7 +153,6 @@ struct StaticDescriptorInitializer_global_5fextensions_2fservice_5foptions_2epro
protobuf_AddDesc_global_5fextensions_2fservice_5foptions_2eproto();
}
} static_descriptor_initializer_global_5fextensions_2fservice_5foptions_2eproto_;
-
// ===================================================================
const ::google::protobuf::EnumDescriptor* BGSServiceOptions_ServiceType_descriptor() {
@@ -648,7 +646,6 @@ void BGSServiceOptions::CopyFrom(const BGSServiceOptions& from) {
}
bool BGSServiceOptions::IsInitialized() const {
-
return true;
}
@@ -674,7 +671,6 @@ void BGSServiceOptions::Swap(BGSServiceOptions* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -957,7 +953,6 @@ void SDKServiceOptions::CopyFrom(const SDKServiceOptions& from) {
}
bool SDKServiceOptions::IsInitialized() const {
-
return true;
}
@@ -986,7 +981,6 @@ void SDKServiceOptions::Swap(SDKServiceOptions* other) {
::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::ServiceOptions,
::google::protobuf::internal::MessageTypeTraits< ::bgs::protocol::SDKServiceOptions >, 11, false >
sdk_service_options(kSdkServiceOptionsFieldNumber, ::bgs::protocol::SDKServiceOptions::default_instance());
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
diff --git a/src/server/proto/Client/global_extensions/service_options.pb.h b/src/server/proto/Client/global_extensions/service_options.pb.h
index 6b657b884cc..f5c2eb673ff 100644
--- a/src/server/proto/Client/global_extensions/service_options.pb.h
+++ b/src/server/proto/Client/global_extensions/service_options.pb.h
@@ -330,7 +330,6 @@ class TC_PROTO_API SDKServiceOptions : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
static const int kServiceOptionsFieldNumber = 90000;
@@ -723,7 +722,6 @@ inline void SDKServiceOptions::set_use_client_id(bool value) {
// @@protoc_insertion_point(field_set:bgs.protocol.SDKServiceOptions.use_client_id)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
@@ -732,13 +730,11 @@ inline void SDKServiceOptions::set_use_client_id(bool value) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
template <> struct is_proto_enum< ::bgs::protocol::BGSServiceOptions_ServiceType> : ::google::protobuf::internal::true_type {};
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::BGSServiceOptions_ServiceType>() {
return ::bgs::protocol::BGSServiceOptions_ServiceType_descriptor();
}
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/invitation_types.pb.cc b/src/server/proto/Client/invitation_types.pb.cc
index 945f1cb4169..9178355b515 100644
--- a/src/server/proto/Client/invitation_types.pb.cc
+++ b/src/server/proto/Client/invitation_types.pb.cc
@@ -34,7 +34,6 @@ const ::google::protobuf::EnumDescriptor* SuggestionRemovedReason_descriptor_ =
} // namespace
-
void protobuf_AssignDesc_invitation_5ftypes_2eproto() {
protobuf_AddDesc_invitation_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -188,7 +187,6 @@ bool SuggestionRemovedReason_IsValid(int value) {
}
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -757,7 +755,6 @@ void Invitation::CopyFrom(const Invitation& from) {
bool Invitation::IsInitialized() const {
if ((_has_bits_[0] & 0x00000007) != 0x00000007) return false;
-
if (has_inviter_identity()) {
if (!this->inviter_identity().IsInitialized()) return false;
}
@@ -793,7 +790,6 @@ void Invitation::Swap(Invitation* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1073,7 +1069,6 @@ void InvitationParams::CopyFrom(const InvitationParams& from) {
bool InvitationParams::IsInitialized() const {
-
if (!_extensions_.IsInitialized()) return false; return true;
}
@@ -1096,7 +1091,6 @@ void InvitationParams::Swap(InvitationParams* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
diff --git a/src/server/proto/Client/invitation_types.pb.h b/src/server/proto/Client/invitation_types.pb.h
index 3a2837e61bc..56b61f608d9 100644
--- a/src/server/proto/Client/invitation_types.pb.h
+++ b/src/server/proto/Client/invitation_types.pb.h
@@ -354,10 +354,8 @@ class TC_PROTO_API InvitationParams : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// Invitation
@@ -848,7 +846,6 @@ inline void InvitationParams::set_expiration_time(::google::protobuf::uint64 val
// @@protoc_insertion_point(field_set:bgs.protocol.InvitationParams.expiration_time)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
@@ -857,7 +854,6 @@ inline void InvitationParams::set_expiration_time(::google::protobuf::uint64 val
#ifndef SWIG
namespace google {
namespace protobuf {
-
template <> struct is_proto_enum< ::bgs::protocol::InvitationRemovedReason> : ::google::protobuf::internal::true_type {};
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::InvitationRemovedReason>() {
@@ -868,7 +864,6 @@ template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::SuggestionRemovedReason>() {
return ::bgs::protocol::SuggestionRemovedReason_descriptor();
}
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/message_types.pb.cc b/src/server/proto/Client/message_types.pb.cc
index 051b087b60d..c1cf2e4e86d 100644
--- a/src/server/proto/Client/message_types.pb.cc
+++ b/src/server/proto/Client/message_types.pb.cc
@@ -30,7 +30,6 @@ const ::google::protobuf::EnumDescriptor* TypingIndicator_descriptor_ = NULL;
} // namespace
-
void protobuf_AssignDesc_message_5ftypes_2eproto() {
protobuf_AddDesc_message_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -115,7 +114,6 @@ bool TypingIndicator_IsValid(int value) {
}
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -367,7 +365,6 @@ void MessageId::CopyFrom(const MessageId& from) {
}
bool MessageId::IsInitialized() const {
-
return true;
}
@@ -389,7 +386,6 @@ void MessageId::Swap(MessageId* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
diff --git a/src/server/proto/Client/message_types.pb.h b/src/server/proto/Client/message_types.pb.h
index 877202a114f..6142f23c395 100644
--- a/src/server/proto/Client/message_types.pb.h
+++ b/src/server/proto/Client/message_types.pb.h
@@ -148,10 +148,8 @@ class TC_PROTO_API MessageId : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// MessageId
@@ -204,7 +202,6 @@ inline void MessageId::set_position(::google::protobuf::uint64 value) {
// @@protoc_insertion_point(field_set:bgs.protocol.MessageId.position)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
@@ -213,13 +210,11 @@ inline void MessageId::set_position(::google::protobuf::uint64 value) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
template <> struct is_proto_enum< ::bgs::protocol::TypingIndicator> : ::google::protobuf::internal::true_type {};
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::TypingIndicator>() {
return ::bgs::protocol::TypingIndicator_descriptor();
}
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/notification_types.pb.cc b/src/server/proto/Client/notification_types.pb.cc
index 870f43d332d..15be2234fb4 100644
--- a/src/server/proto/Client/notification_types.pb.cc
+++ b/src/server/proto/Client/notification_types.pb.cc
@@ -40,7 +40,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_notification_5ftypes_2eproto() {
protobuf_AddDesc_notification_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -208,7 +207,6 @@ struct StaticDescriptorInitializer_notification_5ftypes_2eproto {
protobuf_AddDesc_notification_5ftypes_2eproto();
}
} static_descriptor_initializer_notification_5ftypes_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -475,7 +473,6 @@ void Target::CopyFrom(const Target& from) {
}
bool Target::IsInitialized() const {
-
if (has_identity()) {
if (!this->identity().IsInitialized()) return false;
}
@@ -500,7 +497,6 @@ void Target::Swap(Target* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -751,7 +747,6 @@ void TargetIdentity::CopyFrom(const TargetIdentity& from) {
}
bool TargetIdentity::IsInitialized() const {
-
if (has_account()) {
if (!this->account().IsInitialized()) return false;
}
@@ -779,7 +774,6 @@ void TargetIdentity::Swap(TargetIdentity* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1062,7 +1056,6 @@ void Subscription::CopyFrom(const Subscription& from) {
}
bool Subscription::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->target())) return false;
if (has_subscriber()) {
if (!this->subscriber().IsInitialized()) return false;
@@ -1089,7 +1082,6 @@ void Subscription::Swap(Subscription* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1687,7 +1679,6 @@ void Notification::CopyFrom(const Notification& from) {
bool Notification::IsInitialized() const {
if ((_has_bits_[0] & 0x00000006) != 0x00000006) return false;
-
if (has_sender_id()) {
if (!this->sender_id().IsInitialized()) return false;
}
@@ -1732,7 +1723,6 @@ void Notification::Swap(Notification* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/notification_types.pb.h b/src/server/proto/Client/notification_types.pb.h
index 8c697e3440d..edd3b154af8 100644
--- a/src/server/proto/Client/notification_types.pb.h
+++ b/src/server/proto/Client/notification_types.pb.h
@@ -528,10 +528,8 @@ class TC_PROTO_API Notification : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// Target
@@ -1305,7 +1303,6 @@ inline void Notification::set_allocated_forwarding_identity(::bgs::protocol::acc
// @@protoc_insertion_point(field_set_allocated:bgs.protocol.notification.v1.Notification.forwarding_identity)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -1316,8 +1313,6 @@ inline void Notification::set_allocated_forwarding_identity(::bgs::protocol::acc
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/presence_listener.pb.cc b/src/server/proto/Client/presence_listener.pb.cc
index 2f35f03afca..5c69413201a 100644
--- a/src/server/proto/Client/presence_listener.pb.cc
+++ b/src/server/proto/Client/presence_listener.pb.cc
@@ -37,7 +37,6 @@ const ::google::protobuf::ServiceDescriptor* PresenceListener_descriptor_ = NULL
} // namespace
-
void protobuf_AssignDesc_presence_5flistener_2eproto() {
protobuf_AddDesc_presence_5flistener_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -147,7 +146,6 @@ struct StaticDescriptorInitializer_presence_5flistener_2eproto {
protobuf_AddDesc_presence_5flistener_2eproto();
}
} static_descriptor_initializer_presence_5flistener_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -391,7 +389,6 @@ void SubscribeNotification::CopyFrom(const SubscribeNotification& from) {
}
bool SubscribeNotification::IsInitialized() const {
-
if (has_subscriber_id()) {
if (!this->subscriber_id().IsInitialized()) return false;
}
@@ -417,7 +414,6 @@ void SubscribeNotification::Swap(SubscribeNotification* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -661,7 +657,6 @@ void StateChangedNotification::CopyFrom(const StateChangedNotification& from) {
}
bool StateChangedNotification::IsInitialized() const {
-
if (has_subscriber_id()) {
if (!this->subscriber_id().IsInitialized()) return false;
}
@@ -687,7 +682,6 @@ void StateChangedNotification::Swap(StateChangedNotification* other) {
return metadata;
}
-
// ===================================================================
PresenceListener::PresenceListener(bool use_original_hash) : service_hash_(use_original_hash ? OriginalHash::value : NameHash::value) {
@@ -718,7 +712,6 @@ void PresenceListener::CallServerMethod(uint32 token, uint32 methodId, MessageBu
GetCallerInfo().c_str(), methodId);
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/presence_listener.pb.h b/src/server/proto/Client/presence_listener.pb.h
index 6e14a4fdf1d..d77fa3c1fd1 100644
--- a/src/server/proto/Client/presence_listener.pb.h
+++ b/src/server/proto/Client/presence_listener.pb.h
@@ -262,7 +262,6 @@ class TC_PROTO_API PresenceListener : public ServiceBase
// ===================================================================
-
// ===================================================================
// SubscribeNotification
@@ -413,7 +412,6 @@ StateChangedNotification::mutable_state() {
return &state_;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -424,8 +422,6 @@ StateChangedNotification::mutable_state() {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/presence_service.pb.cc b/src/server/proto/Client/presence_service.pb.cc
index 64339b56b7a..3170e36a15d 100644
--- a/src/server/proto/Client/presence_service.pb.cc
+++ b/src/server/proto/Client/presence_service.pb.cc
@@ -58,7 +58,6 @@ const ::google::protobuf::ServiceDescriptor* PresenceService_descriptor_ = NULL;
} // namespace
-
void protobuf_AssignDesc_presence_5fservice_2eproto() {
protobuf_AddDesc_presence_5fservice_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -368,7 +367,6 @@ struct StaticDescriptorInitializer_presence_5fservice_2eproto {
protobuf_AddDesc_presence_5fservice_2eproto();
}
} static_descriptor_initializer_presence_5fservice_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -737,7 +735,6 @@ void SubscribeRequest::CopyFrom(const SubscribeRequest& from) {
bool SubscribeRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000006) != 0x00000006) return false;
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -769,7 +766,6 @@ void SubscribeRequest::Swap(SubscribeRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1059,7 +1055,6 @@ void UnsubscribeRequest::CopyFrom(const UnsubscribeRequest& from) {
bool UnsubscribeRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000002) != 0x00000002) return false;
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -1088,7 +1083,6 @@ void UnsubscribeRequest::Swap(UnsubscribeRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1414,7 +1408,6 @@ void UpdateRequest::CopyFrom(const UpdateRequest& from) {
bool UpdateRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_entity_id()) {
if (!this->entity_id().IsInitialized()) return false;
}
@@ -1445,7 +1438,6 @@ void UpdateRequest::Swap(UpdateRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1735,7 +1727,6 @@ void QueryRequest::CopyFrom(const QueryRequest& from) {
bool QueryRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_entity_id()) {
if (!this->entity_id().IsInitialized()) return false;
}
@@ -1765,7 +1756,6 @@ void QueryRequest::Swap(QueryRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1963,7 +1953,6 @@ void QueryResponse::CopyFrom(const QueryResponse& from) {
}
bool QueryResponse::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->field())) return false;
return true;
}
@@ -1985,7 +1974,6 @@ void QueryResponse::Swap(QueryResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2348,7 +2336,6 @@ void BatchSubscribeRequest::CopyFrom(const BatchSubscribeRequest& from) {
}
bool BatchSubscribeRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -2378,7 +2365,6 @@ void BatchSubscribeRequest::Swap(BatchSubscribeRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2624,7 +2610,6 @@ void SubscribeResult::CopyFrom(const SubscribeResult& from) {
}
bool SubscribeResult::IsInitialized() const {
-
if (has_entity_id()) {
if (!this->entity_id().IsInitialized()) return false;
}
@@ -2649,7 +2634,6 @@ void SubscribeResult::Swap(SubscribeResult* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2847,7 +2831,6 @@ void BatchSubscribeResponse::CopyFrom(const BatchSubscribeResponse& from) {
}
bool BatchSubscribeResponse::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->subscribe_failed())) return false;
return true;
}
@@ -2869,7 +2852,6 @@ void BatchSubscribeResponse::Swap(BatchSubscribeResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3153,7 +3135,6 @@ void BatchUnsubscribeRequest::CopyFrom(const BatchUnsubscribeRequest& from) {
}
bool BatchUnsubscribeRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -3180,7 +3161,6 @@ void BatchUnsubscribeRequest::Swap(BatchUnsubscribeRequest* other) {
return metadata;
}
-
// ===================================================================
PresenceService::PresenceService(bool use_original_hash) : service_hash_(use_original_hash ? OriginalHash::value : NameHash::value) {
@@ -3395,7 +3375,6 @@ uint32 PresenceService::HandleBatchUnsubscribe(::bgs::protocol::presence::v1::Ba
return ERROR_RPC_NOT_IMPLEMENTED;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/presence_service.pb.h b/src/server/proto/Client/presence_service.pb.h
index c3315c0b02e..7fb4f39c3d6 100644
--- a/src/server/proto/Client/presence_service.pb.h
+++ b/src/server/proto/Client/presence_service.pb.h
@@ -1029,7 +1029,6 @@ class TC_PROTO_API PresenceService : public ServiceBase
// ===================================================================
-
// ===================================================================
// SubscribeRequest
@@ -1961,7 +1960,6 @@ inline void BatchUnsubscribeRequest::set_object_id(::google::protobuf::uint64 va
// @@protoc_insertion_point(field_set:bgs.protocol.presence.v1.BatchUnsubscribeRequest.object_id)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -1972,8 +1970,6 @@ inline void BatchUnsubscribeRequest::set_object_id(::google::protobuf::uint64 va
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/presence_types.pb.cc b/src/server/proto/Client/presence_types.pb.cc
index 504a9eaa118..8643da92ba0 100644
--- a/src/server/proto/Client/presence_types.pb.cc
+++ b/src/server/proto/Client/presence_types.pb.cc
@@ -47,7 +47,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_presence_5ftypes_2eproto() {
protobuf_AddDesc_presence_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -259,7 +258,6 @@ struct StaticDescriptorInitializer_presence_5ftypes_2eproto {
protobuf_AddDesc_presence_5ftypes_2eproto();
}
} static_descriptor_initializer_presence_5ftypes_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -545,7 +543,6 @@ void RichPresenceLocalizationKey::CopyFrom(const RichPresenceLocalizationKey& fr
bool RichPresenceLocalizationKey::IsInitialized() const {
if ((_has_bits_[0] & 0x00000007) != 0x00000007) return false;
-
return true;
}
@@ -568,7 +565,6 @@ void RichPresenceLocalizationKey::Swap(RichPresenceLocalizationKey* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -895,7 +891,6 @@ void FieldKey::CopyFrom(const FieldKey& from) {
bool FieldKey::IsInitialized() const {
if ((_has_bits_[0] & 0x00000007) != 0x00000007) return false;
-
return true;
}
@@ -919,7 +914,6 @@ void FieldKey::Swap(FieldKey* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1171,7 +1165,6 @@ void Field::CopyFrom(const Field& from) {
bool Field::IsInitialized() const {
if ((_has_bits_[0] & 0x00000003) != 0x00000003) return false;
-
if (has_key()) {
if (!this->key().IsInitialized()) return false;
}
@@ -1199,7 +1192,6 @@ void Field::Swap(Field* other) {
return metadata;
}
-
// ===================================================================
const ::google::protobuf::EnumDescriptor* FieldOperation_OperationType_descriptor() {
@@ -1473,7 +1465,6 @@ void FieldOperation::CopyFrom(const FieldOperation& from) {
bool FieldOperation::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_field()) {
if (!this->field().IsInitialized()) return false;
}
@@ -1498,7 +1489,6 @@ void FieldOperation::Swap(FieldOperation* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1742,7 +1732,6 @@ void PresenceState::CopyFrom(const PresenceState& from) {
}
bool PresenceState::IsInitialized() const {
-
if (has_entity_id()) {
if (!this->entity_id().IsInitialized()) return false;
}
@@ -1768,7 +1757,6 @@ void PresenceState::Swap(PresenceState* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2056,7 +2044,6 @@ void ChannelState::CopyFrom(const ChannelState& from) {
}
bool ChannelState::IsInitialized() const {
-
if (has_entity_id()) {
if (!this->entity_id().IsInitialized()) return false;
}
@@ -2083,7 +2070,6 @@ void ChannelState::Swap(ChannelState* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/presence_types.pb.h b/src/server/proto/Client/presence_types.pb.h
index eb9a1c26a54..3542db1a5bd 100644
--- a/src/server/proto/Client/presence_types.pb.h
+++ b/src/server/proto/Client/presence_types.pb.h
@@ -687,10 +687,8 @@ class TC_PROTO_API ChannelState : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// RichPresenceLocalizationKey
@@ -1197,7 +1195,6 @@ inline void ChannelState::set_healing(bool value) {
// @@protoc_insertion_point(field_set:bgs.protocol.presence.v1.ChannelState.healing)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -1208,13 +1205,11 @@ inline void ChannelState::set_healing(bool value) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
template <> struct is_proto_enum< ::bgs::protocol::presence::v1::FieldOperation_OperationType> : ::google::protobuf::internal::true_type {};
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::presence::v1::FieldOperation_OperationType>() {
return ::bgs::protocol::presence::v1::FieldOperation_OperationType_descriptor();
}
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/profanity_filter_config.pb.cc b/src/server/proto/Client/profanity_filter_config.pb.cc
index cccd57aa6ae..7b5c3f4bdb7 100644
--- a/src/server/proto/Client/profanity_filter_config.pb.cc
+++ b/src/server/proto/Client/profanity_filter_config.pb.cc
@@ -34,7 +34,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_profanity_5ffilter_5fconfig_2eproto() {
protobuf_AddDesc_profanity_5ffilter_5fconfig_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -126,7 +125,6 @@ struct StaticDescriptorInitializer_profanity_5ffilter_5fconfig_2eproto {
protobuf_AddDesc_profanity_5ffilter_5fconfig_2eproto();
}
} static_descriptor_initializer_profanity_5ffilter_5fconfig_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -409,7 +407,6 @@ void WordFilter::CopyFrom(const WordFilter& from) {
bool WordFilter::IsInitialized() const {
if ((_has_bits_[0] & 0x00000003) != 0x00000003) return false;
-
return true;
}
@@ -431,7 +428,6 @@ void WordFilter::Swap(WordFilter* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -629,7 +625,6 @@ void WordFilters::CopyFrom(const WordFilters& from) {
}
bool WordFilters::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->filters())) return false;
return true;
}
@@ -651,7 +646,6 @@ void WordFilters::Swap(WordFilters* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/profanity_filter_config.pb.h b/src/server/proto/Client/profanity_filter_config.pb.h
index 24201d13d4d..243b9a66083 100644
--- a/src/server/proto/Client/profanity_filter_config.pb.h
+++ b/src/server/proto/Client/profanity_filter_config.pb.h
@@ -223,10 +223,8 @@ class TC_PROTO_API WordFilters : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// WordFilter
@@ -417,7 +415,6 @@ WordFilters::mutable_filters() {
return &filters_;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -428,8 +425,6 @@ WordFilters::mutable_filters() {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/report_service.pb.cc b/src/server/proto/Client/report_service.pb.cc
index 8610224fe52..1d8509728de 100644
--- a/src/server/proto/Client/report_service.pb.cc
+++ b/src/server/proto/Client/report_service.pb.cc
@@ -37,7 +37,6 @@ const ::google::protobuf::ServiceDescriptor* ReportService_descriptor_ = NULL;
} // namespace
-
void protobuf_AssignDesc_report_5fservice_2eproto() {
protobuf_AddDesc_report_5fservice_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -143,7 +142,6 @@ struct StaticDescriptorInitializer_report_5fservice_2eproto {
protobuf_AddDesc_report_5fservice_2eproto();
}
} static_descriptor_initializer_report_5fservice_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -350,7 +348,6 @@ void SendReportRequest::CopyFrom(const SendReportRequest& from) {
bool SendReportRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_report()) {
if (!this->report().IsInitialized()) return false;
}
@@ -374,7 +371,6 @@ void SendReportRequest::Swap(SendReportRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -625,7 +621,6 @@ void SubmitReportRequest::CopyFrom(const SubmitReportRequest& from) {
}
bool SubmitReportRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -653,7 +648,6 @@ void SubmitReportRequest::Swap(SubmitReportRequest* other) {
return metadata;
}
-
// ===================================================================
ReportService::ReportService(bool use_original_hash) : service_hash_(use_original_hash ? OriginalHash::value : NameHash::value) {
@@ -740,7 +734,6 @@ uint32 ReportService::HandleSubmitReport(::bgs::protocol::report::v1::SubmitRepo
return ERROR_RPC_NOT_IMPLEMENTED;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/report_service.pb.h b/src/server/proto/Client/report_service.pb.h
index 76270287a75..0d640ca1879 100644
--- a/src/server/proto/Client/report_service.pb.h
+++ b/src/server/proto/Client/report_service.pb.h
@@ -249,7 +249,6 @@ class TC_PROTO_API ReportService : public ServiceBase
// ===================================================================
-
// ===================================================================
// SendReportRequest
@@ -381,7 +380,6 @@ inline void SubmitReportRequest::set_allocated_report_type(::bgs::protocol::repo
// @@protoc_insertion_point(field_set_allocated:bgs.protocol.report.v1.SubmitReportRequest.report_type)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -392,8 +390,6 @@ inline void SubmitReportRequest::set_allocated_report_type(::bgs::protocol::repo
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/report_types.pb.cc b/src/server/proto/Client/report_types.pb.cc
index d32aca02b17..2b39cbeb953 100644
--- a/src/server/proto/Client/report_types.pb.cc
+++ b/src/server/proto/Client/report_types.pb.cc
@@ -65,7 +65,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_report_5ftypes_2eproto() {
protobuf_AddDesc_report_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -369,7 +368,6 @@ struct StaticDescriptorInitializer_report_5ftypes_2eproto {
protobuf_AddDesc_report_5ftypes_2eproto();
}
} static_descriptor_initializer_report_5ftypes_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -488,7 +486,6 @@ void ReportType::clear_type() {
_oneof_case_[0] = TYPE_NOT_SET;
}
-
void ReportType::Clear() {
if (has_user_description()) {
if (user_description_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
@@ -917,7 +914,6 @@ void ReportType::CopyFrom(const ReportType& from) {
}
bool ReportType::IsInitialized() const {
-
if (has_custom_report()) {
if (!this->custom_report().IsInitialized()) return false;
}
@@ -961,7 +957,6 @@ void ReportType::Swap(ReportType* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1281,7 +1276,6 @@ void CustomReport::CopyFrom(const CustomReport& from) {
}
bool CustomReport::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->attribute())) return false;
return true;
}
@@ -1305,7 +1299,6 @@ void CustomReport::Swap(CustomReport* other) {
return metadata;
}
-
// ===================================================================
const ::google::protobuf::EnumDescriptor* SpamReport_SpamSource_descriptor() {
@@ -1582,7 +1575,6 @@ void SpamReport::CopyFrom(const SpamReport& from) {
}
bool SpamReport::IsInitialized() const {
-
if (has_target()) {
if (!this->target().IsInitialized()) return false;
}
@@ -1607,7 +1599,6 @@ void SpamReport::Swap(SpamReport* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1874,7 +1865,6 @@ void HarassmentReport::CopyFrom(const HarassmentReport& from) {
}
bool HarassmentReport::IsInitialized() const {
-
if (has_target()) {
if (!this->target().IsInitialized()) return false;
}
@@ -1899,7 +1889,6 @@ void HarassmentReport::Swap(HarassmentReport* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2166,7 +2155,6 @@ void RealLifeThreatReport::CopyFrom(const RealLifeThreatReport& from) {
}
bool RealLifeThreatReport::IsInitialized() const {
-
if (has_target()) {
if (!this->target().IsInitialized()) return false;
}
@@ -2191,7 +2179,6 @@ void RealLifeThreatReport::Swap(RealLifeThreatReport* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2458,7 +2445,6 @@ void InappropriateBattleTagReport::CopyFrom(const InappropriateBattleTagReport&
}
bool InappropriateBattleTagReport::IsInitialized() const {
-
if (has_target()) {
if (!this->target().IsInitialized()) return false;
}
@@ -2483,7 +2469,6 @@ void InappropriateBattleTagReport::Swap(InappropriateBattleTagReport* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2689,7 +2674,6 @@ void HackingReport::CopyFrom(const HackingReport& from) {
}
bool HackingReport::IsInitialized() const {
-
if (has_target()) {
if (!this->target().IsInitialized()) return false;
}
@@ -2713,7 +2697,6 @@ void HackingReport::Swap(HackingReport* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2919,7 +2902,6 @@ void BottingReport::CopyFrom(const BottingReport& from) {
}
bool BottingReport::IsInitialized() const {
-
if (has_target()) {
if (!this->target().IsInitialized()) return false;
}
@@ -2943,7 +2925,6 @@ void BottingReport::Swap(BottingReport* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3379,7 +3360,6 @@ void Report::CopyFrom(const Report& from) {
bool Report::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (!::google::protobuf::internal::AllAreInitialized(this->attribute())) return false;
if (has_reporting_account()) {
if (!this->reporting_account().IsInitialized()) return false;
@@ -3412,7 +3392,6 @@ void Report::Swap(Report* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/report_types.pb.h b/src/server/proto/Client/report_types.pb.h
index afcce679dc5..0bdadba72f1 100644
--- a/src/server/proto/Client/report_types.pb.h
+++ b/src/server/proto/Client/report_types.pb.h
@@ -1076,10 +1076,8 @@ class TC_PROTO_API Report : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// ReportType
@@ -2419,7 +2417,6 @@ inline void Report::set_report_timestamp(::google::protobuf::uint64 value) {
// @@protoc_insertion_point(field_set:bgs.protocol.report.v1.Report.report_timestamp)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -2430,13 +2427,11 @@ inline void Report::set_report_timestamp(::google::protobuf::uint64 value) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
template <> struct is_proto_enum< ::bgs::protocol::report::v1::SpamReport_SpamSource> : ::google::protobuf::internal::true_type {};
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::report::v1::SpamReport_SpamSource>() {
return ::bgs::protocol::report::v1::SpamReport_SpamSource_descriptor();
}
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/resource_service.pb.cc b/src/server/proto/Client/resource_service.pb.cc
index 53b89f55bb2..1933d90f85f 100644
--- a/src/server/proto/Client/resource_service.pb.cc
+++ b/src/server/proto/Client/resource_service.pb.cc
@@ -34,7 +34,6 @@ const ::google::protobuf::ServiceDescriptor* ResourcesService_descriptor_ = NULL
} // namespace
-
void protobuf_AssignDesc_resource_5fservice_2eproto() {
protobuf_AddDesc_resource_5fservice_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -114,7 +113,6 @@ struct StaticDescriptorInitializer_resource_5fservice_2eproto {
protobuf_AddDesc_resource_5fservice_2eproto();
}
} static_descriptor_initializer_resource_5fservice_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -401,7 +399,6 @@ void ContentHandleRequest::CopyFrom(const ContentHandleRequest& from) {
bool ContentHandleRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000003) != 0x00000003) return false;
-
return true;
}
@@ -424,7 +421,6 @@ void ContentHandleRequest::Swap(ContentHandleRequest* other) {
return metadata;
}
-
// ===================================================================
ResourcesService::ResourcesService(bool use_original_hash) : service_hash_(use_original_hash ? OriginalHash::value : NameHash::value) {
@@ -479,7 +475,6 @@ uint32 ResourcesService::HandleGetContentHandle(::bgs::protocol::resources::v1::
return ERROR_RPC_NOT_IMPLEMENTED;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/resource_service.pb.h b/src/server/proto/Client/resource_service.pb.h
index c5ea5531266..73483456258 100644
--- a/src/server/proto/Client/resource_service.pb.h
+++ b/src/server/proto/Client/resource_service.pb.h
@@ -171,7 +171,6 @@ class TC_PROTO_API ResourcesService : public ServiceBase
// ===================================================================
-
// ===================================================================
// ContentHandleRequest
@@ -248,7 +247,6 @@ inline void ContentHandleRequest::set_version(::google::protobuf::uint32 value)
// @@protoc_insertion_point(field_set:bgs.protocol.resources.v1.ContentHandleRequest.version)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -259,8 +257,6 @@ inline void ContentHandleRequest::set_version(::google::protobuf::uint32 value)
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/role_types.pb.cc b/src/server/proto/Client/role_types.pb.cc
index 6a04b33ceac..2a011bfbe40 100644
--- a/src/server/proto/Client/role_types.pb.cc
+++ b/src/server/proto/Client/role_types.pb.cc
@@ -32,7 +32,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_role_5ftypes_2eproto() {
protobuf_AddDesc_role_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -144,7 +143,6 @@ struct StaticDescriptorInitializer_role_5ftypes_2eproto {
protobuf_AddDesc_role_5ftypes_2eproto();
}
} static_descriptor_initializer_role_5ftypes_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -767,7 +765,6 @@ void Role::CopyFrom(const Role& from) {
bool Role::IsInitialized() const {
if ((_has_bits_[0] & 0x00000003) != 0x00000003) return false;
-
return true;
}
@@ -796,7 +793,6 @@ void Role::Swap(Role* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1394,7 +1390,6 @@ void RoleState::CopyFrom(const RoleState& from) {
}
bool RoleState::IsInitialized() const {
-
return true;
}
@@ -1422,7 +1417,6 @@ void RoleState::Swap(RoleState* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
diff --git a/src/server/proto/Client/role_types.pb.h b/src/server/proto/Client/role_types.pb.h
index 7e79d0cfb06..7ef7c370935 100644
--- a/src/server/proto/Client/role_types.pb.h
+++ b/src/server/proto/Client/role_types.pb.h
@@ -393,10 +393,8 @@ class TC_PROTO_API RoleState : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// Role
@@ -989,7 +987,6 @@ RoleState::mutable_mentionable_role() {
return &mentionable_role_;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
@@ -998,8 +995,6 @@ RoleState::mutable_mentionable_role() {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/rpc_config.pb.cc b/src/server/proto/Client/rpc_config.pb.cc
index 9af51e1b041..cd1ccb151f0 100644
--- a/src/server/proto/Client/rpc_config.pb.cc
+++ b/src/server/proto/Client/rpc_config.pb.cc
@@ -39,7 +39,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_rpc_5fconfig_2eproto() {
protobuf_AddDesc_rpc_5fconfig_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -206,7 +205,6 @@ struct StaticDescriptorInitializer_rpc_5fconfig_2eproto {
protobuf_AddDesc_rpc_5fconfig_2eproto();
}
} static_descriptor_initializer_rpc_5fconfig_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -986,7 +984,6 @@ void RPCMethodConfig::CopyFrom(const RPCMethodConfig& from) {
}
bool RPCMethodConfig::IsInitialized() const {
-
return true;
}
@@ -1021,7 +1018,6 @@ void RPCMethodConfig::Swap(RPCMethodConfig* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1387,7 +1383,6 @@ void RPCMeterConfig::CopyFrom(const RPCMeterConfig& from) {
}
bool RPCMeterConfig::IsInitialized() const {
-
return true;
}
@@ -1412,7 +1407,6 @@ void RPCMeterConfig::Swap(RPCMeterConfig* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1695,7 +1689,6 @@ void ProtocolAlias::CopyFrom(const ProtocolAlias& from) {
bool ProtocolAlias::IsInitialized() const {
if ((_has_bits_[0] & 0x00000003) != 0x00000003) return false;
-
return true;
}
@@ -1717,7 +1710,6 @@ void ProtocolAlias::Swap(ProtocolAlias* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1915,7 +1907,6 @@ void ServiceAliases::CopyFrom(const ServiceAliases& from) {
}
bool ServiceAliases::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->protocol_alias())) return false;
return true;
}
@@ -1937,7 +1928,6 @@ void ServiceAliases::Swap(ServiceAliases* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace config
diff --git a/src/server/proto/Client/rpc_config.pb.h b/src/server/proto/Client/rpc_config.pb.h
index bd0a85b9565..02adb159a83 100644
--- a/src/server/proto/Client/rpc_config.pb.h
+++ b/src/server/proto/Client/rpc_config.pb.h
@@ -575,10 +575,8 @@ class TC_PROTO_API ServiceAliases : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// RPCMethodConfig
@@ -1367,7 +1365,6 @@ ServiceAliases::mutable_protocol_alias() {
return &protocol_alias_;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace config
@@ -1377,8 +1374,6 @@ ServiceAliases::mutable_protocol_alias() {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/rpc_types.pb.cc b/src/server/proto/Client/rpc_types.pb.cc
index 732ba73bee9..1e66615f965 100644
--- a/src/server/proto/Client/rpc_types.pb.cc
+++ b/src/server/proto/Client/rpc_types.pb.cc
@@ -53,7 +53,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_rpc_5ftypes_2eproto() {
protobuf_AddDesc_rpc_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -357,7 +356,6 @@ struct StaticDescriptorInitializer_rpc_5ftypes_2eproto {
protobuf_AddDesc_rpc_5ftypes_2eproto();
}
} static_descriptor_initializer_rpc_5ftypes_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -512,7 +510,6 @@ void NO_RESPONSE::CopyFrom(const NO_RESPONSE& from) {
}
bool NO_RESPONSE::IsInitialized() const {
-
return true;
}
@@ -531,7 +528,6 @@ void NO_RESPONSE::Swap(NO_RESPONSE* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -794,7 +790,6 @@ void Address::CopyFrom(const Address& from) {
bool Address::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
return true;
}
@@ -816,7 +811,6 @@ void Address::Swap(Address* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1069,7 +1063,6 @@ void ProcessId::CopyFrom(const ProcessId& from) {
bool ProcessId::IsInitialized() const {
if ((_has_bits_[0] & 0x00000003) != 0x00000003) return false;
-
return true;
}
@@ -1091,7 +1084,6 @@ void ProcessId::Swap(ProcessId* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1338,7 +1330,6 @@ void ObjectAddress::CopyFrom(const ObjectAddress& from) {
bool ObjectAddress::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_host()) {
if (!this->host().IsInitialized()) return false;
}
@@ -1363,7 +1354,6 @@ void ObjectAddress::Swap(ObjectAddress* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1518,7 +1508,6 @@ void NoData::CopyFrom(const NoData& from) {
}
bool NoData::IsInitialized() const {
-
return true;
}
@@ -1537,7 +1526,6 @@ void NoData::Swap(NoData* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1872,7 +1860,6 @@ void ErrorInfo::CopyFrom(const ErrorInfo& from) {
bool ErrorInfo::IsInitialized() const {
if ((_has_bits_[0] & 0x0000000f) != 0x0000000f) return false;
-
if (has_object_address()) {
if (!this->object_address().IsInitialized()) return false;
}
@@ -1899,7 +1886,6 @@ void ErrorInfo::Swap(ErrorInfo* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2207,7 +2193,6 @@ void FanoutTarget::CopyFrom(const FanoutTarget& from) {
}
bool FanoutTarget::IsInitialized() const {
-
return true;
}
@@ -2230,7 +2215,6 @@ void FanoutTarget::Swap(FanoutTarget* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3204,7 +3188,6 @@ void Header::CopyFrom(const Header& from) {
bool Header::IsInitialized() const {
if ((_has_bits_[0] & 0x00000005) != 0x00000005) return false;
-
if (!::google::protobuf::internal::AllAreInitialized(this->error())) return false;
if (!::google::protobuf::internal::AllAreInitialized(this->forward_targets())) return false;
return true;
@@ -3245,7 +3228,6 @@ void Header::Swap(Header* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3849,7 +3831,6 @@ void KafkaHeader::CopyFrom(const KafkaHeader& from) {
}
bool KafkaHeader::IsInitialized() const {
-
if (has_forward_target()) {
if (!this->forward_target().IsInitialized()) return false;
}
@@ -3882,7 +3863,6 @@ void KafkaHeader::Swap(KafkaHeader* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
diff --git a/src/server/proto/Client/rpc_types.pb.h b/src/server/proto/Client/rpc_types.pb.h
index 79b33592440..64750f7e4fb 100644
--- a/src/server/proto/Client/rpc_types.pb.h
+++ b/src/server/proto/Client/rpc_types.pb.h
@@ -1159,10 +1159,8 @@ class TC_PROTO_API KafkaHeader : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// NO_RESPONSE
@@ -2774,7 +2772,6 @@ inline void KafkaHeader::set_allocated_client_id(::std::string* client_id) {
// @@protoc_insertion_point(field_set_allocated:bgs.protocol.KafkaHeader.client_id)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
@@ -2783,8 +2780,6 @@ inline void KafkaHeader::set_allocated_client_id(::std::string* client_id) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/user_manager_service.pb.cc b/src/server/proto/Client/user_manager_service.pb.cc
index dd6bd307548..cbb9bdae4a9 100644
--- a/src/server/proto/Client/user_manager_service.pb.cc
+++ b/src/server/proto/Client/user_manager_service.pb.cc
@@ -65,7 +65,6 @@ const ::google::protobuf::ServiceDescriptor* UserManagerListener_descriptor_ = N
} // namespace
-
void protobuf_AssignDesc_user_5fmanager_5fservice_2eproto() {
protobuf_AddDesc_user_5fmanager_5fservice_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -431,7 +430,6 @@ struct StaticDescriptorInitializer_user_5fmanager_5fservice_2eproto {
protobuf_AddDesc_user_5fmanager_5fservice_2eproto();
}
} static_descriptor_initializer_user_5fmanager_5fservice_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -678,7 +676,6 @@ void SubscribeRequest::CopyFrom(const SubscribeRequest& from) {
bool SubscribeRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000002) != 0x00000002) return false;
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -703,7 +700,6 @@ void SubscribeRequest::Swap(SubscribeRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -939,7 +935,6 @@ void SubscribeResponse::CopyFrom(const SubscribeResponse& from) {
}
bool SubscribeResponse::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->blocked_players())) return false;
if (!::google::protobuf::internal::AllAreInitialized(this->recent_players())) return false;
return true;
@@ -963,7 +958,6 @@ void SubscribeResponse::Swap(SubscribeResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1209,7 +1203,6 @@ void UnsubscribeRequest::CopyFrom(const UnsubscribeRequest& from) {
}
bool UnsubscribeRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -1234,7 +1227,6 @@ void UnsubscribeRequest::Swap(UnsubscribeRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1519,7 +1511,6 @@ void AddRecentPlayersRequest::CopyFrom(const AddRecentPlayersRequest& from) {
}
bool AddRecentPlayersRequest::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->players())) return false;
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
@@ -1546,7 +1537,6 @@ void AddRecentPlayersRequest::Swap(AddRecentPlayersRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1792,7 +1782,6 @@ void ClearRecentPlayersRequest::CopyFrom(const ClearRecentPlayersRequest& from)
}
bool ClearRecentPlayersRequest::IsInitialized() const {
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -1817,7 +1806,6 @@ void ClearRecentPlayersRequest::Swap(ClearRecentPlayersRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2069,7 +2057,6 @@ void BlockPlayerRequest::CopyFrom(const BlockPlayerRequest& from) {
bool BlockPlayerRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000002) != 0x00000002) return false;
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -2097,7 +2084,6 @@ void BlockPlayerRequest::Swap(BlockPlayerRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2349,7 +2335,6 @@ void UnblockPlayerRequest::CopyFrom(const UnblockPlayerRequest& from) {
bool UnblockPlayerRequest::IsInitialized() const {
if ((_has_bits_[0] & 0x00000002) != 0x00000002) return false;
-
if (has_agent_id()) {
if (!this->agent_id().IsInitialized()) return false;
}
@@ -2377,7 +2362,6 @@ void UnblockPlayerRequest::Swap(UnblockPlayerRequest* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2672,7 +2656,6 @@ void BlockedPlayerAddedNotification::CopyFrom(const BlockedPlayerAddedNotificati
bool BlockedPlayerAddedNotification::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_player()) {
if (!this->player().IsInitialized()) return false;
}
@@ -2704,7 +2687,6 @@ void BlockedPlayerAddedNotification::Swap(BlockedPlayerAddedNotification* other)
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -2999,7 +2981,6 @@ void BlockedPlayerRemovedNotification::CopyFrom(const BlockedPlayerRemovedNotifi
bool BlockedPlayerRemovedNotification::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_player()) {
if (!this->player().IsInitialized()) return false;
}
@@ -3031,7 +3012,6 @@ void BlockedPlayerRemovedNotification::Swap(BlockedPlayerRemovedNotification* ot
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3229,7 +3209,6 @@ void RecentPlayersAddedNotification::CopyFrom(const RecentPlayersAddedNotificati
}
bool RecentPlayersAddedNotification::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->player())) return false;
return true;
}
@@ -3251,7 +3230,6 @@ void RecentPlayersAddedNotification::Swap(RecentPlayersAddedNotification* other)
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -3449,7 +3427,6 @@ void RecentPlayersRemovedNotification::CopyFrom(const RecentPlayersRemovedNotifi
}
bool RecentPlayersRemovedNotification::IsInitialized() const {
-
if (!::google::protobuf::internal::AllAreInitialized(this->player())) return false;
return true;
}
@@ -3471,7 +3448,6 @@ void RecentPlayersRemovedNotification::Swap(RecentPlayersRemovedNotification* ot
return metadata;
}
-
// ===================================================================
UserManagerService::UserManagerService(bool use_original_hash) : service_hash_(use_original_hash ? OriginalHash::value : NameHash::value) {
@@ -3760,7 +3736,6 @@ void UserManagerListener::CallServerMethod(uint32 token, uint32 methodId, Messag
GetCallerInfo().c_str(), methodId);
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/user_manager_service.pb.h b/src/server/proto/Client/user_manager_service.pb.h
index 11953a0f7a2..11171879551 100644
--- a/src/server/proto/Client/user_manager_service.pb.h
+++ b/src/server/proto/Client/user_manager_service.pb.h
@@ -1149,7 +1149,6 @@ class TC_PROTO_API UserManagerListener : public ServiceBase
// ===================================================================
-
// ===================================================================
// SubscribeRequest
@@ -2014,7 +2013,6 @@ RecentPlayersRemovedNotification::mutable_player() {
return &player_;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -2025,8 +2023,6 @@ RecentPlayersRemovedNotification::mutable_player() {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/user_manager_types.pb.cc b/src/server/proto/Client/user_manager_types.pb.cc
index fc8b17141cc..2210f1481b4 100644
--- a/src/server/proto/Client/user_manager_types.pb.cc
+++ b/src/server/proto/Client/user_manager_types.pb.cc
@@ -34,7 +34,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_user_5fmanager_5ftypes_2eproto() {
protobuf_AddDesc_user_5fmanager_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -142,7 +141,6 @@ struct StaticDescriptorInitializer_user_5fmanager_5ftypes_2eproto {
protobuf_AddDesc_user_5fmanager_5ftypes_2eproto();
}
} static_descriptor_initializer_user_5fmanager_5ftypes_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -520,7 +518,6 @@ void RecentPlayer::CopyFrom(const RecentPlayer& from) {
bool RecentPlayer::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_entity_id()) {
if (!this->entity_id().IsInitialized()) return false;
}
@@ -549,7 +546,6 @@ void RecentPlayer::Swap(RecentPlayer* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -899,7 +895,6 @@ void BlockedPlayer::CopyFrom(const BlockedPlayer& from) {
bool BlockedPlayer::IsInitialized() const {
if ((_has_bits_[0] & 0x00000001) != 0x00000001) return false;
-
if (has_account_id()) {
if (!this->account_id().IsInitialized()) return false;
}
@@ -926,7 +921,6 @@ void BlockedPlayer::Swap(BlockedPlayer* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
diff --git a/src/server/proto/Client/user_manager_types.pb.h b/src/server/proto/Client/user_manager_types.pb.h
index 0e38d13b8de..d71fd74bb0b 100644
--- a/src/server/proto/Client/user_manager_types.pb.h
+++ b/src/server/proto/Client/user_manager_types.pb.h
@@ -293,10 +293,8 @@ class TC_PROTO_API BlockedPlayer : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// RecentPlayer
@@ -671,7 +669,6 @@ inline void BlockedPlayer::set_privileges(::google::protobuf::uint64 value) {
// @@protoc_insertion_point(field_set:bgs.protocol.user_manager.v1.BlockedPlayer.privileges)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace v1
@@ -682,8 +679,6 @@ inline void BlockedPlayer::set_privileges(::google::protobuf::uint64 value) {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Client/voice_types.pb.cc b/src/server/proto/Client/voice_types.pb.cc
index 4cb98a8187d..38884a80173 100644
--- a/src/server/proto/Client/voice_types.pb.cc
+++ b/src/server/proto/Client/voice_types.pb.cc
@@ -32,7 +32,6 @@ const ::google::protobuf::EnumDescriptor* VoiceProviderVersion_descriptor_ = NUL
} // namespace
-
void protobuf_AssignDesc_voice_5ftypes_2eproto() {
protobuf_AddDesc_voice_5ftypes_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -161,7 +160,6 @@ bool VoiceProviderVersion_IsValid(int value) {
}
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -602,7 +600,6 @@ void VoiceCredentials::CopyFrom(const VoiceCredentials& from) {
}
bool VoiceCredentials::IsInitialized() const {
-
return true;
}
@@ -627,7 +624,6 @@ void VoiceCredentials::Swap(VoiceCredentials* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
diff --git a/src/server/proto/Client/voice_types.pb.h b/src/server/proto/Client/voice_types.pb.h
index d98b9c2f3a7..acfce0e0ec8 100644
--- a/src/server/proto/Client/voice_types.pb.h
+++ b/src/server/proto/Client/voice_types.pb.h
@@ -233,10 +233,8 @@ class TC_PROTO_API VoiceCredentials : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// VoiceCredentials
@@ -519,7 +517,6 @@ inline void VoiceCredentials::set_mute_reason(::bgs::protocol::VoiceMuteReason v
// @@protoc_insertion_point(field_set:bgs.protocol.VoiceCredentials.mute_reason)
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace protocol
@@ -528,7 +525,6 @@ inline void VoiceCredentials::set_mute_reason(::bgs::protocol::VoiceMuteReason v
#ifndef SWIG
namespace google {
namespace protobuf {
-
template <> struct is_proto_enum< ::bgs::protocol::VoiceJoinType> : ::google::protobuf::internal::true_type {};
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::VoiceJoinType>() {
@@ -544,7 +540,6 @@ template <>
inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::VoiceProviderVersion>() {
return ::bgs::protocol::VoiceProviderVersion_descriptor();
}
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/Login/Login.pb.cc b/src/server/proto/Login/Login.pb.cc
index 926040fae90..b3873487f0d 100644
--- a/src/server/proto/Login/Login.pb.cc
+++ b/src/server/proto/Login/Login.pb.cc
@@ -56,7 +56,6 @@ const ::google::protobuf::EnumDescriptor* AuthenticationState_descriptor_ = NULL
} // namespace
-
void protobuf_AssignDesc_Login_2eproto() {
protobuf_AddDesc_Login_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -362,7 +361,6 @@ bool AuthenticationState_IsValid(int value) {
}
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -433,7 +431,6 @@ void ErrorResponse::Swap(ErrorResponse* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -522,7 +519,6 @@ void FormInput::Swap(FormInput* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -596,7 +592,6 @@ void FormInputs::Swap(FormInputs* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -678,7 +673,6 @@ void FormInputValue::Swap(FormInputValue* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -766,7 +760,6 @@ void LoginForm::Swap(LoginForm* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -860,7 +853,6 @@ void LoginResult::Swap(LoginResult* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -935,7 +927,6 @@ void LoginRefreshResult::Swap(LoginRefreshResult* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1025,7 +1016,6 @@ void GameAccountInfo::Swap(GameAccountInfo* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1097,7 +1087,6 @@ void GameAccountList::Swap(GameAccountList* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace Login
diff --git a/src/server/proto/Login/Login.pb.h b/src/server/proto/Login/Login.pb.h
index 9ab5feb0787..9f23746d954 100644
--- a/src/server/proto/Login/Login.pb.h
+++ b/src/server/proto/Login/Login.pb.h
@@ -931,10 +931,8 @@ class TC_PROTO_API GameAccountList : public ::google::protobuf::Message {
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// ErrorResponse
@@ -2343,7 +2341,6 @@ GameAccountList::mutable_game_accounts() {
return &game_accounts_;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace Login
@@ -2353,7 +2350,6 @@ GameAccountList::mutable_game_accounts() {
#ifndef SWIG
namespace google {
namespace protobuf {
-
template <> struct is_proto_enum< ::Battlenet::JSON::Login::FormType> : ::google::protobuf::internal::true_type {};
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::Battlenet::JSON::Login::FormType>() {
@@ -2364,7 +2360,6 @@ template <>
inline const EnumDescriptor* GetEnumDescriptor< ::Battlenet::JSON::Login::AuthenticationState>() {
return ::Battlenet::JSON::Login::AuthenticationState_descriptor();
}
-
} // namespace google
} // namespace protobuf
#endif // SWIG
diff --git a/src/server/proto/RealmList/RealmList.pb.cc b/src/server/proto/RealmList/RealmList.pb.cc
index 1d07db0c827..e9a1526835b 100644
--- a/src/server/proto/RealmList/RealmList.pb.cc
+++ b/src/server/proto/RealmList/RealmList.pb.cc
@@ -67,7 +67,6 @@ const ::google::protobuf::internal::GeneratedMessageReflection*
} // namespace
-
void protobuf_AssignDesc_RealmList_2eproto() {
protobuf_AddDesc_RealmList_2eproto();
const ::google::protobuf::FileDescriptor* file =
@@ -429,7 +428,6 @@ struct StaticDescriptorInitializer_RealmList_2eproto {
protobuf_AddDesc_RealmList_2eproto();
}
} static_descriptor_initializer_RealmList_2eproto_;
-
// ===================================================================
#ifndef _MSC_VER
@@ -504,7 +502,6 @@ void RealmListTicketIdentity::Swap(RealmListTicketIdentity* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -583,7 +580,6 @@ void ClientVersion::Swap(ClientVersion* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -697,7 +693,6 @@ void ClientInformation::Swap(ClientInformation* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -772,7 +767,6 @@ void RealmListTicketClientInformation::Swap(RealmListTicketClientInformation* ot
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -847,7 +841,6 @@ void RealmCharacterCountEntry::Swap(RealmCharacterCountEntry* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -919,7 +912,6 @@ void RealmCharacterCountList::Swap(RealmCharacterCountList* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1016,7 +1008,6 @@ void RealmEntry::Swap(RealmEntry* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1093,7 +1084,6 @@ void RealmState::Swap(RealmState* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1165,7 +1155,6 @@ void RealmListUpdates::Swap(RealmListUpdates* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1244,7 +1233,6 @@ void IPAddress::Swap(IPAddress* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1318,7 +1306,6 @@ void RealmIPAddressFamily::Swap(RealmIPAddressFamily* other) {
return metadata;
}
-
// ===================================================================
#ifndef _MSC_VER
@@ -1390,7 +1377,6 @@ void RealmListServerIPAddresses::Swap(RealmListServerIPAddresses* other) {
return metadata;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace RealmList
diff --git a/src/server/proto/RealmList/RealmList.pb.h b/src/server/proto/RealmList/RealmList.pb.h
index 496045cef57..a79e15cef83 100644
--- a/src/server/proto/RealmList/RealmList.pb.h
+++ b/src/server/proto/RealmList/RealmList.pb.h
@@ -1192,10 +1192,8 @@ class TC_PROTO_API RealmListServerIPAddresses : public ::google::protobuf::Messa
};
// ===================================================================
-
// ===================================================================
-
// ===================================================================
// RealmListTicketIdentity
@@ -2656,7 +2654,6 @@ RealmListServerIPAddresses::mutable_families() {
return &families_;
}
-
// @@protoc_insertion_point(namespace_scope)
} // namespace RealmList
@@ -2665,8 +2662,6 @@ RealmListServerIPAddresses::mutable_families() {
#ifndef SWIG
namespace google {
namespace protobuf {
-
-
} // namespace google
} // namespace protobuf
#endif // SWIG