Minor cleanup.

This commit is contained in:
Axel Dörfler
2016-07-24 13:01:09 +02:00
parent af3057423c
commit df8d92af25
+7 -6
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2005-2009, Haiku.
* Copyright 2005-2013, Haiku.
* Distributed under the terms of the MIT License.
*
* Authors:
@@ -15,11 +15,11 @@
class Desktop;
class Window;
/*!
Workspace objects are intended to be short-lived. You create them while
already holding a lock to the Desktop read-write lock and then you can use them
to query information, and then you destroy them again, for example by letting
them go out of scope.
/*! Workspace objects are intended to be short-lived. You create them while
already holding a lock to the Desktop read-write lock and then you can use
them to query information, and then you destroy them again, for example by
letting them go out of scope.
*/
class Workspace {
public:
@@ -48,4 +48,5 @@ private:
bool fCurrentWorkspace;
};
#endif /* WORKSPACE_H */