aboutsummaryrefslogtreecommitdiffstats
path: root/src/serializable.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-01-31 14:00:34 +0000
committerGravatar Sadie Powell2021-01-31 14:00:34 +0000
commit2b2d37ff506dd02f546585fa345ceb56e8007697 (patch)
tree89a4a0c472dd6855577b6e97f478b0a0806da5b2 /src/serializable.cpp
parentMove sendmsglist to above the functions in LocalUser. (diff)
downloadinspircd++-2b2d37ff506dd02f546585fa345ceb56e8007697.tar.gz
inspircd++-2b2d37ff506dd02f546585fa345ceb56e8007697.tar.bz2
inspircd++-2b2d37ff506dd02f546585fa345ceb56e8007697.zip
Make MyClass private and move everything to GetClass.
Diffstat (limited to 'src/serializable.cpp')
-rw-r--r--src/serializable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serializable.cpp b/src/serializable.cpp
index 92c483607..5834d21fa 100644
--- a/src/serializable.cpp
+++ b/src/serializable.cpp
@@ -263,8 +263,8 @@ bool LocalUser::Serialize(Serializable::Data& data)
// The following member variables not checked above are not serialised:
// * already_sent (can't be networked reliably)
+ // * connectclass (might not be the same on a different server)
// * eh (shouldn't be networked)
- // * MyClass (might not be the same on a different server)
// * serializer (might not be the same on a different connection)
data.Store("bytes_in", bytes_in)
.Store("bytes_out", bytes_out)