summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/INet/HTTP_ClientRequestHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/ace/INet/HTTP_ClientRequestHandler.h')
-rw-r--r--ACE/protocols/ace/INet/HTTP_ClientRequestHandler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/protocols/ace/INet/HTTP_ClientRequestHandler.h b/ACE/protocols/ace/INet/HTTP_ClientRequestHandler.h
index d1f2c77d22a..79747658edf 100644
--- a/ACE/protocols/ace/INet/HTTP_ClientRequestHandler.h
+++ b/ACE/protocols/ace/INet/HTTP_ClientRequestHandler.h
@@ -117,7 +117,6 @@ namespace ACE
friend class ACE_Singleton<SessionFactoryRegistry, ACE_SYNCH::MUTEX>;
public:
-
void register_session_factory (const ACE_CString& scheme,
SessionFactory* factory);
@@ -234,7 +233,6 @@ namespace ACE
Response response_;
SessionHolder* session_;
};
-
}
}