mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
910deac851
commit
f29490f4e1
3 changed files with 9 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue