summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol18x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Protocol/Protocol18x.h')
-rw-r--r--src/Protocol/Protocol18x.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Protocol/Protocol18x.h b/src/Protocol/Protocol18x.h
index d7365c44f..73a0478e9 100644
--- a/src/Protocol/Protocol18x.h
+++ b/src/Protocol/Protocol18x.h
@@ -189,6 +189,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);