diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-24 17:07:57 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-24 17:07:57 +0000 |
commit | f6a04186208c9936c655096f7ac5e95dc2f4ccaf (patch) | |
tree | e4fb1d98e75a7c6e7da8a3717ce2ff6197da15ec /apps/JAWS/clients/Blobby/Blob.cpp | |
parent | d47286da45069f10f531148545a180b2e8648c7c (diff) | |
download | ATCD-pmb_integration_mike_start.tar.gz |
This commit was manufactured by cvs2svn to create tagpmb_integration_mike_start
'pmb_integration_mike_start'.
Diffstat (limited to 'apps/JAWS/clients/Blobby/Blob.cpp')
-rw-r--r-- | apps/JAWS/clients/Blobby/Blob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/JAWS/clients/Blobby/Blob.cpp b/apps/JAWS/clients/Blobby/Blob.cpp index b29004ae960..7c6d41d4554 100644 --- a/apps/JAWS/clients/Blobby/Blob.cpp +++ b/apps/JAWS/clients/Blobby/Blob.cpp @@ -18,7 +18,7 @@ ACE_Blob::~ACE_Blob (void) // initialize address and filename. No network i/o in open int -ACE_Blob::open (const ACE_TCHAR *filename, const ACE_TCHAR *hostname , u_short port) +ACE_Blob::open (ACE_TCHAR *filename, const ACE_TCHAR *hostname , u_short port) { filename_ = ACE_OS::strdup (filename); inet_addr_.set (port, hostname); |