diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-12-10 12:49:04 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-12-10 12:49:04 +0000 |
commit | c435f381b0241657d137861680807ee474454e09 (patch) | |
tree | 3a0c9efb3b6aab16e4755d0acd1b6e168fd9f8dc /examples/IPC_SAP | |
parent | 49fa204a40bb92fa8e18477a8a9db8872efbe2da (diff) | |
download | ATCD-c435f381b0241657d137861680807ee474454e09.tar.gz |
ChangeLogTag: Wed Dec 10 12:49:13 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples/IPC_SAP')
-rw-r--r-- | examples/IPC_SAP/SSL_SAP/SSL-client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/IPC_SAP/SSL_SAP/SSL-client.h b/examples/IPC_SAP/SSL_SAP/SSL-client.h index 3cdf36bdfc0..6f68f6e760a 100644 --- a/examples/IPC_SAP/SSL_SAP/SSL-client.h +++ b/examples/IPC_SAP/SSL_SAP/SSL-client.h @@ -7,7 +7,7 @@ #ifndef __ACE_SSL_CLIENT_H #define __ACE_SSL_CLIENT_H -#include "ace/BArrier.h" +#include "ace/Barrier.h" #include "ace/Time_Value.h" #include "ace/SSL/SSL_SOCK_Stream.h" |