From a980eaccb9f0338f262549f31cc99a23529efd73 Mon Sep 17 00:00:00 2001 From: nobody Date: Tue, 7 Mar 2000 16:30:11 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'TAO-1_0_15'. --- apps/JAWS/stress_testing/connection.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 apps/JAWS/stress_testing/connection.h (limited to 'apps/JAWS/stress_testing/connection.h') diff --git a/apps/JAWS/stress_testing/connection.h b/apps/JAWS/stress_testing/connection.h deleted file mode 100644 index 5eaa164bc78..00000000000 --- a/apps/JAWS/stress_testing/connection.h +++ /dev/null @@ -1,22 +0,0 @@ -// $Id$ - -#include "global.h" - -#ifndef _D_connection -#define _D_connection -class connection { - -public: - int connect(char *hostname_opt_port, int tcp_nodelay, int sockbufsiz); - read(void *buffer, size_t maxlen, unsigned int timeout_seconds = 60); - write(const void *buffer, size_t maxlen, unsigned int timeout_seconds = 60); - write_n(const void *buffer, size_t len, unsigned int timeout_seconds = 60); - read_n(void *buffer, size_t maxlen, unsigned int timeout_seconds = 60); - int close(void); - ~connection(void); - -private: - ACE_SOCK_Stream stream_; - char sockbuf[66000]; -}; -#endif -- cgit v1.2.1