]> git.cworth.org Git - apitrace/commit
Move trace::findWrapper to trace_resource.cpp
authorCarl Worth <cworth@cworth.org>
Sun, 12 Aug 2012 23:01:09 +0000 (16:01 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sun, 18 Nov 2012 14:33:53 +0000 (14:33 +0000)
commitca7283268b6ecc29d371624b908fd85c30024056
tree41ba9f1be4a329f31bfb1708d3fe658f1d1d7bc5
parentfc550c52a09230de93a68dd599cd95d4f6f30c4c
Move trace::findWrapper to trace_resource.cpp

It's not actually used outside of trace_tools_trace.cpp, but it is so
similar to the existing trace::findScript in trace_resource.cpp that
there are benefits to having them defined in the same file.
common/trace_resource.cpp
common/trace_resource.hpp
common/trace_tools_trace.cpp