Guest User

Untitled

a guest
Oct 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. /**
  2. * Copy constructor
  3. */
  4. TaskGenJob(const TaskGenJob& genJobref);
  5.  
  6. TaskGenJob(TaskGenJob* genJobref);
  7.  
  8. /**
  9. * @brief CopyObj
  10. */
  11. TaskGenJob* CopyObj();
  12.  
  13. /**
  14. * @brief TaskGenJob destructor
  15. */
  16. ~TaskGenJob();
Add Comment
Please, Sign In to add comment