~ubuntu-branches/ubuntu/utopic/cccc/utopic

« back to all changes in this revision

Viewing changes to pccts/h/pccts_istream.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2003-08-23 04:34:05 UTC
  • Revision ID: james.westby@ubuntu.com-20030823043405-xnzd3mn3hwtvi6dr
Tags: upstream-3.pre81
ImportĀ upstreamĀ versionĀ 3.pre81

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __PCCTS_ISTREAM_H__
 
2
#define __PCCTS_ISTREAM_H__
 
3
 
 
4
#ifdef PCCTS_USE_NAMESPACE_STD
 
5
#include <istream>
 
6
#else
 
7
#include <istream.h>
 
8
#endif
 
9
 
 
10
#endif