source:
to-imperative/trunk/library/include/refal/Debug.hh
@
1631
Last change on this file since 1631 was 1631, checked in by sveta, 16 years ago | |
---|---|
|
|
File size: 200 bytes |
Line | |
---|---|
1 | #ifndef __Debug_hh__ |
2 | #define __Debug_hh__ |
3 | |
4 | #include <rf_core.hh> |
5 | |
6 | namespace refal |
7 | { |
8 | |
9 | using namespace rfrt; |
10 | |
11 | namespace Debug |
12 | { |
13 | |
14 | RF_DECL (Debug); |
15 | |
16 | RF_DECL (Debug_m_Check); |
17 | |
18 | } |
19 | |
20 | } |
21 | |
22 | #endif // __Debug_hh__ |
Note: See TracBrowser
for help on using the repository browser.