40 lines
1.1 KiB
C++
40 lines
1.1 KiB
C++
///////////////////////////////////////////////////////////////////////////
|
|
// FILE: streambu/streambu.h (streambuf support)
|
|
//
|
|
// =========================================================================
|
|
//
|
|
// Open Watcom Project
|
|
//
|
|
// Copyright (c) 2002-2010 Open Watcom Contributors. All Rights Reserved.
|
|
// Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved.
|
|
//
|
|
// This file is automatically generated. Do not edit directly.
|
|
//
|
|
// =========================================================================
|
|
//
|
|
// Description: This header is part of the C++ standard library. It
|
|
// declares the streambuf base class.
|
|
///////////////////////////////////////////////////////////////////////////
|
|
#ifndef _STREAMBUF_H_INCLUDED
|
|
#define _STREAMBUF_H_INCLUDED
|
|
|
|
#ifndef _ENABLE_AUTODEPEND
|
|
#pragma read_only_file;
|
|
#endif
|
|
|
|
#ifndef _STREAMBUF_INCLUDED
|
|
#include <streambu>
|
|
#endif
|
|
using std::streambuf;
|
|
|
|
// All included names should also be in the global namespace.
|
|
#ifndef _STDDEF_H_INCLUDED
|
|
#include <stddef.h>
|
|
#endif
|
|
|
|
#ifndef _STRING_H_INCLUDED
|
|
#include <string.h>
|
|
#endif
|
|
|
|
#endif
|