Minor cleanup.

This commit is contained in:
crs
2004-02-14 16:30:27 +00:00
parent 1861f21fb5
commit 901a76df0d
4 changed files with 42 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ CPrimaryClient::CPrimaryClient(const CString& name, CScreen* screen) :
CPrimaryClient::~CPrimaryClient()
{
delete m_screen;
// do nothing
}
void

View File

@@ -24,12 +24,12 @@ class CScreen;
/*!
The primary screen does not have a client associated with it. This
class provides a pseudo-client to allow the primary screen to be
treated as if it was on a client.
treated as if it was a client.
*/
class CPrimaryClient : public IClient {
public:
/*!
\c name is the name of the server. \p screen is adopted.
\c name is the name of the server and \p screen is primary screen.
*/
CPrimaryClient(const CString& name, CScreen* screen);
~CPrimaryClient();