From 58c8815679f0131a5f4ae8aba4b16502ff5d4974 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 10 Oct 2006 14:25:51 +0000 Subject: Tue Oct 10 12:11:12 2006 Johnny Willemsen --- CIAO/DAnCE/NodeApplicationManager/HTTP_Client.cpp | 4 ---- CIAO/DAnCE/NodeApplicationManager/HTTP_Client.h | 1 - 2 files changed, 5 deletions(-) diff --git a/CIAO/DAnCE/NodeApplicationManager/HTTP_Client.cpp b/CIAO/DAnCE/NodeApplicationManager/HTTP_Client.cpp index 73a8071f305..1b2d6afc519 100644 --- a/CIAO/DAnCE/NodeApplicationManager/HTTP_Client.cpp +++ b/CIAO/DAnCE/NodeApplicationManager/HTTP_Client.cpp @@ -30,7 +30,6 @@ HTTP_Client::open (const ACE_TCHAR *filename, int HTTP_Client::read (ACE_Message_Block *mb) { - // Create a HTTP_Client Reader HTTP_Reader HTTP_reader (mb, filename_); HTTP_Handler *brp = &HTTP_reader; @@ -40,20 +39,17 @@ HTTP_Client::read (ACE_Message_Block *mb) ACE_ERROR_RETURN ((LM_ERROR, "%p\n", "HTTP_Client::read():Connector error"), -1); return HTTP_reader.byte_count (); - } // close down the HTTP_Client int HTTP_Client::close (void) { - if (filename_) { ACE_OS::free ((void *) filename_); filename_ = 0; } return 0; - } diff --git a/CIAO/DAnCE/NodeApplicationManager/HTTP_Client.h b/CIAO/DAnCE/NodeApplicationManager/HTTP_Client.h index ac0f9cbea92..1a62fb10bcc 100644 --- a/CIAO/DAnCE/NodeApplicationManager/HTTP_Client.h +++ b/CIAO/DAnCE/NodeApplicationManager/HTTP_Client.h @@ -66,7 +66,6 @@ private: /// The connector endpoint to initiate the client connection ACE_Connector connector_; - }; #endif /* HTTP_Client_H */ -- cgit v1.2.1