summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol17x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Protocol/Protocol17x.h')
-rw-r--r--src/Protocol/Protocol17x.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Protocol/Protocol17x.h b/src/Protocol/Protocol17x.h
index 2ee247330..8ff4bd158 100644
--- a/src/Protocol/Protocol17x.h
+++ b/src/Protocol/Protocol17x.h
@@ -179,6 +179,11 @@ protected:
m_Out.WriteBEInt32(a_Value);
}
+ void WriteUInt32(UInt32 a_Value)
+ {
+ m_Out.WriteBEUInt32(a_Value);
+ }
+
void WriteInt64(Int64 a_Value)
{
m_Out.WriteBEInt64(a_Value);