source:
trunk/IPs/systemC/Environment/Data/src/Data_reset.cpp
@
110
Last change on this file since 110 was 81, checked in by , 17 years ago | |
---|---|
|
|
File size: 115 bytes |
Line | |
---|---|
1 | #include "../include/Data.h" |
2 | |
3 | namespace environment { |
4 | namespace data { |
5 | |
6 | void Data::reset (void) |
7 | { |
8 | } |
9 | |
10 | }; |
11 | }; |
Note: See TracBrowser
for help on using the repository browser.