Changeset 2954
- Timestamp:
- 04/27/06 15:19:58 (3 years ago)
- Files:
-
- hydranode/hncore/cgcomm/sub_download.cpp (modified) (1 diff)
- hydranode/hncore/cgcomm/sub_search.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hydranode/hncore/cgcomm/sub_download.cpp
r2921 r2954 330 330 CacheEntry *c = new CacheEntry(file); 331 331 c->setDirty(true); 332 assert(c->getId() == getFId(file));333 332 m_cache.insert(c); 334 333 } else if (i != m_cache.get<2>().end() && event == PD_DESTROY) { hydranode/hncore/cgcomm/sub_search.cpp
r2895 r2954 65 65 66 66 std::ostream& operator<<(std::ostream &o, const Search::CacheEntry &c) { 67 assert(c.m_name.size());68 67 uint32_t tagCount = 0; 69 68 std::ostringstream tags;
