d_msg_class mostly equivalent (#2403)

This commit is contained in:
hatal175
2025-04-21 03:46:09 +03:00
committed by GitHub
parent 9194774985
commit b2d665c911
10 changed files with 2397 additions and 636 deletions
+1
View File
@@ -169,6 +169,7 @@ public:
bool isConnectParent() const { return mConnected; }
u64 getUserInfo() const { return mUserInfoTag; }
void setUserInfo(u64 info) { mUserInfoTag = info; }
const Mtx* getMtx() const { return &mPositionMtx; }