X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Ftypes.h;h=40ebf2f050bced5d4c5c1ea3d9e608f81524330c;hp=9e62ffd830c418d52a45a3a7dccf4371a8805979;hb=c6bc07febff322910675a1eb60c44f6be209a934;hpb=d6b056e936ec441258d291b7a8af7b83f9f53016 diff --git a/src/common/types.h b/src/common/types.h index 9e62ffd8..40ebf2f0 100644 --- a/src/common/types.h +++ b/src/common/types.h @@ -23,10 +23,12 @@ #include -typedef uint UserId; //!< Identifies a core user. -typedef uint MsgId; //!< Identifies a message. -typedef uint BufferId; //!< Identifies a buffer. -typedef uint NetworkId; //!< Identifies an IRC Network. +// FIXME make all ID types quint32 as soon as they all have been replaced +typedef uint UserId; //!< Identifies a core user. +typedef uint MsgId; //!< Identifies a message. +typedef uint BufferId; //!< Identifies a buffer. +typedef uint NetworkId; //!< Identifies an IRC Network. +typedef quint32 IdentityId; //!< Identifies an identity. //! Base class for exceptions. struct Exception {