File:  [Public] / libwww / Library / src / WWWTrans.html
Revision 2.4: download - view: text, annotated - select for diffs
Sun Feb 16 18:43:30 1997 UTC (27 years, 3 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1l, Release-5-1k, Release-5-1j, Release-5-1g, Release-5-1e, Release-5-1d, Release-5-1b, Release-5-1a, Release-5-1, HEAD
Changed name of sample coed library

<HTML>
<HEAD>
  <TITLE>W3C Sample Code Library libwww Transports</TITLE>
</HEAD>
<BODY>
<H1>
  Declaration of W3C Sample Code Library Transports
</H1>
<PRE>
/*
**	(c) COPYRIGHT MIT 1995.
**	Please first read the full copyright statement in the file COPYRIGH.
*/
</PRE>
<PRE>
#ifndef WWWTRANS_H
#define WWWTRANS_H
</PRE>
<PRE>
#ifdef __cplusplus
extern "C" { 
#endif
</PRE>
<H2>
  System dependencies
</H2>
<P>
The <A HREF="sysdep.html">sysdep.h</A> file includes system-specific include
files and flags for I/O to network and disk. The only reason for this file
is that the Internet world is more complicated than Posix and ANSI.
<PRE>
#include "sysdep.h"
</PRE>
<H2>
  Transport Modules
</H2>
<P>
These are the transports describing this interface
<H3>
  Local File Transport
</H3>
<PRE>
#include "<A HREF="HTANSI.html">HTANSI.h</A>"
#include "<A HREF="HTLocal.html">HTLocal.h</A>"
</PRE>
<H3>
  BSD Socket Transport
</H3>
<PRE>
#include "<A HREF="HTTCP.html">HTTCP.h</A>"
#include "<A HREF="HTSocket.html">HTSocket.h</A>"
#include "<A HREF="HTReader.html">HTReader.h</A>"
#include "<A HREF="HTWriter.html">HTWriter.h</A>"
#include "<A HREF="HTBufWrt.html">HTBufWrt.h</A>"
</PRE>
<PRE>
#ifdef __cplusplus
} /* end extern C definitions */
#endif

#endif
</PRE>
<P>
  <HR>
<ADDRESS>
  @(#) $Id: WWWTrans.html,v 2.4 1997/02/16 18:43:30 frystyk Exp $
</ADDRESS>
</BODY></HTML>

Webmaster