summaryrefslogtreecommitdiff
path: root/ace/Service_Repository.h
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-23 04:43:59 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-23 04:43:59 +0000
commitf40cc79fed36173f3588f26d7bec8ee7705dc153 (patch)
tree61d38d262d43ac77fc2ad94c9e7e850cd5607622 /ace/Service_Repository.h
parent2afe8d4640d7b30bfe959c16212ea87df8e6ec7c (diff)
downloadATCD-f40cc79fed36173f3588f26d7bec8ee7705dc153.tar.gz
ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/Service_Repository.h')
-rw-r--r--ace/Service_Repository.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/Service_Repository.h b/ace/Service_Repository.h
index 04e46defc01..26ba6b3fbd0 100644
--- a/ace/Service_Repository.h
+++ b/ace/Service_Repository.h
@@ -84,7 +84,7 @@ public:
int insert (const ACE_Service_Type *);
// Insert a new service record.
- int find (const ASYS_TCHAR name[],
+ int find (const ACE_TCHAR name[],
const ACE_Service_Type **srp = 0,
int ignore_suspended = 1);
// Locate an entry with <name> in the table. If <ignore_suspended>
@@ -94,14 +94,14 @@ public:
// If <name> is found, but it is suspended and the caller wants to
// ignore suspended services a -2 is returned.
- int remove (const ASYS_TCHAR[]);
+ int remove (const ACE_TCHAR[]);
// Remove an existing service record.
// = Liveness control
- int resume (const ASYS_TCHAR[], const ACE_Service_Type ** = 0);
+ int resume (const ACE_TCHAR[], const ACE_Service_Type ** = 0);
// Resume a service record.
- int suspend (const ASYS_TCHAR[], const ACE_Service_Type ** = 0);
+ int suspend (const ACE_TCHAR[], const ACE_Service_Type ** = 0);
// Suspend a service record.
int current_size (void);
@@ -117,7 +117,7 @@ public:
// Declare the dynamic allocation hooks.
private:
- int find_i (const ASYS_TCHAR service_name[],
+ int find_i (const ACE_TCHAR service_name[],
const ACE_Service_Type ** = 0,
int ignore_suspended = 1);
// Locates <service_name>. Must be called without locks being