home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sgi / 13264 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.2 KB  |  52 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!decwrl!access.usask.ca!skorpio!srikant
  3. From: srikant@skorpio.usask.ca (Srikant Subramaniam)
  4. Subject: Problem with sproc()
  5. Message-ID: <1992Sep3.223815.20484@access.usask.ca>
  6. Sender: srikant@skorpio (Srikant Subramaniam)
  7. Nntp-Posting-Host: skorpio.usask.ca
  8. Organization: University of Saskatchewan, Saskatoon, Canada
  9. Date: Thu, 3 Sep 1992 22:38:15 GMT
  10. Lines: 40
  11.  
  12. Hello:
  13.  
  14. I've been unable to figure this compiler error :-( Could somebody pl help?
  15.  
  16. Code fragment follows:
  17. -----------------------
  18.  
  19. class Worker {
  20. ..
  21. ..
  22. public: Worker() {
  23.         ....
  24.         sproc(get_to_work, PR_SALL); // ERROR HERE
  25.         ...
  26.     }
  27.  
  28.     void get_to_work() {
  29.     ...
  30.     ..
  31.     }
  32. } // Class Worker
  33.  
  34. When I compile this code, I get these errors:
  35.  
  36. 1. error: bad argument  1 type for sproc(): void (Worker::*)() ( void (*)(void *)
  37.    expected)  (in the line marked as "ERROR HERE" above.)
  38.  
  39. Thanks ...
  40.  
  41. -- 
  42. ----- 
  43.  |\/\/\/|      Srikant Subramaniam.
  44.  |      |      srikant@cs.usask.ca 
  45.  |    |
  46.  |      |      Disclaimer: This is not what really I look like.     
  47.  | (o)(o)      Disclaimer: I didn't do it, nobody saw me do it, 
  48.  C      _)                  can't prove anything. 
  49.   | ,___|             
  50.   |   /     
  51.   /---\    
  52.