~ubuntu-branches/ubuntu/precise/xerces-c/precise-updates

« back to all changes in this revision

Viewing changes to projects/Win32/BCB6/Xerces-all/SAX2Print/SAX2Print.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2009-12-05 14:58:32 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091205145832-378dg3x72mdzfzup
Tags: 3.1.0~rc1-1
* New upstream release; public release candidate uploaded at request of
  upstream.
* Updated source format to '3.0 (quilt)'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
#pragma hdrstop
3
 
#include <condefs.h>
4
 
 
5
 
//---------------------------------------------------------------------------
6
 
#ifdef NEVER_COMPILE
7
 
// Dummy entry point to satisfy the BCB IDE
8
 
#pragma ARGS_USED
9
 
int main(int argc, char* argv[])
10
 
{
11
 
        return 0;
12
 
}
13
 
#endif
14
 
 
15
 
// The real entry point is in the Samples folder
16
 
#include <SAX2Print.cpp>