sync to internal repository

This commit is contained in:
Guenter Obiltschnig
2007-02-23 14:31:48 +00:00
parent 7639f5a3f0
commit f35b543d3d
193 changed files with 195 additions and 195 deletions

View File

@@ -1,7 +1,7 @@
#
# sample.vmsbuild
#
# $Id: //poco/1.3/XML/samples/DOMWriter/DOMWriter.vmsbuild#1 $
# $Id: //poco/Main/XML/samples/DOMWriter/DOMWriter.vmsbuild#5 $
#
EXE=DOMWriter
DOMWriter

View File

@@ -1,7 +1,7 @@
#
# Makefile
#
# $Id: //poco/1.3/XML/samples/DOMWriter/Makefile#1 $
# $Id: //poco/Main/XML/samples/DOMWriter/Makefile#6 $
#
# Makefile for Poco DOMWriter
#

View File

@@ -1,7 +1,7 @@
//
// DOMWriter.cpp
//
// $Id: //poco/1.3/XML/samples/DOMWriter/src/DOMWriter.cpp#1 $
// $Id: //poco/Main/XML/samples/DOMWriter/src/DOMWriter.cpp#10 $
//
// This sample demonstrates the DOMWriter class and how to
// build DOM documents in memory.