summaryrefslogtreecommitdiff
path: root/ace/ACE.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-05-29 22:28:19 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-05-29 22:28:19 +0000
commit1fda4e43bd9a6b12e6d5ef74316a8780901b4543 (patch)
tree806912a2a6edb04c4fd55fcf0214728df252589a /ace/ACE.h
parentdad4b55b810ffa8df9abe13ca4e771fc604df23d (diff)
downloadATCD-1fda4e43bd9a6b12e6d5ef74316a8780901b4543.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/ACE.h')
-rw-r--r--ace/ACE.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/ACE.h b/ace/ACE.h
index 96baa70f4c1..d1be96b9856 100644
--- a/ace/ACE.h
+++ b/ace/ACE.h
@@ -370,6 +370,9 @@ public:
// Returns a string containing the error message corresponding to a
// WinSock error. This works around an omission in the Win32 API...
+ static is_process_active (pid_t pid);
+ // Checks if process with <pid> is still alive
+
private:
ACE (void);
// Ensure we can't define an instance of this class...