Minor cleanup.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user