git-svn-id: svn://db.shs.com.ru/pip@817 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifdef PIP_INTROSPECTION
|
||||
|
||||
#include "piintrospection_threads.h"
|
||||
#include "piintrospection_threads_p.h"
|
||||
|
||||
@@ -66,3 +68,5 @@ void PIIntrospectionThreadsInterface::threadStop(PIThread * t) {
|
||||
void PIIntrospectionThreadsInterface::threadRunDone(PIThread * t, ullong us) {
|
||||
p->threadRunDone(t, us);
|
||||
}
|
||||
|
||||
#endif // PIP_INTROSPECTION
|
||||
|
||||
Reference in New Issue
Block a user