Last change
on this file since 2039 was
2039,
checked in by orlov, 15 years ago
|
- Corresponding to the functions addition changes of interfaces.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
215 bytes
|
Line | |
---|
1 | #ifndef __refal__Debug_hh__ |
---|
2 | #define __refal__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 (Stop_q_); |
---|
15 | |
---|
16 | RF_DECL (Debug); |
---|
17 | |
---|
18 | } |
---|
19 | |
---|
20 | } |
---|
21 | |
---|
22 | #endif // __refal__Debug_hh__ |
---|
Note: See
TracBrowser
for help on using the repository browser.