Skip to content

Commit 08b1937

Browse files
committed
Update FBE models
1 parent f143734 commit 08b1937

File tree

13 files changed

+13
-16
lines changed

13 files changed

+13
-16
lines changed

proto/fbe.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: FBE
5-
// FBE version: 1.14.4.0
5+
// FBE version: 1.15.0.0
66
//------------------------------------------------------------------------------
77

88
#include "fbe.h"
@@ -12,7 +12,6 @@
1212
#include <rpc.h>
1313
#undef DELETE
1414
#undef ERROR
15-
#undef HOST_NOT_FOUND
1615
#undef Yield
1716
#undef min
1817
#undef max

proto/fbe.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: FBE
5-
// FBE version: 1.14.4.0
5+
// FBE version: 1.15.0.0
66
//------------------------------------------------------------------------------
77

88
#pragma once
@@ -41,11 +41,9 @@
4141
#if defined(unix) || defined(__unix) || defined(__unix__) || defined(__APPLE__)
4242
#include <time.h>
4343
#include <uuid/uuid.h>
44-
#undef HOST_NOT_FOUND
4544
#elif defined(_WIN32) || defined(_WIN64)
4645
#undef DELETE
4746
#undef ERROR
48-
#undef HOST_NOT_FOUND
4947
#undef Yield
5048
#undef min
5149
#undef max

proto/fbe_models.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: FBE
5-
// FBE version: 1.14.4.0
5+
// FBE version: 1.15.0.0
66
//------------------------------------------------------------------------------
77

88
#include "fbe_models.h"

proto/fbe_models.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: FBE
5-
// FBE version: 1.14.4.0
5+
// FBE version: 1.15.0.0
66
//------------------------------------------------------------------------------
77

88
#pragma once

proto/fbe_models.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: FBE
5-
// FBE version: 1.14.4.0
5+
// FBE version: 1.15.0.0
66
//------------------------------------------------------------------------------
77

88
namespace FBE {

proto/fbe_protocol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: FBE
5-
// FBE version: 1.14.4.0
5+
// FBE version: 1.15.0.0
66
//------------------------------------------------------------------------------
77

88
#include "fbe_protocol.h"

proto/fbe_protocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: FBE
5-
// FBE version: 1.14.4.0
5+
// FBE version: 1.15.0.0
66
//------------------------------------------------------------------------------
77

88
#pragma once

proto/simple.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: simple.fbe
5-
// FBE version: 1.14.4.0
5+
// FBE version: 1.15.0.0
66
//------------------------------------------------------------------------------
77

88
#include "simple.h"

proto/simple.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: simple.fbe
5-
// FBE version: 1.14.4.0
5+
// FBE version: 1.15.0.0
66
//------------------------------------------------------------------------------
77

88
#pragma once

proto/simple_models.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
33
// https://github.com/chronoxor/FastBinaryEncoding
44
// Source: simple.fbe
5-
// FBE version: 1.14.4.0
5+
// FBE version: 1.15.0.0
66
//------------------------------------------------------------------------------
77

88
#include "simple_models.h"

0 commit comments

Comments
 (0)