Include BinaryCStream.h and TextCStream.h, not the old *Coder.h

versions.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@876 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-01-27 00:56:10 +00:00
parent 910deac851
commit f29490f4e1
3 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
/* Includes interfaces for all concrete objects classes
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Copyright (C) 1993,1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
@ -63,8 +63,8 @@
/* Coder objects */
#include <objects/Coder.h>
#include <objects/BinaryCoder.h>
#include <objects/TextCoder.h>
#include <objects/BinaryCStream.h>
#include <objects/TextCStream.h>
/* Port objects */
#include <objects/Port.h>

View file

@ -1,5 +1,5 @@
/* Includes interfaces for all concrete objects classes
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Copyright (C) 1993,1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
@ -63,8 +63,8 @@
/* Coder objects */
#include <objects/Coder.h>
#include <objects/BinaryCoder.h>
#include <objects/TextCoder.h>
#include <objects/BinaryCStream.h>
#include <objects/TextCStream.h>
/* Port objects */
#include <objects/Port.h>

View file

@ -1,5 +1,5 @@
/* Includes interfaces for all concrete objects classes
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Copyright (C) 1993,1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: May 1993
@ -63,8 +63,8 @@
/* Coder objects */
#include <objects/Coder.h>
#include <objects/BinaryCoder.h>
#include <objects/TextCoder.h>
#include <objects/BinaryCStream.h>
#include <objects/TextCStream.h>
/* Port objects */
#include <objects/Port.h>