Constructor
| 398 | public: |
| 399 | /// Constructor |
| 400 | CxtThreadProc(NodeID t, const CallStrCxt& c, const FunObjVar* f) :CxtProc(c,f),tid(t) |
| 401 | { |
| 402 | } |
| 403 | /// Copy constructor |
| 404 | CxtThreadProc(const CxtThreadProc& ctm) : CxtProc(ctm.getContext(),ctm.getProc()), tid(ctm.getTid()) |
| 405 | { |