Changeset 921:818510fa3d99 in lemon-0.x for src/work/peter/path/debug.h
- Timestamp:
- 09/29/04 17:30:04 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/peter/path/debug.h
r815 r921 1 1 // -*- C++ -*- // 2 2 3 #ifndef HUGO_DEBUG_H4 #define HUGO_DEBUG_H3 #ifndef LEMON_DEBUG_H 4 #define LEMON_DEBUG_H 5 5 6 6 //! \file 7 7 //! \brief Basic definitions for debug control. 8 8 9 namespace hugo{9 namespace lemon { 10 10 11 11 //! Debug mode for testing/debugging … … 54 54 55 55 } 56 #endif // HUGO_DEBUG_H56 #endif // LEMON_DEBUG_H
Note: See TracChangeset
for help on using the changeset viewer.