summaryrefslogtreecommitdiff
path: root/ace/Task.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-20 19:33:12 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-20 19:33:12 +0000
commit5ff2862cd29f3283dce0701d794cb990a2bc92b1 (patch)
treef624eb89c411a782d341338e1bd8cea8e713c90a /ace/Task.h
parent74ff001407f539d9bf4589f165f5d1a84faa0298 (diff)
downloadATCD-5ff2862cd29f3283dce0701d794cb990a2bc92b1.tar.gz
changed NULL to 0 for other than WIN32
Diffstat (limited to 'ace/Task.h')
-rw-r--r--ace/Task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Task.h b/ace/Task.h
index bfa6b552b5b..4f0939f70fd 100644
--- a/ace/Task.h
+++ b/ace/Task.h
@@ -92,7 +92,7 @@ public:
int force_active = 0,
u_int priority = 0,
int grp_id = -1,
- ACE_Task_Base *task = NULL);
+ ACE_Task_Base *task = 0);
// Turn the task into an active object, i.e., having <n_threads> of
// control, all running at the <priority> level with the same
// <grp_id>, all of which invoke <Task::svc>. Returns -1 if failure