예제 #1
0
 void release(const char* path)
 {
   m_references.release(CopiedString(path));
   //globalOutputStream() << "release: \"" << path << "\"\n";
 }
예제 #2
0
 void release (const std::string& path)
 {
     m_references.release(path);
     g_debug("release: \"%s\"\n", path.c_str());
 }