Tracker: indent comments
This commit is contained in:
@@ -332,11 +332,11 @@ private:
|
|||||||
|
|
||||||
|
|
||||||
class WindowStateNodeOpener {
|
class WindowStateNodeOpener {
|
||||||
// this class manages opening and closing the proper node for
|
// this class manages opening and closing the proper node for
|
||||||
// state restoring / saving; the constructor knows how to decide whether
|
// state restoring / saving; the constructor knows how to decide whether
|
||||||
// to use a special directory for root, etc.
|
// to use a special directory for root, etc.
|
||||||
// setter calls used when no attributes can be read from a node and
|
// setter calls used when no attributes can be read from a node and
|
||||||
// defaults are to be substituted
|
// defaults are to be substituted
|
||||||
public:
|
public:
|
||||||
WindowStateNodeOpener(BContainerWindow* window, bool forWriting);
|
WindowStateNodeOpener(BContainerWindow* window, bool forWriting);
|
||||||
virtual ~WindowStateNodeOpener();
|
virtual ~WindowStateNodeOpener();
|
||||||
@@ -356,7 +356,7 @@ private:
|
|||||||
|
|
||||||
|
|
||||||
class BackgroundView : public BView {
|
class BackgroundView : public BView {
|
||||||
// background view placed in a BContainerWindow, under the pose view
|
// background view placed in a BContainerWindow, under the pose view
|
||||||
public:
|
public:
|
||||||
BackgroundView(BRect);
|
BackgroundView(BRect);
|
||||||
virtual void AttachedToWindow();
|
virtual void AttachedToWindow();
|
||||||
|
|||||||
Reference in New Issue
Block a user