diff options
Diffstat (limited to 'dw/oofposfixedmgr.hh')
-rw-r--r-- | dw/oofposfixedmgr.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dw/oofposfixedmgr.hh b/dw/oofposfixedmgr.hh index f3fc6011..02b0820f 100644 --- a/dw/oofposfixedmgr.hh +++ b/dw/oofposfixedmgr.hh @@ -5,6 +5,8 @@ namespace dw { +namespace oof { + class OOFPosFixedMgr: public OOFPositionedMgr { protected: @@ -18,6 +20,8 @@ public: ~OOFPosFixedMgr (); }; +} // namespace oof + } // namespace dw #endif // __DW_OOFPOSFIXEDMGR_HH__ |