Changeset 13479 for trunk/Ohana/src/opihi/pantasks
- Timestamp:
- May 22, 2007, 12:23:09 PM (19 years ago)
- Location:
- trunk/Ohana/src/opihi/pantasks
- Files:
-
- 3 edited
-
pantasks.c.in (modified) (1 diff)
-
pantasks_client.c.in (modified) (1 diff)
-
pantasks_server.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/pantasks.c.in
r12280 r13479 64 64 /* add program-dependent exit functions here */ 65 65 void cleanup () { 66 QuitImage (); 67 QuitGraph (); 66 QuitKapa (); 68 67 QuitController (); 69 68 return; -
trunk/Ohana/src/opihi/pantasks/pantasks_client.c.in
r12280 r13479 54 54 /* add program-dependent exit functions here */ 55 55 void cleanup () { 56 QuitImage (); 57 QuitGraph (); 56 QuitKapa (); 58 57 return; 59 58 } -
trunk/Ohana/src/opihi/pantasks/pantasks_server.c
r11890 r13479 74 74 /* add program-dependent exit functions here */ 75 75 void cleanup () { 76 // QuitImage (); 77 // QuitGraph (); 78 // QuitController (); 76 QuitKapa (); 77 QuitController (); 79 78 return; 80 79 }
Note:
See TracChangeset
for help on using the changeset viewer.
