|
a/src/utils/trexecmd.cpp |
|
b/src/utils/trexecmd.cpp |
|
... |
|
... |
13 |
#include <string>
|
13 |
#include <string>
|
14 |
#include <iostream>
|
14 |
#include <iostream>
|
15 |
#include <sstream>
|
15 |
#include <sstream>
|
16 |
#include <vector>
|
16 |
#include <vector>
|
17 |
|
17 |
|
18 |
#include "debuglog.h"
|
18 |
#include "log.h"
|
19 |
#include "cancelcheck.h"
|
19 |
#include "cancelcheck.h"
|
20 |
#include "execmd.h"
|
20 |
#include "execmd.h"
|
21 |
#include "smallut.h"
|
21 |
#include "smallut.h"
|
22 |
|
22 |
|
23 |
using namespace std;
|
23 |
using namespace std;
|
|
... |
|
... |
379 |
break;
|
379 |
break;
|
380 |
}
|
380 |
}
|
381 |
return status >> 8;
|
381 |
return status >> 8;
|
382 |
}
|
382 |
}
|
383 |
}
|
383 |
}
|
|
|
384 |
|