Changeset 18539
- Timestamp:
- 04/11/06 09:20:35 (3 years ago)
- Files:
-
- juggler/trunk/modules/vapor/vpr/SystemBase.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/vapor/vpr/SystemBase.cpp
r18331 r18539 184 184 std::string mangled_name, demangled_name; 185 185 186 unsignedstart(std::string::npos), end(std::string::npos);186 std::string::size_type start(std::string::npos), end(std::string::npos); 187 187 start = trace_line.find("(_"); 188 188 if(std::string::npos != start)
