Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. /*
  2. * process.h
  3. *
  4. * Created on: Jun 25, 2011
  5. * Author: adam
  6. */
  7.  
  8. #ifndef PROCESS_H_
  9. #define PROCESS_H_
  10. using namespace std;
  11. #include <string>
  12.  
  13. class process{
  14. public:
  15. void process::process(std::string a,int c);
  16.  
  17. };
  18.  
  19.  
  20. #endif /* PROCESS_H_ */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement