~ubuntu-branches/ubuntu/hardy/libterralib/hardy

« back to all changes in this revision

Viewing changes to src/STLport/BC50/iosfwd.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-25 22:32:59 UTC
  • Revision ID: james.westby@ubuntu.com-20051125223259-3zubal8ux4ki4fjg
Tags: upstream-3.0.3b2
ImportĀ upstreamĀ versionĀ 3.0.3b2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (c) 1999 Boris Fomitchev
 
3
 * AUTOMATICALLY GENERATED - DO NOT EDIT !
 
4
 */
 
5
 
 
6
/*
 
7
 *
 
8
 *  This wrapper is needed for Borland C++ 5.0 to get STLport 
 
9
 *  header properly included
 
10
 */
 
11
 
 
12
#ifndef __STLPORT_BC_iosfwd_H
 
13
#  define  __STLPORT_BC_iosfwd_H
 
14
 
 
15
#  include  <..\iosfwd.>
 
16
 
 
17
#endif
 
18
 
 
19
// Local Variables:
 
20
// mode:C++
 
21
// End: