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. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
@@ -15,11 +15,11 @@
class Desktop; class Desktop;
class Window; class Window;
/*!
Workspace objects are intended to be short-lived. You create them while /*! 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 already holding a lock to the Desktop read-write lock and then you can use
to query information, and then you destroy them again, for example by letting them to query information, and then you destroy them again, for example by
them go out of scope. letting them go out of scope.
*/ */
class Workspace { class Workspace {
public: public:
@@ -48,4 +48,5 @@ private:
bool fCurrentWorkspace; bool fCurrentWorkspace;
}; };
#endif /* WORKSPACE_H */ #endif /* WORKSPACE_H */