- Timestamp:
- Mar 27, 2008, 2:07:50 PM (17 years ago)
- Location:
- trunk/IPs/systemC/Environment
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/Environment/RamLock/src/RamLock_print.cpp
r78 r80 1 1 #include "../include/RamLock.h" 2 2 3 namespace environ nement {3 namespace environment { 4 4 namespace ramlock { 5 5 6 std::ostream& operator<< (std::ostream& output, environ nement::ramlock::RamLock & x)6 std::ostream& operator<< (std::ostream& output, environment::ramlock::RamLock & x) 7 7 { 8 8 output << "<" << x._name << ">" << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.