summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorp37sitdu <devnull@localhost>2013-01-11 17:57:03 +0000
committerp37sitdu <devnull@localhost>2013-01-11 17:57:03 +0000
commitb9f1468f7c49981b3c01e6308b25941aba4e4d94 (patch)
tree89c91fc7337c32412877296ebf2f1fd357f91ff6
parent2679808d70e4defa68cfeb3cdc9783e09fd58676 (diff)
fix up dw namespace comments
-rw-r--r--dw/core.hh4
-rw-r--r--dw/events.hh2
-rw-r--r--dw/findtext.cc2
-rw-r--r--dw/findtext.hh2
-rw-r--r--dw/fltkcore.hh2
-rw-r--r--dw/fltkimgbuf.cc2
-rw-r--r--dw/fltkimgbuf.hh2
-rw-r--r--dw/imgbuf.hh2
-rw-r--r--dw/iterator.cc2
-rw-r--r--dw/iterator.hh2
-rw-r--r--dw/layout.cc3
-rw-r--r--dw/layout.hh2
-rw-r--r--dw/platform.hh2
-rw-r--r--dw/selection.cc2
-rw-r--r--dw/selection.hh2
-rw-r--r--dw/style.cc2
-rw-r--r--dw/style.hh2
-rw-r--r--dw/types.cc2
-rw-r--r--dw/types.hh2
-rw-r--r--dw/ui.cc2
-rw-r--r--dw/view.hh2
-rw-r--r--dw/widget.cc4
-rw-r--r--dw/widget.hh2
23 files changed, 23 insertions, 28 deletions
diff --git a/dw/core.hh b/dw/core.hh
index b6e18c10..13545bfe 100644
--- a/dw/core.hh
+++ b/dw/core.hh
@@ -31,10 +31,8 @@ namespace ui {
class ResourceFactory;
} // namespace ui
-
-
-} // namespace dw
} // namespace core
+} // namespace dw
#include "../lout/object.hh"
#include "../lout/container.hh"
diff --git a/dw/events.hh b/dw/events.hh
index c29cb7f4..5309186e 100644
--- a/dw/events.hh
+++ b/dw/events.hh
@@ -77,7 +77,7 @@ public:
Widget *lastWidget, *currentWidget;
};
-} // namespace dw
} // namespace core
+} // namespace dw
#endif // __DW_EVENTS_HH__
diff --git a/dw/findtext.cc b/dw/findtext.cc
index 9793db91..05896ebd 100644
--- a/dw/findtext.cc
+++ b/dw/findtext.cc
@@ -288,5 +288,5 @@ bool FindtextState::search0 (bool backwards, bool firstTrial)
return ret;
}
-} // namespace dw
} // namespace core
+} // namespace dw
diff --git a/dw/findtext.hh b/dw/findtext.hh
index 14789878..c6803485 100644
--- a/dw/findtext.hh
+++ b/dw/findtext.hh
@@ -78,7 +78,7 @@ public:
void resetSearch ();
};
-} // namespace dw
} // namespace core
+} // namespace dw
#endif // __DW_FINDTEXT_STATE_H__
diff --git a/dw/fltkcore.hh b/dw/fltkcore.hh
index 376f588e..2a20a610 100644
--- a/dw/fltkcore.hh
+++ b/dw/fltkcore.hh
@@ -11,7 +11,7 @@ class FltkResource;
} // namespace ui
} // namespace fltk
-} // namespace core
+} // namespace dw
#include <FL/Fl_Widget.H>
diff --git a/dw/fltkimgbuf.cc b/dw/fltkimgbuf.cc
index 4ede6c5b..3c3c9236 100644
--- a/dw/fltkimgbuf.cc
+++ b/dw/fltkimgbuf.cc
@@ -326,5 +326,5 @@ void FltkImgbuf::draw (Fl_Widget *target, int xRoot, int yRoot,
}
-} // namespace dw
} // namespace fltk
+} // namespace dw
diff --git a/dw/fltkimgbuf.hh b/dw/fltkimgbuf.hh
index 30e0cc37..34c6bfd8 100644
--- a/dw/fltkimgbuf.hh
+++ b/dw/fltkimgbuf.hh
@@ -59,7 +59,7 @@ public:
int x, int y, int width, int height);
};
-} // namespace dw
} // namespace fltk
+} // namespace dw
#endif // __DW_FLTK_IMGBUF_HH__
diff --git a/dw/imgbuf.hh b/dw/imgbuf.hh
index d6f41d21..02ba9087 100644
--- a/dw/imgbuf.hh
+++ b/dw/imgbuf.hh
@@ -202,7 +202,7 @@ public:
virtual bool isReferred () = 0;
};
-} // namespace dw
} // namespace core
+} // namespace dw
#endif // __DW_IMGBUF_HH__
diff --git a/dw/iterator.cc b/dw/iterator.cc
index e9431e9b..5f46cbdb 100644
--- a/dw/iterator.cc
+++ b/dw/iterator.cc
@@ -794,5 +794,5 @@ void CharIterator::unhighlight (CharIterator *it1, CharIterator *it2,
}
}
-} // namespace dw
} // namespace core
+} // namespace dw
diff --git a/dw/iterator.hh b/dw/iterator.hh
index 838d66a1..c5cfd72b 100644
--- a/dw/iterator.hh
+++ b/dw/iterator.hh
@@ -252,7 +252,7 @@ public:
hpos, vpos); }
};
-} // namespace dw
} // namespace core
+} // namespace dw
#endif // __ITERATOR_HH__
diff --git a/dw/layout.cc b/dw/layout.cc
index be7a44ce..a974378f 100644
--- a/dw/layout.cc
+++ b/dw/layout.cc
@@ -1050,6 +1050,5 @@ void Layout::viewportSizeChanged (View *view, int width, int height)
setSizeHints ();
}
-} // namespace dw
} // namespace core
-
+} // namespace dw
diff --git a/dw/layout.hh b/dw/layout.hh
index 7f33594b..d3ace03a 100644
--- a/dw/layout.hh
+++ b/dw/layout.hh
@@ -389,8 +389,8 @@ public:
inline style::Color* getBgColor () { return bgColor; }
};
-} // namespace dw
} // namespace core
+} // namespace dw
#endif // __DW_LAYOUT_HH__
diff --git a/dw/platform.hh b/dw/platform.hh
index c7eb37ee..1e16dcfe 100644
--- a/dw/platform.hh
+++ b/dw/platform.hh
@@ -164,7 +164,7 @@ public:
virtual ui::ResourceFactory *getResourceFactory () = 0;
};
-} // namespace dw
} // namespace core
+} // namespace dw
#endif // __DW_PLATFORM_HH__
diff --git a/dw/selection.cc b/dw/selection.cc
index 64a0b526..8b4cf318 100644
--- a/dw/selection.cc
+++ b/dw/selection.cc
@@ -476,5 +476,5 @@ void SelectionState::copy()
}
}
-} // namespace dw
} // namespace core
+} // namespace dw
diff --git a/dw/selection.hh b/dw/selection.hh
index 7f6b1a58..ef9df0e0 100644
--- a/dw/selection.hh
+++ b/dw/selection.hh
@@ -235,7 +235,7 @@ public:
int linkNo, MousePositionEvent *event);
};
-} // namespace dw
} // namespace core
+} // namespace dw
#endif // __DW_SELECTION_H__
diff --git a/dw/style.cc b/dw/style.cc
index c14f3123..6c0abda2 100644
--- a/dw/style.cc
+++ b/dw/style.cc
@@ -958,5 +958,5 @@ void numtostr (int num, char *buf, int buflen, ListStyleType listStyleType)
}
} // namespace style
-} // namespace dw
} // namespace core
+} // namespace dw
diff --git a/dw/style.hh b/dw/style.hh
index cd9012c5..7c00ac1f 100644
--- a/dw/style.hh
+++ b/dw/style.hh
@@ -686,8 +686,8 @@ void drawBackground (View *view, Rectangle *area,
void numtostr (int num, char *buf, int buflen, ListStyleType listStyleType);
} // namespace style
-} // namespace dw
} // namespace core
+} // namespace dw
#endif // __DW_STYLE_HH__
diff --git a/dw/types.cc b/dw/types.cc
index 074cb352..86836bc1 100644
--- a/dw/types.cc
+++ b/dw/types.cc
@@ -268,5 +268,5 @@ void Region::addRectangle (Rectangle *rPointer)
rectangleList->append (r);
}
-} // namespace dw
} // namespace core
+} // namespace dw
diff --git a/dw/types.hh b/dw/types.hh
index 65983fad..f04fc138 100644
--- a/dw/types.hh
+++ b/dw/types.hh
@@ -207,7 +207,7 @@ struct Content
};
};
-} // namespace dw
} // namespace core
+} // namespace dw
#endif // __DW_TYPES_HH__
diff --git a/dw/ui.cc b/dw/ui.cc
index 35d63f6c..dd98b2e9 100644
--- a/dw/ui.cc
+++ b/dw/ui.cc
@@ -381,5 +381,5 @@ Iterator *RadioButtonResource::iterator (Content::Type mask, bool atEnd)
} // namespace ui
} // namespace core
-} // namespace core
+} // namespace dw
diff --git a/dw/view.hh b/dw/view.hh
index da9bdce4..8037dc62 100644
--- a/dw/view.hh
+++ b/dw/view.hh
@@ -205,7 +205,7 @@ public:
virtual void mergeClippingView (View *clippingView) = 0;
};
-} // namespace dw
} // namespace core
+} // namespace dw
#endif // __DW_VIEW_HH__
diff --git a/dw/widget.cc b/dw/widget.cc
index 3c788565..1d9f96e4 100644
--- a/dw/widget.cc
+++ b/dw/widget.cc
@@ -617,7 +617,5 @@ void Widget::removeChild (Widget *child)
misc::assertNotReached ();
}
-
-
-} // namespace dw
} // namespace core
+} // namespace dw
diff --git a/dw/widget.hh b/dw/widget.hh
index 02a20f44..6942221b 100644
--- a/dw/widget.hh
+++ b/dw/widget.hh
@@ -306,7 +306,7 @@ public:
virtual void removeChild (Widget *child);
};
-} // namespace dw
} // namespace core
+} // namespace dw
#endif // __DW_WIDGET_HH__