1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-05 09:28:35 +00:00
svn path=/trunk/kdenetwork/krfb/; revision=191175
This commit is contained in:
Tim Jansen 2002-11-29 20:49:15 +00:00
parent dfd03b2d80
commit bdc64b9b64

View File

@ -30,13 +30,12 @@ struct passwd;
/**
* An user or account name.
*
* This class represents a user on your system. You can
* between KInetAddress and KInetSocketAddress is that the socket address
* consists of the address and the port, KInetAddress peresents only the
* address itself.
* This class represents a user on your system. You can either get
* information about the current user, of fetch information about
* a user on the system.
*
* @author Tim Jansen <tim@tjansen.de>
* @short an Internet Address
* @short Represents a user on your system
*/
class KUser {