From 9678306d3e8e939a4fb00d845077fbe570dfd3b5 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Wed, 15 Dec 2010 15:32:41 +0000 Subject: [PATCH] sync to internal 1.4 branch --- CHANGELOG | 2 +- CONTRIBUTORS | 2 +- CppUnit/Makefile | 2 +- .../include/WinTestRunner/WinTestRunner.h | 2 +- CppUnit/WinTestRunner/src/ActiveTest.cpp | 2 +- CppUnit/WinTestRunner/src/ActiveTest.h | 2 +- CppUnit/WinTestRunner/src/DLLMain.cpp | 2 +- CppUnit/WinTestRunner/src/GUITestResult.cpp | 2 +- CppUnit/WinTestRunner/src/GUITestResult.h | 2 +- CppUnit/WinTestRunner/src/ProgressBar.cpp | 2 +- CppUnit/WinTestRunner/src/ProgressBar.h | 2 +- CppUnit/WinTestRunner/src/TestRunnerDlg.cpp | 2 +- CppUnit/WinTestRunner/src/TestRunnerDlg.h | 2 +- CppUnit/WinTestRunner/src/WinTestRunner.cpp | 2 +- CppUnit/include/CppUnit/CppUnit.h | 2 +- CppUnit/include/CppUnit/CppUnitException.h | 2 +- CppUnit/include/CppUnit/Guards.h | 2 +- CppUnit/include/CppUnit/Orthodox.h | 2 +- CppUnit/include/CppUnit/RepeatedTest.h | 2 +- CppUnit/include/CppUnit/Test.h | 2 +- CppUnit/include/CppUnit/TestCaller.h | 2 +- CppUnit/include/CppUnit/TestCase.h | 2 +- CppUnit/include/CppUnit/TestDecorator.h | 2 +- CppUnit/include/CppUnit/TestFailure.h | 2 +- CppUnit/include/CppUnit/TestResult.h | 2 +- CppUnit/include/CppUnit/TestRunner.h | 2 +- CppUnit/include/CppUnit/TestSetup.h | 2 +- CppUnit/include/CppUnit/TestSuite.h | 2 +- CppUnit/include/CppUnit/TextTestResult.h | 2 +- CppUnit/include/CppUnit/estring.h | 2 +- CppUnit/src/CppUnitException.cpp | 2 +- CppUnit/src/TestCase.cpp | 2 +- CppUnit/src/TestDecorator.cpp | 2 +- CppUnit/src/TestFailure.cpp | 2 +- CppUnit/src/TestResult.cpp | 2 +- CppUnit/src/TestRunner.cpp | 2 +- CppUnit/src/TestSuite.cpp | 2 +- CppUnit/src/TextTestResult.cpp | 2 +- Crypto/Makefile | 2 +- Crypto/include/Poco/Crypto/Cipher.h | 2 +- Crypto/include/Poco/Crypto/CipherFactory.h | 2 +- Crypto/include/Poco/Crypto/CipherImpl.h | 2 +- Crypto/include/Poco/Crypto/CipherKey.h | 2 +- Crypto/include/Poco/Crypto/CipherKeyImpl.h | 2 +- Crypto/include/Poco/Crypto/Crypto.h | 2 +- Crypto/include/Poco/Crypto/CryptoStream.h | 2 +- Crypto/include/Poco/Crypto/CryptoTransform.h | 2 +- .../include/Poco/Crypto/OpenSSLInitializer.h | 2 +- Crypto/include/Poco/Crypto/RSACipherImpl.h | 2 +- Crypto/include/Poco/Crypto/RSADigestEngine.h | 2 +- Crypto/include/Poco/Crypto/RSAKey.h | 2 +- Crypto/include/Poco/Crypto/RSAKeyImpl.h | 2 +- Crypto/include/Poco/Crypto/X509Certificate.h | 2 +- Crypto/samples/genrsakey/src/genrsakey.cpp | 2 +- Crypto/src/Cipher.cpp | 2 +- Crypto/src/CipherFactory.cpp | 2 +- Crypto/src/CipherImpl.cpp | 2 +- Crypto/src/CipherKey.cpp | 2 +- Crypto/src/CipherKeyImpl.cpp | 2 +- Crypto/src/CryptoStream.cpp | 2 +- Crypto/src/CryptoTransform.cpp | 2 +- Crypto/src/OpenSSLInitializer.cpp | 2 +- Crypto/src/RSACipherImpl.cpp | 2 +- Crypto/src/RSADigestEngine.cpp | 2 +- Crypto/src/RSAKey.cpp | 2 +- Crypto/src/RSAKeyImpl.cpp | 2 +- Crypto/src/X509Certificate.cpp | 2 +- Crypto/testsuite/Makefile | 2 +- Crypto/testsuite/src/CryptoTest.cpp | 2 +- Crypto/testsuite/src/CryptoTest.h | 2 +- Crypto/testsuite/src/CryptoTestSuite.cpp | 2 +- Crypto/testsuite/src/CryptoTestSuite.h | 2 +- Crypto/testsuite/src/Driver.cpp | 2 +- Crypto/testsuite/src/RSATest.cpp | 2 +- Crypto/testsuite/src/RSATest.h | 2 +- Crypto/testsuite/src/WinCEDriver.cpp | 3 +- Crypto/testsuite/src/WinDriver.cpp | 2 +- Data/Data.vmsbuild | 2 +- Data/Makefile | 2 +- Data/MySQL/Makefile | 2 +- Data/MySQL/include/Poco/Data/MySQL/Binder.h | 2 +- .../MySQL/include/Poco/Data/MySQL/Connector.h | 2 +- .../MySQL/include/Poco/Data/MySQL/Extractor.h | 2 +- Data/MySQL/include/Poco/Data/MySQL/MySQL.h | 2 +- .../include/Poco/Data/MySQL/MySQLException.h | 2 +- .../Poco/Data/MySQL/MySQLStatementImpl.h | 2 +- .../include/Poco/Data/MySQL/ResultMetadata.h | 2 +- .../include/Poco/Data/MySQL/SessionHandle.h | 2 +- .../include/Poco/Data/MySQL/SessionImpl.h | 2 +- .../Poco/Data/MySQL/StatementExecutor.h | 2 +- Data/MySQL/src/Binder.cpp | 2 +- Data/MySQL/src/Connector.cpp | 2 +- Data/MySQL/src/Extractor.cpp | 2 +- Data/MySQL/src/MySQLException.cpp | 2 +- Data/MySQL/src/MySQLStatementImpl.cpp | 2 +- Data/MySQL/src/ResultMetadata.cpp | 2 +- Data/MySQL/src/SessionHandle.cpp | 2 +- Data/MySQL/src/SessionImpl.cpp | 2 +- Data/MySQL/src/StatementExecutor.cpp | 2 +- Data/MySQL/testsuite/Makefile | 2 +- Data/MySQL/testsuite/src/Driver.cpp | 2 +- Data/MySQL/testsuite/src/MySQLTest.cpp | 2 +- Data/MySQL/testsuite/src/MySQLTest.h | 2 +- Data/MySQL/testsuite/src/MySQLTestSuite.cpp | 2 +- Data/MySQL/testsuite/src/MySQLTestSuite.h | 2 +- Data/MySQL/testsuite/src/SQLExecutor.cpp | 2 +- Data/MySQL/testsuite/src/SQLExecutor.h | 2 +- Data/MySQL/testsuite/src/WinDriver.cpp | 2 +- Data/ODBC/ODBC.vmsbuild | 2 +- Data/ODBC/include/Poco/Data/ODBC/Binder.h | 2 +- .../include/Poco/Data/ODBC/ConnectionHandle.h | 2 +- Data/ODBC/include/Poco/Data/ODBC/Connector.h | 2 +- Data/ODBC/include/Poco/Data/ODBC/DataTypes.h | 2 +- .../ODBC/include/Poco/Data/ODBC/Diagnostics.h | 2 +- .../Poco/Data/ODBC/EnvironmentHandle.h | 2 +- Data/ODBC/include/Poco/Data/ODBC/Error.h | 2 +- Data/ODBC/include/Poco/Data/ODBC/Extractor.h | 2 +- Data/ODBC/include/Poco/Data/ODBC/Handle.h | 2 +- Data/ODBC/include/Poco/Data/ODBC/ODBC.h | 2 +- Data/ODBC/include/Poco/Data/ODBC/ODBCColumn.h | 2 +- .../include/Poco/Data/ODBC/ODBCException.h | 2 +- .../Poco/Data/ODBC/ODBCStatementImpl.h | 2 +- Data/ODBC/include/Poco/Data/ODBC/Parameter.h | 2 +- .../ODBC/include/Poco/Data/ODBC/Preparation.h | 2 +- .../ODBC/include/Poco/Data/ODBC/SessionImpl.h | 2 +- Data/ODBC/include/Poco/Data/ODBC/Utility.h | 2 +- Data/ODBC/src/Binder.cpp | 2 +- Data/ODBC/src/ConnectionHandle.cpp | 2 +- Data/ODBC/src/Connector.cpp | 2 +- Data/ODBC/src/DataTypes.cpp | 2 +- Data/ODBC/src/EnvironmentHandle.cpp | 2 +- Data/ODBC/src/Extractor.cpp | 2 +- Data/ODBC/src/ODBCColumn.cpp | 2 +- Data/ODBC/src/ODBCException.cpp | 2 +- Data/ODBC/src/ODBCStatementImpl.cpp | 2 +- Data/ODBC/src/Parameter.cpp | 2 +- Data/ODBC/src/Preparation.cpp | 2 +- Data/ODBC/src/SessionImpl.cpp | 2 +- Data/ODBC/src/Utility.cpp | 2 +- Data/ODBC/testsuite/Makefile | 2 +- Data/ODBC/testsuite/TestSuite.vmsbuild | 2 +- Data/ODBC/testsuite/src/Driver.cpp | 2 +- Data/ODBC/testsuite/src/ODBCAccessTest.cpp | 2 +- Data/ODBC/testsuite/src/ODBCAccessTest.h | 2 +- Data/ODBC/testsuite/src/ODBCDB2Test.cpp | 2 +- Data/ODBC/testsuite/src/ODBCDB2Test.h | 2 +- Data/ODBC/testsuite/src/ODBCMySQLTest.cpp | 2 +- Data/ODBC/testsuite/src/ODBCMySQLTest.h | 2 +- Data/ODBC/testsuite/src/ODBCOracleTest.cpp | 2 +- Data/ODBC/testsuite/src/ODBCOracleTest.h | 2 +- .../ODBC/testsuite/src/ODBCPostgreSQLTest.cpp | 2 +- Data/ODBC/testsuite/src/ODBCPostgreSQLTest.h | 2 +- Data/ODBC/testsuite/src/ODBCSQLServerTest.cpp | 2 +- Data/ODBC/testsuite/src/ODBCSQLServerTest.h | 2 +- Data/ODBC/testsuite/src/ODBCSQLiteTest.cpp | 2 +- Data/ODBC/testsuite/src/ODBCSQLiteTest.h | 2 +- Data/ODBC/testsuite/src/ODBCTestSuite.cpp | 2 +- Data/ODBC/testsuite/src/ODBCTestSuite.h | 2 +- Data/ODBC/testsuite/src/SQLExecutor.h | 2 +- Data/ODBC/testsuite/src/WinDriver.cpp | 2 +- Data/SQLite/Makefile | 2 +- Data/SQLite/SQLite.vmsbuild | 2 +- Data/SQLite/include/Poco/Data/SQLite/Binder.h | 2 +- .../include/Poco/Data/SQLite/Connector.h | 2 +- .../include/Poco/Data/SQLite/Extractor.h | 2 +- Data/SQLite/include/Poco/Data/SQLite/SQLite.h | 2 +- .../Poco/Data/SQLite/SQLiteException.h | 2 +- .../Poco/Data/SQLite/SQLiteStatementImpl.h | 2 +- .../include/Poco/Data/SQLite/SessionImpl.h | 2 +- .../SQLite/include/Poco/Data/SQLite/Utility.h | 2 +- Data/SQLite/src/Binder.cpp | 2 +- Data/SQLite/src/Connector.cpp | 2 +- Data/SQLite/src/Extractor.cpp | 2 +- Data/SQLite/src/SQLiteException.cpp | 2 +- Data/SQLite/src/SQLiteStatementImpl.cpp | 2 +- Data/SQLite/src/SessionImpl.cpp | 2 +- Data/SQLite/src/Utility.cpp | 2 +- Data/SQLite/testsuite/Makefile | 2 +- Data/SQLite/testsuite/TestSuite.vmsbuild | 2 +- Data/SQLite/testsuite/src/Driver.cpp | 2 +- Data/SQLite/testsuite/src/SQLiteTest.cpp | 2 +- Data/SQLite/testsuite/src/SQLiteTest.h | 2 +- Data/SQLite/testsuite/src/SQLiteTestSuite.cpp | 2 +- Data/SQLite/testsuite/src/SQLiteTestSuite.h | 2 +- Data/SQLite/testsuite/src/WinDriver.cpp | 2 +- Data/include/Poco/Data/AbstractBinder.h | 2 +- Data/include/Poco/Data/AbstractBinding.h | 2 +- Data/include/Poco/Data/AbstractExtraction.h | 2 +- Data/include/Poco/Data/AbstractExtractor.h | 2 +- Data/include/Poco/Data/AbstractPreparation.h | 2 +- Data/include/Poco/Data/AbstractPrepare.h | 2 +- Data/include/Poco/Data/AbstractSessionImpl.h | 2 +- Data/include/Poco/Data/BLOB.h | 2 +- Data/include/Poco/Data/BLOBStream.h | 2 +- Data/include/Poco/Data/Binding.h | 2 +- Data/include/Poco/Data/Column.h | 2 +- Data/include/Poco/Data/Common.h | 2 +- Data/include/Poco/Data/Connector.h | 2 +- Data/include/Poco/Data/Data.h | 2 +- Data/include/Poco/Data/DataException.h | 2 +- Data/include/Poco/Data/Extraction.h | 2 +- Data/include/Poco/Data/Limit.h | 2 +- Data/include/Poco/Data/MetaColumn.h | 2 +- Data/include/Poco/Data/PooledSessionHolder.h | 2 +- Data/include/Poco/Data/PooledSessionImpl.h | 2 +- Data/include/Poco/Data/Prepare.h | 2 +- Data/include/Poco/Data/Range.h | 2 +- Data/include/Poco/Data/RecordSet.h | 2 +- Data/include/Poco/Data/Session.h | 2 +- Data/include/Poco/Data/SessionFactory.h | 2 +- Data/include/Poco/Data/SessionImpl.h | 2 +- Data/include/Poco/Data/SessionPool.h | 2 +- Data/include/Poco/Data/Statement.h | 2 +- Data/include/Poco/Data/StatementCreator.h | 2 +- Data/include/Poco/Data/StatementImpl.h | 2 +- Data/include/Poco/Data/TypeHandler.h | 2 +- Data/samples/Binding/Makefile | 2 +- Data/samples/Binding/src/Binding.cpp | 2 +- Data/samples/Makefile | 2 +- Data/samples/RecordSet/Makefile | 2 +- Data/samples/RecordSet/src/RecordSet.cpp | 2 +- Data/samples/Tuple/Makefile | 2 +- Data/samples/Tuple/src/Tuple.cpp | 2 +- Data/samples/TypeHandler/Makefile | 2 +- Data/samples/TypeHandler/src/TypeHandler.cpp | 2 +- Data/src/AbstractBinder.cpp | 2 +- Data/src/AbstractBinding.cpp | 2 +- Data/src/AbstractExtraction.cpp | 2 +- Data/src/AbstractExtractor.cpp | 2 +- Data/src/AbstractPreparation.cpp | 2 +- Data/src/AbstractPrepare.cpp | 2 +- Data/src/BLOB.cpp | 2 +- Data/src/BLOBStream.cpp | 2 +- Data/src/Connector.cpp | 2 +- Data/src/DataException.cpp | 2 +- Data/src/Limit.cpp | 2 +- Data/src/PooledSessionHolder.cpp | 2 +- Data/src/PooledSessionImpl.cpp | 2 +- Data/src/Range.cpp | 2 +- Data/src/Session.cpp | 2 +- Data/src/SessionFactory.cpp | 2 +- Data/src/SessionImpl.cpp | 2 +- Data/src/SessionPool.cpp | 2 +- Data/src/Statement.cpp | 2 +- Data/src/StatementCreator.cpp | 2 +- Data/src/StatementImpl.cpp | 2 +- Data/testsuite/Makefile | 2 +- Data/testsuite/TestSuite.vmsbuild | 2 +- Data/testsuite/src/Binder.cpp | 2 +- Data/testsuite/src/Binder.h | 2 +- Data/testsuite/src/Connector.cpp | 2 +- Data/testsuite/src/Connector.h | 2 +- Data/testsuite/src/DataTest.cpp | 2 +- Data/testsuite/src/DataTest.h | 2 +- Data/testsuite/src/DataTestSuite.cpp | 2 +- Data/testsuite/src/DataTestSuite.h | 2 +- Data/testsuite/src/Driver.cpp | 2 +- Data/testsuite/src/Extractor.cpp | 2 +- Data/testsuite/src/Extractor.h | 2 +- Data/testsuite/src/Preparation.cpp | 2 +- Data/testsuite/src/Preparation.h | 2 +- Data/testsuite/src/SessionImpl.cpp | 2 +- Data/testsuite/src/SessionImpl.h | 2 +- Data/testsuite/src/SessionPoolTest.cpp | 2 +- Data/testsuite/src/SessionPoolTest.h | 2 +- Data/testsuite/src/StatementImpl.cpp | 2 +- Data/testsuite/src/StatementImpl.h | 2 +- Data/testsuite/src/WinDriver.cpp | 2 +- Foundation/Makefile | 2 +- Foundation/include/Poco/ASCIIEncoding.h | 2 +- Foundation/include/Poco/AbstractCache.h | 2 +- Foundation/include/Poco/AbstractDelegate.h | 2 +- Foundation/include/Poco/AbstractEvent.h | 2 +- Foundation/include/Poco/AbstractObserver.h | 2 +- .../include/Poco/AbstractPriorityDelegate.h | 2 +- Foundation/include/Poco/AbstractStrategy.h | 2 +- .../include/Poco/AccessExpirationDecorator.h | 2 +- Foundation/include/Poco/AccessExpireCache.h | 2 +- .../include/Poco/AccessExpireLRUCache.h | 2 +- .../include/Poco/AccessExpireStrategy.h | 2 +- Foundation/include/Poco/ActiveDispatcher.h | 2 +- Foundation/include/Poco/ActiveMethod.h | 2 +- Foundation/include/Poco/ActiveResult.h | 2 +- Foundation/include/Poco/ActiveRunnable.h | 2 +- Foundation/include/Poco/ActiveStarter.h | 2 +- Foundation/include/Poco/Activity.h | 2 +- Foundation/include/Poco/Any.h | 2 +- Foundation/include/Poco/ArchiveStrategy.h | 2 +- Foundation/include/Poco/Ascii.h | 2 +- Foundation/include/Poco/AsyncChannel.h | 2 +- Foundation/include/Poco/AtomicCounter.h | 2 +- Foundation/include/Poco/AutoPtr.h | 2 +- Foundation/include/Poco/AutoReleasePool.h | 2 +- Foundation/include/Poco/Base64Decoder.h | 2 +- Foundation/include/Poco/Base64Encoder.h | 2 +- Foundation/include/Poco/BasicEvent.h | 2 +- Foundation/include/Poco/BinaryReader.h | 2 +- Foundation/include/Poco/BinaryWriter.h | 2 +- Foundation/include/Poco/Buffer.h | 2 +- Foundation/include/Poco/BufferAllocator.h | 2 +- .../Poco/BufferedBidirectionalStreamBuf.h | 2 +- Foundation/include/Poco/BufferedStreamBuf.h | 2 +- Foundation/include/Poco/Bugcheck.h | 2 +- Foundation/include/Poco/ByteOrder.h | 2 +- Foundation/include/Poco/Channel.h | 2 +- Foundation/include/Poco/Checksum.h | 2 +- Foundation/include/Poco/ClassLibrary.h | 2 +- Foundation/include/Poco/ClassLoader.h | 2 +- Foundation/include/Poco/CompareFunctions.h | 2 +- Foundation/include/Poco/Condition.h | 2 +- Foundation/include/Poco/Config.h | 2 +- Foundation/include/Poco/Configurable.h | 2 +- Foundation/include/Poco/ConsoleChannel.h | 2 +- Foundation/include/Poco/CountingStream.h | 2 +- Foundation/include/Poco/DateTime.h | 2 +- Foundation/include/Poco/DateTimeFormat.h | 2 +- Foundation/include/Poco/DateTimeFormatter.h | 2 +- Foundation/include/Poco/DateTimeParser.h | 2 +- Foundation/include/Poco/Debugger.h | 2 +- Foundation/include/Poco/DefaultStrategy.h | 2 +- Foundation/include/Poco/DeflatingStream.h | 2 +- Foundation/include/Poco/Delegate.h | 2 +- Foundation/include/Poco/DigestEngine.h | 2 +- Foundation/include/Poco/DigestStream.h | 2 +- Foundation/include/Poco/DirectoryIterator.h | 2 +- .../include/Poco/DirectoryIterator_UNIX.h | 2 +- .../include/Poco/DirectoryIterator_VMS.h | 2 +- .../include/Poco/DirectoryIterator_WIN32.h | 2 +- .../include/Poco/DirectoryIterator_WIN32U.h | 2 +- Foundation/include/Poco/DynamicAny.h | 2 +- Foundation/include/Poco/DynamicAnyHolder.h | 2 +- Foundation/include/Poco/DynamicFactory.h | 2 +- Foundation/include/Poco/Environment.h | 2 +- Foundation/include/Poco/Environment_UNIX.h | 2 +- Foundation/include/Poco/Environment_VMS.h | 2 +- Foundation/include/Poco/Environment_WIN32.h | 2 +- Foundation/include/Poco/Environment_WIN32U.h | 2 +- Foundation/include/Poco/Environment_WINCE.h | 2 +- Foundation/include/Poco/ErrorHandler.h | 2 +- Foundation/include/Poco/Event.h | 2 +- Foundation/include/Poco/EventArgs.h | 2 +- Foundation/include/Poco/EventLogChannel.h | 2 +- Foundation/include/Poco/Event_POSIX.h | 2 +- Foundation/include/Poco/Event_WIN32.h | 2 +- Foundation/include/Poco/Exception.h | 2 +- Foundation/include/Poco/ExpirationDecorator.h | 2 +- Foundation/include/Poco/Expire.h | 2 +- Foundation/include/Poco/ExpireCache.h | 2 +- Foundation/include/Poco/ExpireLRUCache.h | 2 +- Foundation/include/Poco/ExpireStrategy.h | 2 +- Foundation/include/Poco/FIFOEvent.h | 2 +- Foundation/include/Poco/FIFOStrategy.h | 2 +- Foundation/include/Poco/FPEnvironment.h | 2 +- Foundation/include/Poco/FPEnvironment_C99.h | 2 +- Foundation/include/Poco/FPEnvironment_DEC.h | 2 +- Foundation/include/Poco/FPEnvironment_DUMMY.h | 2 +- Foundation/include/Poco/FPEnvironment_SUN.h | 2 +- Foundation/include/Poco/FPEnvironment_WIN32.h | 2 +- Foundation/include/Poco/File.h | 2 +- Foundation/include/Poco/FileChannel.h | 2 +- Foundation/include/Poco/FileStream.h | 2 +- Foundation/include/Poco/FileStreamFactory.h | 2 +- Foundation/include/Poco/FileStream_POSIX.h | 2 +- Foundation/include/Poco/FileStream_WIN32.h | 2 +- Foundation/include/Poco/File_UNIX.h | 2 +- Foundation/include/Poco/File_VMS.h | 2 +- Foundation/include/Poco/File_WIN32.h | 2 +- Foundation/include/Poco/File_WIN32U.h | 2 +- Foundation/include/Poco/File_WINCE.h | 2 +- Foundation/include/Poco/Format.h | 2 +- Foundation/include/Poco/Formatter.h | 2 +- Foundation/include/Poco/FormattingChannel.h | 2 +- Foundation/include/Poco/Foundation.h | 2 +- Foundation/include/Poco/FunctionDelegate.h | 2 +- .../include/Poco/FunctionPriorityDelegate.h | 2 +- Foundation/include/Poco/Glob.h | 2 +- Foundation/include/Poco/HMACEngine.h | 2 +- Foundation/include/Poco/Hash.h | 2 +- Foundation/include/Poco/HashFunction.h | 2 +- Foundation/include/Poco/HashMap.h | 2 +- Foundation/include/Poco/HashSet.h | 2 +- Foundation/include/Poco/HashStatistic.h | 2 +- Foundation/include/Poco/HashTable.h | 2 +- Foundation/include/Poco/HexBinaryDecoder.h | 2 +- Foundation/include/Poco/HexBinaryEncoder.h | 2 +- Foundation/include/Poco/InflatingStream.h | 2 +- Foundation/include/Poco/Instantiator.h | 2 +- Foundation/include/Poco/KeyValueArgs.h | 2 +- Foundation/include/Poco/LRUCache.h | 2 +- Foundation/include/Poco/LRUStrategy.h | 2 +- Foundation/include/Poco/Latin1Encoding.h | 2 +- Foundation/include/Poco/Latin9Encoding.h | 2 +- Foundation/include/Poco/LineEndingConverter.h | 2 +- Foundation/include/Poco/LinearHashTable.h | 2 +- Foundation/include/Poco/LocalDateTime.h | 2 +- Foundation/include/Poco/LogFile.h | 2 +- Foundation/include/Poco/LogFile_STD.h | 2 +- Foundation/include/Poco/LogFile_VMS.h | 2 +- Foundation/include/Poco/LogFile_WIN32.h | 2 +- Foundation/include/Poco/LogFile_WIN32U.h | 2 +- Foundation/include/Poco/LogStream.h | 2 +- Foundation/include/Poco/Logger.h | 2 +- Foundation/include/Poco/LoggingFactory.h | 2 +- Foundation/include/Poco/LoggingRegistry.h | 2 +- Foundation/include/Poco/MD2Engine.h | 2 +- Foundation/include/Poco/MD4Engine.h | 2 +- Foundation/include/Poco/MD5Engine.h | 2 +- Foundation/include/Poco/Manifest.h | 2 +- Foundation/include/Poco/MemoryPool.h | 2 +- Foundation/include/Poco/MemoryStream.h | 2 +- Foundation/include/Poco/Message.h | 2 +- Foundation/include/Poco/MetaObject.h | 2 +- Foundation/include/Poco/MetaProgramming.h | 2 +- Foundation/include/Poco/Mutex.h | 2 +- Foundation/include/Poco/Mutex_POSIX.h | 2 +- Foundation/include/Poco/Mutex_WIN32.h | 2 +- Foundation/include/Poco/Mutex_WINCE.h | 2 +- Foundation/include/Poco/NObserver.h | 2 +- Foundation/include/Poco/NamedEvent.h | 2 +- Foundation/include/Poco/NamedEvent_UNIX.h | 2 +- Foundation/include/Poco/NamedEvent_VMS.h | 2 +- Foundation/include/Poco/NamedEvent_WIN32.h | 2 +- Foundation/include/Poco/NamedEvent_WIN32U.h | 2 +- Foundation/include/Poco/NamedMutex.h | 2 +- Foundation/include/Poco/NamedMutex_UNIX.h | 2 +- Foundation/include/Poco/NamedMutex_VMS.h | 2 +- Foundation/include/Poco/NamedMutex_WIN32.h | 2 +- Foundation/include/Poco/NamedMutex_WIN32U.h | 2 +- Foundation/include/Poco/NamedTuple.h | 2 +- .../include/Poco/NestedDiagnosticContext.h | 2 +- Foundation/include/Poco/Notification.h | 2 +- Foundation/include/Poco/NotificationCenter.h | 2 +- Foundation/include/Poco/NotificationQueue.h | 2 +- .../include/Poco/NotificationStrategy.h | 2 +- Foundation/include/Poco/NullChannel.h | 2 +- Foundation/include/Poco/NullStream.h | 2 +- Foundation/include/Poco/Nullable.h | 2 +- Foundation/include/Poco/NumberFormatter.h | 2 +- Foundation/include/Poco/NumberParser.h | 2 +- Foundation/include/Poco/Observer.h | 2 +- Foundation/include/Poco/OpcomChannel.h | 2 +- Foundation/include/Poco/Path.h | 2 +- Foundation/include/Poco/Path_UNIX.h | 2 +- Foundation/include/Poco/Path_VMS.h | 2 +- Foundation/include/Poco/Path_WIN32.h | 2 +- Foundation/include/Poco/Path_WIN32U.h | 2 +- Foundation/include/Poco/Path_WINCE.h | 2 +- Foundation/include/Poco/PatternFormatter.h | 2 +- Foundation/include/Poco/Pipe.h | 2 +- Foundation/include/Poco/PipeImpl.h | 2 +- Foundation/include/Poco/PipeImpl_DUMMY.h | 2 +- Foundation/include/Poco/PipeImpl_POSIX.h | 2 +- Foundation/include/Poco/PipeImpl_WIN32.h | 2 +- Foundation/include/Poco/PipeStream.h | 2 +- Foundation/include/Poco/Platform.h | 2 +- Foundation/include/Poco/Platform_POSIX.h | 2 +- Foundation/include/Poco/Platform_VMS.h | 2 +- Foundation/include/Poco/Platform_WIN32.h | 2 +- Foundation/include/Poco/Poco.h | 2 +- Foundation/include/Poco/PriorityDelegate.h | 2 +- Foundation/include/Poco/PriorityEvent.h | 2 +- Foundation/include/Poco/PriorityExpire.h | 2 +- .../include/Poco/PriorityNotificationQueue.h | 2 +- Foundation/include/Poco/Process.h | 2 +- Foundation/include/Poco/Process_UNIX.h | 2 +- Foundation/include/Poco/Process_VMS.h | 2 +- Foundation/include/Poco/Process_WIN32.h | 2 +- Foundation/include/Poco/Process_WIN32U.h | 2 +- Foundation/include/Poco/Process_WINCE.h | 2 +- Foundation/include/Poco/PurgeStrategy.h | 2 +- Foundation/include/Poco/RWLock.h | 2 +- Foundation/include/Poco/RWLock_POSIX.h | 2 +- Foundation/include/Poco/RWLock_WIN32.h | 2 +- Foundation/include/Poco/RWLock_WINCE.h | 2 +- Foundation/include/Poco/Random.h | 2 +- Foundation/include/Poco/RandomStream.h | 2 +- Foundation/include/Poco/RefCountedObject.h | 2 +- Foundation/include/Poco/RegularExpression.h | 2 +- Foundation/include/Poco/RotateStrategy.h | 2 +- Foundation/include/Poco/Runnable.h | 2 +- Foundation/include/Poco/RunnableAdapter.h | 2 +- Foundation/include/Poco/SHA1Engine.h | 2 +- Foundation/include/Poco/ScopedLock.h | 2 +- Foundation/include/Poco/ScopedUnlock.h | 2 +- Foundation/include/Poco/Semaphore.h | 2 +- Foundation/include/Poco/Semaphore_POSIX.h | 2 +- Foundation/include/Poco/Semaphore_WIN32.h | 2 +- Foundation/include/Poco/SharedLibrary.h | 2 +- Foundation/include/Poco/SharedLibrary_HPUX.h | 2 +- Foundation/include/Poco/SharedLibrary_UNIX.h | 2 +- Foundation/include/Poco/SharedLibrary_VMS.h | 2 +- Foundation/include/Poco/SharedLibrary_WIN32.h | 2 +- .../include/Poco/SharedLibrary_WIN32U.h | 2 +- Foundation/include/Poco/SharedMemory.h | 2 +- Foundation/include/Poco/SharedMemory_DUMMY.h | 2 +- Foundation/include/Poco/SharedMemory_POSIX.h | 2 +- Foundation/include/Poco/SharedMemory_WIN32.h | 2 +- Foundation/include/Poco/SharedPtr.h | 2 +- Foundation/include/Poco/SignalHandler.h | 2 +- Foundation/include/Poco/SimpleFileChannel.h | 2 +- Foundation/include/Poco/SimpleHashTable.h | 2 +- Foundation/include/Poco/SingletonHolder.h | 2 +- Foundation/include/Poco/SplitterChannel.h | 2 +- Foundation/include/Poco/Stopwatch.h | 2 +- Foundation/include/Poco/StrategyCollection.h | 2 +- Foundation/include/Poco/StreamChannel.h | 2 +- Foundation/include/Poco/StreamConverter.h | 2 +- Foundation/include/Poco/StreamCopier.h | 2 +- Foundation/include/Poco/StreamTokenizer.h | 2 +- Foundation/include/Poco/StreamUtil.h | 2 +- Foundation/include/Poco/String.h | 2 +- Foundation/include/Poco/StringTokenizer.h | 2 +- Foundation/include/Poco/SynchronizedObject.h | 2 +- Foundation/include/Poco/SyslogChannel.h | 2 +- Foundation/include/Poco/Task.h | 2 +- Foundation/include/Poco/TaskManager.h | 2 +- Foundation/include/Poco/TaskNotification.h | 2 +- Foundation/include/Poco/TeeStream.h | 2 +- Foundation/include/Poco/TemporaryFile.h | 2 +- Foundation/include/Poco/TextBufferIterator.h | 2 +- Foundation/include/Poco/TextConverter.h | 2 +- Foundation/include/Poco/TextEncoding.h | 2 +- Foundation/include/Poco/TextIterator.h | 2 +- Foundation/include/Poco/Thread.h | 2 +- Foundation/include/Poco/ThreadLocal.h | 2 +- Foundation/include/Poco/ThreadPool.h | 2 +- Foundation/include/Poco/Thread_POSIX.h | 2 +- Foundation/include/Poco/Thread_WIN32.h | 2 +- Foundation/include/Poco/Thread_WINCE.h | 2 +- .../include/Poco/TimedNotificationQueue.h | 2 +- Foundation/include/Poco/Timer.h | 2 +- Foundation/include/Poco/Timespan.h | 2 +- Foundation/include/Poco/Timestamp.h | 2 +- Foundation/include/Poco/Timezone.h | 2 +- Foundation/include/Poco/Token.h | 2 +- Foundation/include/Poco/Tuple.h | 2 +- Foundation/include/Poco/TypeList.h | 2 +- Foundation/include/Poco/Types.h | 2 +- Foundation/include/Poco/URI.h | 2 +- Foundation/include/Poco/URIStreamFactory.h | 2 +- Foundation/include/Poco/URIStreamOpener.h | 2 +- Foundation/include/Poco/UTF16Encoding.h | 2 +- Foundation/include/Poco/UTF8Encoding.h | 2 +- Foundation/include/Poco/UTF8String.h | 2 +- Foundation/include/Poco/UUID.h | 2 +- Foundation/include/Poco/UUIDGenerator.h | 2 +- Foundation/include/Poco/UnWindows.h | 2 +- Foundation/include/Poco/UnbufferedStreamBuf.h | 2 +- Foundation/include/Poco/Unicode.h | 2 +- Foundation/include/Poco/UnicodeConverter.h | 2 +- .../include/Poco/UniqueAccessExpireCache.h | 2 +- .../include/Poco/UniqueAccessExpireLRUCache.h | 2 +- .../include/Poco/UniqueAccessExpireStrategy.h | 2 +- Foundation/include/Poco/UniqueExpireCache.h | 2 +- .../include/Poco/UniqueExpireLRUCache.h | 2 +- .../include/Poco/UniqueExpireStrategy.h | 2 +- Foundation/include/Poco/ValidArgs.h | 2 +- Foundation/include/Poco/Version.h | 4 +- Foundation/include/Poco/Void.h | 2 +- Foundation/include/Poco/Windows1252Encoding.h | 2 +- .../include/Poco/WindowsConsoleChannel.h | 2 +- Foundation/include/Poco/zconf.h | 2 +- .../ActiveMethod/ActiveMethod.vmsbuild | 2 +- Foundation/samples/ActiveMethod/Makefile | 2 +- .../samples/ActiveMethod/src/ActiveMethod.cpp | 2 +- Foundation/samples/Activity/Activity.vmsbuild | 2 +- Foundation/samples/Activity/src/Activity.cpp | 2 +- .../BinaryReaderWriter.vmsbuild | 2 +- .../samples/BinaryReaderWriter/Makefile | 2 +- .../src/BinaryReaderWriter.cpp | 2 +- Foundation/samples/DateTime/DateTime.vmsbuild | 2 +- Foundation/samples/DateTime/Makefile | 2 +- Foundation/samples/DateTime/src/DateTime.cpp | 2 +- .../samples/LogRotation/LogRotation.vmsbuild | 2 +- Foundation/samples/Logger/Logger.vmsbuild | 2 +- Foundation/samples/Logger/Makefile | 2 +- Foundation/samples/Logger/src/Logger.cpp | 2 +- Foundation/samples/Makefile | 2 +- Foundation/samples/NotificationQueue/Makefile | 2 +- .../NotificationQueue.vmsbuild | 2 +- .../src/NotificationQueue.cpp | 2 +- Foundation/samples/StringTokenizer/Makefile | 2 +- .../StringTokenizer/StringTokenizer.vmsbuild | 2 +- .../StringTokenizer/src/StringTokenizer.cpp | 2 +- Foundation/samples/Timer/Makefile | 2 +- Foundation/samples/Timer/Timer.vmsbuild | 2 +- Foundation/samples/Timer/src/Timer.cpp | 2 +- Foundation/samples/URI/Makefile | 2 +- Foundation/samples/URI/URI.vmsbuild | 2 +- Foundation/samples/URI/src/URI.cpp | 2 +- Foundation/samples/base64decode/Makefile | 2 +- .../base64decode/base64decode.vmsbuild | 2 +- .../samples/base64decode/src/base64decode.cpp | 2 +- Foundation/samples/base64encode/Makefile | 2 +- .../base64encode/base64encode.vmsbuild | 2 +- .../samples/base64encode/src/base64encode.cpp | 2 +- Foundation/samples/deflate/Makefile | 2 +- Foundation/samples/deflate/deflate.vmsbuild | 2 +- Foundation/samples/deflate/src/deflate.cpp | 2 +- Foundation/samples/dir/Makefile | 2 +- Foundation/samples/dir/dir.vmsbuild | 2 +- Foundation/samples/dir/src/dir.cpp | 2 +- Foundation/samples/grep/Makefile | 2 +- Foundation/samples/grep/grep.vmsbuild | 2 +- Foundation/samples/grep/src/grep.cpp | 2 +- Foundation/samples/hmacmd5/Makefile | 2 +- Foundation/samples/hmacmd5/hmacmd5.vmsbuild | 2 +- Foundation/samples/hmacmd5/src/hmacmd5.cpp | 2 +- Foundation/samples/inflate/Makefile | 2 +- Foundation/samples/inflate/inflate.vmsbuild | 2 +- Foundation/samples/inflate/src/inflate.cpp | 2 +- Foundation/samples/md5/Makefile | 2 +- Foundation/samples/md5/md5.vmsbuild | 2 +- Foundation/samples/md5/src/md5.cpp | 2 +- Foundation/samples/uuidgen/Makefile | 2 +- Foundation/samples/uuidgen/src/uuidgen.cpp | 2 +- Foundation/samples/uuidgen/uuidgen.vmsbuild | 2 +- Foundation/src/ASCIIEncoding.cpp | 2 +- Foundation/src/AbstractObserver.cpp | 2 +- Foundation/src/ActiveDispatcher.cpp | 2 +- Foundation/src/ArchiveStrategy.cpp | 2 +- Foundation/src/Ascii.cpp | 2 +- Foundation/src/AsyncChannel.cpp | 2 +- Foundation/src/AtomicCounter.cpp | 2 +- Foundation/src/Base64Decoder.cpp | 2 +- Foundation/src/Base64Encoder.cpp | 2 +- Foundation/src/BinaryReader.cpp | 2 +- Foundation/src/BinaryWriter.cpp | 2 +- Foundation/src/Bugcheck.cpp | 2 +- Foundation/src/ByteOrder.cpp | 2 +- Foundation/src/Channel.cpp | 2 +- Foundation/src/Checksum.cpp | 2 +- Foundation/src/Condition.cpp | 2 +- Foundation/src/Configurable.cpp | 2 +- Foundation/src/ConsoleChannel.cpp | 2 +- Foundation/src/CountingStream.cpp | 2 +- Foundation/src/DateTime.cpp | 2 +- Foundation/src/DateTimeFormat.cpp | 2 +- Foundation/src/DateTimeFormatter.cpp | 2 +- Foundation/src/DateTimeParser.cpp | 2 +- Foundation/src/Debugger.cpp | 2 +- Foundation/src/DeflatingStream.cpp | 2 +- Foundation/src/DigestEngine.cpp | 2 +- Foundation/src/DigestStream.cpp | 2 +- Foundation/src/DirectoryIterator.cpp | 2 +- Foundation/src/DirectoryIterator_UNIX.cpp | 2 +- Foundation/src/DirectoryIterator_VMS.cpp | 2 +- Foundation/src/DirectoryIterator_WIN32.cpp | 2 +- Foundation/src/DirectoryIterator_WIN32U.cpp | 2 +- Foundation/src/DynamicAny.cpp | 2 +- Foundation/src/DynamicAnyHolder.cpp | 2 +- Foundation/src/Environment.cpp | 2 +- Foundation/src/Environment_UNIX.cpp | 2 +- Foundation/src/Environment_VMS.cpp | 2 +- Foundation/src/Environment_WIN32.cpp | 2 +- Foundation/src/Environment_WIN32U.cpp | 2 +- Foundation/src/Environment_WINCE.cpp | 2 +- Foundation/src/ErrorHandler.cpp | 2 +- Foundation/src/Event.cpp | 2 +- Foundation/src/EventArgs.cpp | 2 +- Foundation/src/EventLogChannel.cpp | 2 +- Foundation/src/Event_POSIX.cpp | 2 +- Foundation/src/Event_WIN32.cpp | 2 +- Foundation/src/Exception.cpp | 2 +- Foundation/src/FPEnvironment.cpp | 2 +- Foundation/src/FPEnvironment_C99.cpp | 2 +- Foundation/src/FPEnvironment_DEC.cpp | 2 +- Foundation/src/FPEnvironment_DUMMY.cpp | 2 +- Foundation/src/FPEnvironment_SUN.cpp | 2 +- Foundation/src/FPEnvironment_WIN32.cpp | 2 +- Foundation/src/File.cpp | 2 +- Foundation/src/FileChannel.cpp | 2 +- Foundation/src/FileStream.cpp | 2 +- Foundation/src/FileStreamFactory.cpp | 2 +- Foundation/src/FileStream_POSIX.cpp | 2 +- Foundation/src/FileStream_WIN32.cpp | 2 +- Foundation/src/File_UNIX.cpp | 2 +- Foundation/src/File_VMS.cpp | 2 +- Foundation/src/File_WIN32.cpp | 2 +- Foundation/src/File_WIN32U.cpp | 2 +- Foundation/src/File_WINCE.cpp | 2 +- Foundation/src/Format.cpp | 2 +- Foundation/src/Formatter.cpp | 2 +- Foundation/src/FormattingChannel.cpp | 2 +- Foundation/src/Glob.cpp | 2 +- Foundation/src/Hash.cpp | 2 +- Foundation/src/HashStatistic.cpp | 2 +- Foundation/src/HexBinaryDecoder.cpp | 2 +- Foundation/src/HexBinaryEncoder.cpp | 2 +- Foundation/src/InflatingStream.cpp | 2 +- Foundation/src/Latin1Encoding.cpp | 2 +- Foundation/src/Latin9Encoding.cpp | 2 +- Foundation/src/LineEndingConverter.cpp | 2 +- Foundation/src/LocalDateTime.cpp | 2 +- Foundation/src/LogFile.cpp | 2 +- Foundation/src/LogFile_STD.cpp | 2 +- Foundation/src/LogFile_VMS.cpp | 2 +- Foundation/src/LogFile_WIN32.cpp | 2 +- Foundation/src/LogFile_WIN32U.cpp | 2 +- Foundation/src/LogStream.cpp | 2 +- Foundation/src/Logger.cpp | 2 +- Foundation/src/LoggingFactory.cpp | 2 +- Foundation/src/LoggingRegistry.cpp | 2 +- Foundation/src/MD2Engine.cpp | 2 +- Foundation/src/MD4Engine.cpp | 2 +- Foundation/src/MD5Engine.cpp | 2 +- Foundation/src/Manifest.cpp | 2 +- Foundation/src/MemoryPool.cpp | 2 +- Foundation/src/MemoryStream.cpp | 2 +- Foundation/src/Message.cpp | 2 +- Foundation/src/Mutex.cpp | 2 +- Foundation/src/Mutex_POSIX.cpp | 2 +- Foundation/src/Mutex_WIN32.cpp | 2 +- Foundation/src/Mutex_WINCE.cpp | 2 +- Foundation/src/NamedEvent.cpp | 2 +- Foundation/src/NamedEvent_UNIX.cpp | 2 +- Foundation/src/NamedEvent_VMS.cpp | 2 +- Foundation/src/NamedEvent_WIN32.cpp | 2 +- Foundation/src/NamedEvent_WIN32U.cpp | 2 +- Foundation/src/NamedMutex.cpp | 2 +- Foundation/src/NamedMutex_UNIX.cpp | 2 +- Foundation/src/NamedMutex_VMS.cpp | 2 +- Foundation/src/NamedMutex_WIN32.cpp | 2 +- Foundation/src/NamedMutex_WIN32U.cpp | 2 +- Foundation/src/NestedDiagnosticContext.cpp | 2 +- Foundation/src/Notification.cpp | 2 +- Foundation/src/NotificationCenter.cpp | 2 +- Foundation/src/NotificationQueue.cpp | 2 +- Foundation/src/NullChannel.cpp | 2 +- Foundation/src/NullStream.cpp | 2 +- Foundation/src/NumberFormatter.cpp | 2 +- Foundation/src/NumberParser.cpp | 2 +- Foundation/src/OpcomChannel.cpp | 2 +- Foundation/src/Path.cpp | 2 +- Foundation/src/Path_UNIX.cpp | 2 +- Foundation/src/Path_VMS.cpp | 2 +- Foundation/src/Path_WIN32.cpp | 2 +- Foundation/src/Path_WIN32U.cpp | 2 +- Foundation/src/Path_WINCE.cpp | 2 +- Foundation/src/PatternFormatter.cpp | 2 +- Foundation/src/Pipe.cpp | 2 +- Foundation/src/PipeImpl.cpp | 2 +- Foundation/src/PipeImpl_DUMMY.cpp | 2 +- Foundation/src/PipeImpl_POSIX.cpp | 2 +- Foundation/src/PipeImpl_WIN32.cpp | 2 +- Foundation/src/PipeStream.cpp | 2 +- Foundation/src/PriorityNotificationQueue.cpp | 2 +- Foundation/src/Process.cpp | 2 +- Foundation/src/Process_UNIX.cpp | 2 +- Foundation/src/Process_VMS.cpp | 2 +- Foundation/src/Process_WIN32.cpp | 2 +- Foundation/src/Process_WIN32U.cpp | 2 +- Foundation/src/Process_WINCE.cpp | 2 +- Foundation/src/PurgeStrategy.cpp | 2 +- Foundation/src/RWLock.cpp | 2 +- Foundation/src/RWLock_POSIX.cpp | 2 +- Foundation/src/RWLock_WIN32.cpp | 2 +- Foundation/src/RWLock_WINCE.cpp | 2 +- Foundation/src/Random.cpp | 2 +- Foundation/src/RandomStream.cpp | 2 +- Foundation/src/RefCountedObject.cpp | 2 +- Foundation/src/RegularExpression.cpp | 2 +- Foundation/src/RotateStrategy.cpp | 2 +- Foundation/src/Runnable.cpp | 2 +- Foundation/src/SHA1Engine.cpp | 2 +- Foundation/src/Semaphore.cpp | 2 +- Foundation/src/Semaphore_POSIX.cpp | 2 +- Foundation/src/Semaphore_WIN32.cpp | 2 +- Foundation/src/SharedLibrary.cpp | 2 +- Foundation/src/SharedLibrary_HPUX.cpp | 2 +- Foundation/src/SharedLibrary_UNIX.cpp | 2 +- Foundation/src/SharedLibrary_VMS.cpp | 2 +- Foundation/src/SharedLibrary_WIN32.cpp | 2 +- Foundation/src/SharedLibrary_WIN32U.cpp | 2 +- Foundation/src/SharedMemory.cpp | 2 +- Foundation/src/SharedMemory_DUMMY.cpp | 2 +- Foundation/src/SharedMemory_POSIX.cpp | 2 +- Foundation/src/SharedMemory_WIN32.cpp | 2 +- Foundation/src/SignalHandler.cpp | 2 +- Foundation/src/SimpleFileChannel.cpp | 2 +- Foundation/src/SplitterChannel.cpp | 2 +- Foundation/src/Stopwatch.cpp | 2 +- Foundation/src/StreamChannel.cpp | 2 +- Foundation/src/StreamConverter.cpp | 2 +- Foundation/src/StreamCopier.cpp | 2 +- Foundation/src/StreamTokenizer.cpp | 2 +- Foundation/src/String.cpp | 2 +- Foundation/src/StringTokenizer.cpp | 2 +- Foundation/src/SynchronizedObject.cpp | 2 +- Foundation/src/SyslogChannel.cpp | 2 +- Foundation/src/Task.cpp | 2 +- Foundation/src/TaskManager.cpp | 2 +- Foundation/src/TaskNotification.cpp | 2 +- Foundation/src/TeeStream.cpp | 2 +- Foundation/src/TemporaryFile.cpp | 2 +- Foundation/src/TextBufferIterator.cpp | 2 +- Foundation/src/TextConverter.cpp | 2 +- Foundation/src/TextEncoding.cpp | 2 +- Foundation/src/TextIterator.cpp | 2 +- Foundation/src/Thread.cpp | 2 +- Foundation/src/ThreadLocal.cpp | 2 +- Foundation/src/ThreadPool.cpp | 2 +- Foundation/src/Thread_POSIX.cpp | 2 +- Foundation/src/Thread_WIN32.cpp | 2 +- Foundation/src/Thread_WINCE.cpp | 2 +- Foundation/src/TimedNotificationQueue.cpp | 2 +- Foundation/src/Timer.cpp | 2 +- Foundation/src/Timespan.cpp | 2 +- Foundation/src/Timestamp.cpp | 2 +- Foundation/src/Timezone.cpp | 2 +- Foundation/src/Timezone_UNIX.cpp | 2 +- Foundation/src/Timezone_WIN32.cpp | 2 +- Foundation/src/Timezone_WINCE.cpp | 2 +- Foundation/src/Token.cpp | 2 +- Foundation/src/URI.cpp | 2 +- Foundation/src/URIStreamFactory.cpp | 2 +- Foundation/src/URIStreamOpener.cpp | 2 +- Foundation/src/UTF16Encoding.cpp | 2 +- Foundation/src/UTF8Encoding.cpp | 2 +- Foundation/src/UTF8String.cpp | 2 +- Foundation/src/UUID.cpp | 2 +- Foundation/src/UUIDGenerator.cpp | 2 +- Foundation/src/Unicode.cpp | 2 +- Foundation/src/UnicodeConverter.cpp | 2 +- Foundation/src/Void.cpp | 2 +- Foundation/src/Windows1252Encoding.cpp | 2 +- Foundation/src/WindowsConsoleChannel.cpp | 2 +- Foundation/src/compress.c | 2 +- Foundation/src/crc32.c | 2 +- Foundation/src/deflate.c | 2 +- Foundation/src/deflate.h | 2 +- Foundation/src/gzio.c | 2 +- Foundation/src/pocomsg.h | 2 +- Foundation/src/pocomsg.mc | 2 +- Foundation/src/trees.c | 2 +- Foundation/src/zconf.h | 2 +- Foundation/src/zutil.c | 2 +- Foundation/src/zutil.h | 2 +- Foundation/testsuite/Makefile | 2 +- Foundation/testsuite/Makefile-Driver | 2 +- Foundation/testsuite/Makefile-TestApp | 2 +- Foundation/testsuite/Makefile-TestLibrary | 2 +- .../testsuite/src/ActiveDispatcherTest.cpp | 2 +- .../testsuite/src/ActiveDispatcherTest.h | 2 +- Foundation/testsuite/src/ActiveMethodTest.cpp | 2 +- Foundation/testsuite/src/ActiveMethodTest.h | 2 +- Foundation/testsuite/src/ActivityTest.cpp | 2 +- Foundation/testsuite/src/ActivityTest.h | 2 +- Foundation/testsuite/src/AnyTest.cpp | 2 +- Foundation/testsuite/src/AnyTest.h | 2 +- Foundation/testsuite/src/AutoPtrTest.cpp | 2 +- Foundation/testsuite/src/AutoPtrTest.h | 2 +- .../testsuite/src/AutoReleasePoolTest.cpp | 2 +- .../testsuite/src/AutoReleasePoolTest.h | 2 +- Foundation/testsuite/src/Base64Test.cpp | 2 +- Foundation/testsuite/src/Base64Test.h | 2 +- Foundation/testsuite/src/BasicEventTest.cpp | 2 +- Foundation/testsuite/src/BasicEventTest.h | 2 +- .../testsuite/src/BinaryReaderWriterTest.cpp | 2 +- .../testsuite/src/BinaryReaderWriterTest.h | 2 +- Foundation/testsuite/src/ByteOrderTest.cpp | 2 +- Foundation/testsuite/src/ByteOrderTest.h | 2 +- Foundation/testsuite/src/CacheTestSuite.cpp | 2 +- Foundation/testsuite/src/CacheTestSuite.h | 2 +- Foundation/testsuite/src/ChannelTest.cpp | 2 +- Foundation/testsuite/src/ChannelTest.h | 2 +- Foundation/testsuite/src/ClassLoaderTest.cpp | 2 +- Foundation/testsuite/src/ClassLoaderTest.h | 2 +- Foundation/testsuite/src/ConditionTest.cpp | 2 +- Foundation/testsuite/src/ConditionTest.h | 2 +- Foundation/testsuite/src/CoreTest.cpp | 2 +- Foundation/testsuite/src/CoreTest.h | 2 +- Foundation/testsuite/src/CoreTestSuite.cpp | 2 +- Foundation/testsuite/src/CoreTestSuite.h | 2 +- .../testsuite/src/CountingStreamTest.cpp | 2 +- Foundation/testsuite/src/CountingStreamTest.h | 2 +- Foundation/testsuite/src/CryptTestSuite.cpp | 2 +- Foundation/testsuite/src/CryptTestSuite.h | 2 +- .../testsuite/src/DateTimeFormatterTest.cpp | 2 +- .../testsuite/src/DateTimeFormatterTest.h | 2 +- .../testsuite/src/DateTimeParserTest.cpp | 2 +- Foundation/testsuite/src/DateTimeParserTest.h | 2 +- Foundation/testsuite/src/DateTimeTest.cpp | 2 +- Foundation/testsuite/src/DateTimeTest.h | 2 +- .../testsuite/src/DateTimeTestSuite.cpp | 2 +- Foundation/testsuite/src/DateTimeTestSuite.h | 2 +- Foundation/testsuite/src/DigestStreamTest.cpp | 2 +- Foundation/testsuite/src/DigestStreamTest.h | 2 +- Foundation/testsuite/src/Driver.cpp | 2 +- Foundation/testsuite/src/DummyDelegate.cpp | 2 +- Foundation/testsuite/src/DummyDelegate.h | 2 +- Foundation/testsuite/src/DynamicAnyTest.cpp | 2 +- Foundation/testsuite/src/DynamicAnyTest.h | 2 +- .../testsuite/src/DynamicFactoryTest.cpp | 2 +- Foundation/testsuite/src/DynamicFactoryTest.h | 2 +- Foundation/testsuite/src/EventTestSuite.cpp | 2 +- Foundation/testsuite/src/EventTestSuite.h | 2 +- Foundation/testsuite/src/ExpireCacheTest.cpp | 2 +- Foundation/testsuite/src/ExpireCacheTest.h | 2 +- .../testsuite/src/ExpireLRUCacheTest.cpp | 2 +- Foundation/testsuite/src/ExpireLRUCacheTest.h | 2 +- Foundation/testsuite/src/FIFOEventTest.cpp | 2 +- Foundation/testsuite/src/FIFOEventTest.h | 2 +- Foundation/testsuite/src/FPETest.cpp | 2 +- Foundation/testsuite/src/FPETest.h | 2 +- Foundation/testsuite/src/FileChannelTest.cpp | 2 +- Foundation/testsuite/src/FileChannelTest.h | 2 +- Foundation/testsuite/src/FileStreamTest.cpp | 2 +- Foundation/testsuite/src/FileStreamTest.h | 2 +- Foundation/testsuite/src/FileTest.cpp | 2 +- Foundation/testsuite/src/FileTest.h | 2 +- .../testsuite/src/FilesystemTestSuite.cpp | 2 +- .../testsuite/src/FilesystemTestSuite.h | 2 +- Foundation/testsuite/src/FormatTest.cpp | 2 +- Foundation/testsuite/src/FormatTest.h | 2 +- .../testsuite/src/FoundationTestSuite.cpp | 2 +- .../testsuite/src/FoundationTestSuite.h | 2 +- Foundation/testsuite/src/GlobTest.cpp | 2 +- Foundation/testsuite/src/GlobTest.h | 2 +- Foundation/testsuite/src/HMACEngineTest.cpp | 2 +- Foundation/testsuite/src/HMACEngineTest.h | 2 +- Foundation/testsuite/src/HashMapTest.cpp | 2 +- Foundation/testsuite/src/HashMapTest.h | 2 +- Foundation/testsuite/src/HashSetTest.cpp | 2 +- Foundation/testsuite/src/HashSetTest.h | 2 +- Foundation/testsuite/src/HashTableTest.cpp | 2 +- Foundation/testsuite/src/HashTableTest.h | 2 +- Foundation/testsuite/src/HashingTestSuite.cpp | 2 +- Foundation/testsuite/src/HashingTestSuite.h | 2 +- Foundation/testsuite/src/HexBinaryTest.cpp | 2 +- Foundation/testsuite/src/HexBinaryTest.h | 2 +- Foundation/testsuite/src/LRUCacheTest.cpp | 2 +- Foundation/testsuite/src/LRUCacheTest.h | 2 +- .../testsuite/src/LineEndingConverterTest.cpp | 2 +- .../testsuite/src/LineEndingConverterTest.h | 2 +- .../testsuite/src/LinearHashTableTest.cpp | 2 +- .../testsuite/src/LinearHashTableTest.h | 2 +- .../testsuite/src/LocalDateTimeTest.cpp | 2 +- Foundation/testsuite/src/LocalDateTimeTest.h | 2 +- Foundation/testsuite/src/LogStreamTest.cpp | 2 +- Foundation/testsuite/src/LogStreamTest.h | 2 +- Foundation/testsuite/src/LoggerTest.cpp | 2 +- Foundation/testsuite/src/LoggerTest.h | 2 +- .../testsuite/src/LoggingFactoryTest.cpp | 2 +- Foundation/testsuite/src/LoggingFactoryTest.h | 2 +- .../testsuite/src/LoggingRegistryTest.cpp | 2 +- .../testsuite/src/LoggingRegistryTest.h | 2 +- Foundation/testsuite/src/LoggingTestSuite.cpp | 2 +- Foundation/testsuite/src/LoggingTestSuite.h | 2 +- Foundation/testsuite/src/MD2EngineTest.cpp | 2 +- Foundation/testsuite/src/MD2EngineTest.h | 2 +- Foundation/testsuite/src/MD4EngineTest.cpp | 2 +- Foundation/testsuite/src/MD4EngineTest.h | 2 +- Foundation/testsuite/src/MD5EngineTest.cpp | 2 +- Foundation/testsuite/src/MD5EngineTest.h | 2 +- Foundation/testsuite/src/ManifestTest.cpp | 2 +- Foundation/testsuite/src/ManifestTest.h | 2 +- Foundation/testsuite/src/MemoryPoolTest.cpp | 2 +- Foundation/testsuite/src/MemoryPoolTest.h | 2 +- Foundation/testsuite/src/MemoryStreamTest.cpp | 2 +- Foundation/testsuite/src/MemoryStreamTest.h | 2 +- Foundation/testsuite/src/NDCTest.cpp | 2 +- Foundation/testsuite/src/NDCTest.h | 2 +- Foundation/testsuite/src/NamedEventTest.cpp | 2 +- Foundation/testsuite/src/NamedEventTest.h | 2 +- Foundation/testsuite/src/NamedMutexTest.cpp | 2 +- Foundation/testsuite/src/NamedMutexTest.h | 2 +- Foundation/testsuite/src/NamedTuplesTest.cpp | 2 +- Foundation/testsuite/src/NamedTuplesTest.h | 2 +- .../testsuite/src/NotificationCenterTest.cpp | 2 +- .../testsuite/src/NotificationCenterTest.h | 2 +- .../testsuite/src/NotificationQueueTest.cpp | 2 +- .../testsuite/src/NotificationQueueTest.h | 2 +- .../testsuite/src/NotificationsTestSuite.cpp | 2 +- .../testsuite/src/NotificationsTestSuite.h | 2 +- Foundation/testsuite/src/NullStreamTest.cpp | 2 +- Foundation/testsuite/src/NullStreamTest.h | 2 +- .../testsuite/src/NumberFormatterTest.cpp | 2 +- .../testsuite/src/NumberFormatterTest.h | 2 +- Foundation/testsuite/src/NumberParserTest.cpp | 2 +- Foundation/testsuite/src/NumberParserTest.h | 2 +- Foundation/testsuite/src/PathTest.cpp | 2 +- Foundation/testsuite/src/PathTest.h | 2 +- .../testsuite/src/PatternFormatterTest.cpp | 2 +- .../testsuite/src/PatternFormatterTest.h | 2 +- .../testsuite/src/PriorityEventTest.cpp | 2 +- Foundation/testsuite/src/PriorityEventTest.h | 2 +- .../src/PriorityNotificationQueueTest.cpp | 2 +- .../src/PriorityNotificationQueueTest.h | 2 +- Foundation/testsuite/src/ProcessTest.cpp | 2 +- Foundation/testsuite/src/ProcessTest.h | 2 +- .../testsuite/src/ProcessesTestSuite.cpp | 2 +- Foundation/testsuite/src/ProcessesTestSuite.h | 2 +- Foundation/testsuite/src/RWLockTest.cpp | 2 +- Foundation/testsuite/src/RWLockTest.h | 2 +- Foundation/testsuite/src/RandomStreamTest.cpp | 2 +- Foundation/testsuite/src/RandomStreamTest.h | 2 +- Foundation/testsuite/src/RandomTest.cpp | 2 +- Foundation/testsuite/src/RandomTest.h | 2 +- .../testsuite/src/RegularExpressionTest.cpp | 2 +- .../testsuite/src/RegularExpressionTest.h | 2 +- Foundation/testsuite/src/SHA1EngineTest.cpp | 2 +- Foundation/testsuite/src/SHA1EngineTest.h | 2 +- Foundation/testsuite/src/SemaphoreTest.cpp | 2 +- Foundation/testsuite/src/SemaphoreTest.h | 2 +- .../testsuite/src/SharedLibraryTest.cpp | 2 +- Foundation/testsuite/src/SharedLibraryTest.h | 2 +- .../testsuite/src/SharedLibraryTestSuite.cpp | 2 +- .../testsuite/src/SharedLibraryTestSuite.h | 2 +- Foundation/testsuite/src/SharedMemoryTest.cpp | 2 +- Foundation/testsuite/src/SharedPtrTest.cpp | 2 +- Foundation/testsuite/src/SharedPtrTest.h | 2 +- .../testsuite/src/SimpleFileChannelTest.cpp | 2 +- .../testsuite/src/SimpleFileChannelTest.h | 2 +- .../testsuite/src/SimpleHashTableTest.cpp | 2 +- .../testsuite/src/SimpleHashTableTest.h | 2 +- Foundation/testsuite/src/StopwatchTest.cpp | 2 +- Foundation/testsuite/src/StopwatchTest.h | 2 +- .../testsuite/src/StreamConverterTest.cpp | 2 +- .../testsuite/src/StreamConverterTest.h | 2 +- Foundation/testsuite/src/StreamCopierTest.cpp | 2 +- Foundation/testsuite/src/StreamCopierTest.h | 2 +- .../testsuite/src/StreamTokenizerTest.cpp | 2 +- .../testsuite/src/StreamTokenizerTest.h | 2 +- Foundation/testsuite/src/StreamsTestSuite.cpp | 2 +- Foundation/testsuite/src/StreamsTestSuite.h | 2 +- Foundation/testsuite/src/StringTest.cpp | 2 +- Foundation/testsuite/src/StringTest.h | 2 +- .../testsuite/src/StringTokenizerTest.cpp | 2 +- .../testsuite/src/StringTokenizerTest.h | 2 +- Foundation/testsuite/src/TaskManagerTest.cpp | 2 +- Foundation/testsuite/src/TaskManagerTest.h | 2 +- Foundation/testsuite/src/TaskTest.cpp | 2 +- Foundation/testsuite/src/TaskTest.h | 2 +- Foundation/testsuite/src/TaskTestSuite.cpp | 2 +- Foundation/testsuite/src/TaskTestSuite.h | 2 +- Foundation/testsuite/src/TeeStreamTest.cpp | 2 +- Foundation/testsuite/src/TeeStreamTest.h | 2 +- Foundation/testsuite/src/TestApp.cpp | 2 +- Foundation/testsuite/src/TestApp_WINCE.cpp | 2 +- Foundation/testsuite/src/TestChannel.cpp | 2 +- Foundation/testsuite/src/TestChannel.h | 2 +- Foundation/testsuite/src/TestLibrary.cpp | 2 +- Foundation/testsuite/src/TestPlugin.cpp | 2 +- Foundation/testsuite/src/TestPlugin.h | 2 +- .../testsuite/src/TextBufferIteratorTest.cpp | 2 +- .../testsuite/src/TextBufferIteratorTest.h | 2 +- .../testsuite/src/TextConverterTest.cpp | 2 +- Foundation/testsuite/src/TextConverterTest.h | 2 +- Foundation/testsuite/src/TextEncodingTest.cpp | 2 +- Foundation/testsuite/src/TextEncodingTest.h | 2 +- Foundation/testsuite/src/TextIteratorTest.cpp | 2 +- Foundation/testsuite/src/TextIteratorTest.h | 2 +- Foundation/testsuite/src/TextTestSuite.cpp | 2 +- Foundation/testsuite/src/TextTestSuite.h | 2 +- Foundation/testsuite/src/ThreadLocalTest.cpp | 2 +- Foundation/testsuite/src/ThreadLocalTest.h | 2 +- Foundation/testsuite/src/ThreadPoolTest.cpp | 2 +- Foundation/testsuite/src/ThreadPoolTest.h | 2 +- Foundation/testsuite/src/ThreadTest.cpp | 2 +- Foundation/testsuite/src/ThreadTest.h | 2 +- .../testsuite/src/ThreadingTestSuite.cpp | 2 +- Foundation/testsuite/src/ThreadingTestSuite.h | 2 +- .../src/TimedNotificationQueueTest.cpp | 2 +- .../src/TimedNotificationQueueTest.h | 2 +- Foundation/testsuite/src/TimerTest.cpp | 2 +- Foundation/testsuite/src/TimerTest.h | 2 +- Foundation/testsuite/src/TimespanTest.cpp | 2 +- Foundation/testsuite/src/TimespanTest.h | 2 +- Foundation/testsuite/src/TimestampTest.cpp | 2 +- Foundation/testsuite/src/TimestampTest.h | 2 +- Foundation/testsuite/src/TimezoneTest.cpp | 2 +- Foundation/testsuite/src/TimezoneTest.h | 2 +- Foundation/testsuite/src/TuplesTest.cpp | 2 +- Foundation/testsuite/src/TuplesTest.h | 2 +- Foundation/testsuite/src/TypeListTest.cpp | 2 +- Foundation/testsuite/src/TypeListTest.h | 2 +- .../testsuite/src/URIStreamOpenerTest.cpp | 2 +- .../testsuite/src/URIStreamOpenerTest.h | 2 +- Foundation/testsuite/src/URITest.cpp | 2 +- Foundation/testsuite/src/URITest.h | 2 +- Foundation/testsuite/src/URITestSuite.cpp | 2 +- Foundation/testsuite/src/URITestSuite.h | 2 +- Foundation/testsuite/src/UTF8StringTest.cpp | 2 +- Foundation/testsuite/src/UTF8StringTest.h | 2 +- .../testsuite/src/UUIDGeneratorTest.cpp | 2 +- Foundation/testsuite/src/UUIDGeneratorTest.h | 2 +- Foundation/testsuite/src/UUIDTest.cpp | 2 +- Foundation/testsuite/src/UUIDTest.h | 2 +- Foundation/testsuite/src/UUIDTestSuite.cpp | 2 +- Foundation/testsuite/src/UUIDTestSuite.h | 2 +- .../testsuite/src/UnicodeConverterTest.cpp | 2 +- .../testsuite/src/UnicodeConverterTest.h | 2 +- .../testsuite/src/UniqueExpireCacheTest.cpp | 2 +- .../testsuite/src/UniqueExpireCacheTest.h | 2 +- .../src/UniqueExpireLRUCacheTest.cpp | 2 +- .../testsuite/src/UniqueExpireLRUCacheTest.h | 2 +- Foundation/testsuite/src/WinCEDriver.cpp | 2 +- Foundation/testsuite/src/WinDriver.cpp | 2 +- Foundation/testsuite/src/ZLibTest.cpp | 2 +- Foundation/testsuite/src/ZLibTest.h | 2 +- Foundation/testsuite/testapp.vmsbuild | 2 +- Foundation/testsuite/testlibrary.vmsbuild | 2 +- Foundation/testsuite/testsuite.vmsbuild | 2 +- MANIFEST | 1202 ++++++++++++++++- NEWS | 2 +- Net/Makefile | 2 +- Net/Net.vmsbuild | 2 +- .../Poco/Net/AbstractHTTPRequestHandler.h | 2 +- Net/include/Poco/Net/DNS.h | 2 +- Net/include/Poco/Net/DatagramSocket.h | 2 +- Net/include/Poco/Net/DatagramSocketImpl.h | 2 +- Net/include/Poco/Net/DialogSocket.h | 2 +- Net/include/Poco/Net/FTPClientSession.h | 2 +- Net/include/Poco/Net/FTPStreamFactory.h | 2 +- Net/include/Poco/Net/FilePartSource.h | 2 +- Net/include/Poco/Net/HTMLForm.h | 2 +- Net/include/Poco/Net/HTTPBasicCredentials.h | 2 +- Net/include/Poco/Net/HTTPChunkedStream.h | 2 +- Net/include/Poco/Net/HTTPClientSession.h | 2 +- Net/include/Poco/Net/HTTPCookie.h | 2 +- Net/include/Poco/Net/HTTPFixedLengthStream.h | 2 +- Net/include/Poco/Net/HTTPHeaderStream.h | 2 +- Net/include/Poco/Net/HTTPMessage.h | 8 +- Net/include/Poco/Net/HTTPRequest.h | 2 +- Net/include/Poco/Net/HTTPRequestHandler.h | 2 +- .../Poco/Net/HTTPRequestHandlerFactory.h | 2 +- Net/include/Poco/Net/HTTPResponse.h | 2 +- Net/include/Poco/Net/HTTPServer.h | 2 +- Net/include/Poco/Net/HTTPServerConnection.h | 2 +- .../Poco/Net/HTTPServerConnectionFactory.h | 2 +- Net/include/Poco/Net/HTTPServerParams.h | 2 +- Net/include/Poco/Net/HTTPServerRequest.h | 2 +- Net/include/Poco/Net/HTTPServerRequestImpl.h | 2 +- Net/include/Poco/Net/HTTPServerResponse.h | 2 +- Net/include/Poco/Net/HTTPServerResponseImpl.h | 2 +- Net/include/Poco/Net/HTTPServerSession.h | 2 +- Net/include/Poco/Net/HTTPSession.h | 2 +- Net/include/Poco/Net/HTTPSessionFactory.h | 2 +- .../Poco/Net/HTTPSessionInstantiator.h | 2 +- Net/include/Poco/Net/HTTPStream.h | 2 +- Net/include/Poco/Net/HTTPStreamFactory.h | 2 +- Net/include/Poco/Net/HostEntry.h | 2 +- Net/include/Poco/Net/ICMPClient.h | 2 +- Net/include/Poco/Net/ICMPEventArgs.h | 2 +- Net/include/Poco/Net/ICMPPacket.h | 2 +- Net/include/Poco/Net/ICMPPacketImpl.h | 2 +- Net/include/Poco/Net/ICMPSocket.h | 2 +- Net/include/Poco/Net/ICMPSocketImpl.h | 2 +- Net/include/Poco/Net/ICMPv4PacketImpl.h | 2 +- Net/include/Poco/Net/IPAddress.h | 2 +- Net/include/Poco/Net/MailMessage.h | 2 +- Net/include/Poco/Net/MailRecipient.h | 2 +- Net/include/Poco/Net/MailStream.h | 2 +- Net/include/Poco/Net/MediaType.h | 2 +- Net/include/Poco/Net/MessageHeader.h | 2 +- Net/include/Poco/Net/MulticastSocket.h | 2 +- Net/include/Poco/Net/MultipartReader.h | 2 +- Net/include/Poco/Net/MultipartWriter.h | 2 +- Net/include/Poco/Net/NameValueCollection.h | 2 +- Net/include/Poco/Net/Net.h | 2 +- Net/include/Poco/Net/NetException.h | 2 +- Net/include/Poco/Net/NetworkInterface.h | 2 +- Net/include/Poco/Net/NullPartHandler.h | 2 +- Net/include/Poco/Net/POP3ClientSession.h | 2 +- Net/include/Poco/Net/PartHandler.h | 2 +- Net/include/Poco/Net/PartSource.h | 2 +- Net/include/Poco/Net/QuotedPrintableDecoder.h | 2 +- Net/include/Poco/Net/QuotedPrintableEncoder.h | 2 +- Net/include/Poco/Net/RawSocket.h | 2 +- Net/include/Poco/Net/RawSocketImpl.h | 2 +- Net/include/Poco/Net/RemoteSyslogChannel.h | 2 +- Net/include/Poco/Net/RemoteSyslogListener.h | 2 +- Net/include/Poco/Net/SMTPClientSession.h | 2 +- Net/include/Poco/Net/ServerSocket.h | 2 +- Net/include/Poco/Net/ServerSocketImpl.h | 2 +- Net/include/Poco/Net/Socket.h | 2 +- Net/include/Poco/Net/SocketAcceptor.h | 2 +- Net/include/Poco/Net/SocketAddress.h | 2 +- Net/include/Poco/Net/SocketConnector.h | 2 +- Net/include/Poco/Net/SocketDefs.h | 2 +- Net/include/Poco/Net/SocketImpl.h | 2 +- Net/include/Poco/Net/SocketNotification.h | 2 +- Net/include/Poco/Net/SocketNotifier.h | 2 +- Net/include/Poco/Net/SocketReactor.h | 2 +- Net/include/Poco/Net/SocketStream.h | 2 +- Net/include/Poco/Net/StreamSocket.h | 2 +- Net/include/Poco/Net/StreamSocketImpl.h | 2 +- Net/include/Poco/Net/StringPartSource.h | 2 +- Net/include/Poco/Net/TCPServer.h | 2 +- Net/include/Poco/Net/TCPServerConnection.h | 2 +- .../Poco/Net/TCPServerConnectionFactory.h | 2 +- Net/include/Poco/Net/TCPServerDispatcher.h | 2 +- Net/include/Poco/Net/TCPServerParams.h | 2 +- Net/samples/EchoServer/EchoServer.vmsbuild | 2 +- Net/samples/EchoServer/Makefile | 2 +- Net/samples/EchoServer/src/EchoServer.cpp | 2 +- .../HTTPFormServer/HTTPFormServer.vmsbuild | 2 +- Net/samples/HTTPFormServer/Makefile | 2 +- .../HTTPLoadTest/HTTPLoadTest.vmsbuild | 2 +- Net/samples/HTTPLoadTest/Makefile | 2 +- Net/samples/HTTPLoadTest/src/HTTPLoadTest.cpp | 2 +- .../HTTPTimeServer/HTTPTimeServer.vmsbuild | 2 +- Net/samples/HTTPTimeServer/Makefile | 2 +- .../HTTPTimeServer/src/HTTPTimeServer.cpp | 2 +- Net/samples/Mail/Mail.vmsbuild | 2 +- Net/samples/Mail/Makefile | 2 +- Net/samples/Mail/src/Mail.cpp | 2 +- Net/samples/Makefile | 2 +- Net/samples/Ping/Makefile | 2 +- Net/samples/Ping/Ping.vmsbuild | 2 +- Net/samples/Ping/src/Ping.cpp | 2 +- Net/samples/TimeServer/Makefile | 2 +- Net/samples/TimeServer/TimeServer.vmsbuild | 2 +- Net/samples/TimeServer/src/TimeServer.cpp | 2 +- Net/samples/TwitterClient/Makefile | 2 +- Net/samples/TwitterClient/src/TweetApp.cpp | 2 +- Net/samples/TwitterClient/src/Twitter.cpp | 2 +- Net/samples/TwitterClient/src/Twitter.h | 2 +- Net/samples/dict/Makefile | 2 +- Net/samples/dict/dict.vmsbuild | 2 +- Net/samples/dict/src/dict.cpp | 2 +- Net/samples/download/src/download.cpp | 2 +- Net/samples/httpget/Makefile | 2 +- Net/samples/httpget/httpget.vmsbuild | 2 +- Net/samples/httpget/src/httpget.cpp | 2 +- Net/src/AbstractHTTPRequestHandler.cpp | 2 +- Net/src/DNS.cpp | 2 +- Net/src/DatagramSocket.cpp | 2 +- Net/src/DatagramSocketImpl.cpp | 2 +- Net/src/DialogSocket.cpp | 2 +- Net/src/FTPClientSession.cpp | 2 +- Net/src/FTPStreamFactory.cpp | 2 +- Net/src/FilePartSource.cpp | 2 +- Net/src/HTMLForm.cpp | 2 +- Net/src/HTTPBasicCredentials.cpp | 2 +- Net/src/HTTPChunkedStream.cpp | 2 +- Net/src/HTTPClientSession.cpp | 2 +- Net/src/HTTPCookie.cpp | 2 +- Net/src/HTTPFixedLengthStream.cpp | 2 +- Net/src/HTTPHeaderStream.cpp | 2 +- Net/src/HTTPMessage.cpp | 2 +- Net/src/HTTPRequest.cpp | 2 +- Net/src/HTTPRequestHandler.cpp | 2 +- Net/src/HTTPRequestHandlerFactory.cpp | 2 +- Net/src/HTTPResponse.cpp | 2 +- Net/src/HTTPServer.cpp | 2 +- Net/src/HTTPServerConnection.cpp | 2 +- Net/src/HTTPServerConnectionFactory.cpp | 2 +- Net/src/HTTPServerParams.cpp | 2 +- Net/src/HTTPServerRequest.cpp | 2 +- Net/src/HTTPServerRequestImpl.cpp | 2 +- Net/src/HTTPServerResponse.cpp | 2 +- Net/src/HTTPServerResponseImpl.cpp | 2 +- Net/src/HTTPServerSession.cpp | 2 +- Net/src/HTTPSession.cpp | 2 +- Net/src/HTTPSessionFactory.cpp | 2 +- Net/src/HTTPSessionInstantiator.cpp | 2 +- Net/src/HTTPStream.cpp | 2 +- Net/src/HTTPStreamFactory.cpp | 2 +- Net/src/HostEntry.cpp | 2 +- Net/src/ICMPClient.cpp | 2 +- Net/src/ICMPEventArgs.cpp | 2 +- Net/src/ICMPPacket.cpp | 2 +- Net/src/ICMPPacketImpl.cpp | 2 +- Net/src/ICMPSocket.cpp | 2 +- Net/src/ICMPSocketImpl.cpp | 2 +- Net/src/ICMPv4PacketImpl.cpp | 2 +- Net/src/IPAddress.cpp | 2 +- Net/src/MailMessage.cpp | 2 +- Net/src/MailRecipient.cpp | 2 +- Net/src/MailStream.cpp | 2 +- Net/src/MediaType.cpp | 2 +- Net/src/MessageHeader.cpp | 2 +- Net/src/MulticastSocket.cpp | 2 +- Net/src/MultipartReader.cpp | 2 +- Net/src/MultipartWriter.cpp | 2 +- Net/src/NameValueCollection.cpp | 2 +- Net/src/NetException.cpp | 2 +- Net/src/NetworkInterface.cpp | 2 +- Net/src/NullPartHandler.cpp | 2 +- Net/src/POP3ClientSession.cpp | 2 +- Net/src/PartHandler.cpp | 2 +- Net/src/PartSource.cpp | 2 +- Net/src/QuotedPrintableDecoder.cpp | 2 +- Net/src/QuotedPrintableEncoder.cpp | 2 +- Net/src/RawSocket.cpp | 2 +- Net/src/RawSocketImpl.cpp | 2 +- Net/src/RemoteSyslogChannel.cpp | 2 +- Net/src/RemoteSyslogListener.cpp | 2 +- Net/src/SMTPClientSession.cpp | 2 +- Net/src/ServerSocket.cpp | 2 +- Net/src/ServerSocketImpl.cpp | 2 +- Net/src/Socket.cpp | 2 +- Net/src/SocketAddress.cpp | 2 +- Net/src/SocketImpl.cpp | 2 +- Net/src/SocketNotification.cpp | 2 +- Net/src/SocketNotifier.cpp | 2 +- Net/src/SocketReactor.cpp | 2 +- Net/src/SocketStream.cpp | 2 +- Net/src/StreamSocket.cpp | 2 +- Net/src/StreamSocketImpl.cpp | 2 +- Net/src/StringPartSource.cpp | 2 +- Net/src/TCPServer.cpp | 2 +- Net/src/TCPServerConnection.cpp | 2 +- Net/src/TCPServerConnectionFactory.cpp | 2 +- Net/src/TCPServerDispatcher.cpp | 2 +- Net/src/TCPServerParams.cpp | 2 +- Net/testsuite/Makefile | 2 +- Net/testsuite/TestSuite.vmsbuild | 2 +- Net/testsuite/src/DNSTest.cpp | 2 +- Net/testsuite/src/DNSTest.h | 2 +- Net/testsuite/src/DatagramSocketTest.cpp | 2 +- Net/testsuite/src/DatagramSocketTest.h | 2 +- Net/testsuite/src/DialogServer.cpp | 2 +- Net/testsuite/src/DialogServer.h | 2 +- Net/testsuite/src/DialogSocketTest.cpp | 2 +- Net/testsuite/src/DialogSocketTest.h | 2 +- Net/testsuite/src/Driver.cpp | 2 +- Net/testsuite/src/EchoServer.cpp | 2 +- Net/testsuite/src/EchoServer.h | 2 +- Net/testsuite/src/FTPClientSessionTest.cpp | 2 +- Net/testsuite/src/FTPClientSessionTest.h | 2 +- Net/testsuite/src/FTPClientTestSuite.cpp | 2 +- Net/testsuite/src/FTPClientTestSuite.h | 2 +- Net/testsuite/src/FTPStreamFactoryTest.cpp | 2 +- Net/testsuite/src/FTPStreamFactoryTest.h | 2 +- Net/testsuite/src/HTMLFormTest.cpp | 2 +- Net/testsuite/src/HTMLFormTest.h | 2 +- Net/testsuite/src/HTMLTestSuite.cpp | 2 +- Net/testsuite/src/HTMLTestSuite.h | 2 +- Net/testsuite/src/HTTPClientSessionTest.cpp | 2 +- Net/testsuite/src/HTTPClientSessionTest.h | 2 +- Net/testsuite/src/HTTPClientTestSuite.cpp | 2 +- Net/testsuite/src/HTTPClientTestSuite.h | 2 +- Net/testsuite/src/HTTPCookieTest.cpp | 2 +- Net/testsuite/src/HTTPCookieTest.h | 2 +- Net/testsuite/src/HTTPCredentialsTest.cpp | 2 +- Net/testsuite/src/HTTPCredentialsTest.h | 2 +- Net/testsuite/src/HTTPRequestTest.cpp | 2 +- Net/testsuite/src/HTTPRequestTest.h | 2 +- Net/testsuite/src/HTTPResponseTest.cpp | 2 +- Net/testsuite/src/HTTPResponseTest.h | 2 +- Net/testsuite/src/HTTPServerTest.cpp | 2 +- Net/testsuite/src/HTTPServerTest.h | 2 +- Net/testsuite/src/HTTPServerTestSuite.cpp | 2 +- Net/testsuite/src/HTTPServerTestSuite.h | 2 +- Net/testsuite/src/HTTPStreamFactoryTest.cpp | 2 +- Net/testsuite/src/HTTPStreamFactoryTest.h | 2 +- Net/testsuite/src/HTTPTestServer.cpp | 2 +- Net/testsuite/src/HTTPTestServer.h | 2 +- Net/testsuite/src/HTTPTestSuite.cpp | 2 +- Net/testsuite/src/HTTPTestSuite.h | 2 +- Net/testsuite/src/ICMPClientTest.cpp | 2 +- Net/testsuite/src/ICMPClientTest.h | 2 +- Net/testsuite/src/ICMPClientTestSuite.cpp | 2 +- Net/testsuite/src/ICMPClientTestSuite.h | 2 +- Net/testsuite/src/ICMPSocketTest.cpp | 2 +- Net/testsuite/src/ICMPSocketTest.h | 2 +- Net/testsuite/src/IPAddressTest.cpp | 2 +- Net/testsuite/src/IPAddressTest.h | 2 +- Net/testsuite/src/MailMessageTest.cpp | 2 +- Net/testsuite/src/MailMessageTest.h | 2 +- Net/testsuite/src/MailStreamTest.cpp | 2 +- Net/testsuite/src/MailStreamTest.h | 2 +- Net/testsuite/src/MailTestSuite.cpp | 2 +- Net/testsuite/src/MailTestSuite.h | 2 +- Net/testsuite/src/MediaTypeTest.cpp | 2 +- Net/testsuite/src/MediaTypeTest.h | 2 +- Net/testsuite/src/MessageHeaderTest.cpp | 2 +- Net/testsuite/src/MessageHeaderTest.h | 2 +- Net/testsuite/src/MessagesTestSuite.cpp | 2 +- Net/testsuite/src/MessagesTestSuite.h | 2 +- Net/testsuite/src/MulticastEchoServer.cpp | 2 +- Net/testsuite/src/MulticastEchoServer.h | 2 +- Net/testsuite/src/MulticastSocketTest.cpp | 2 +- Net/testsuite/src/MulticastSocketTest.h | 2 +- Net/testsuite/src/MultipartReaderTest.cpp | 2 +- Net/testsuite/src/MultipartReaderTest.h | 2 +- Net/testsuite/src/MultipartWriterTest.cpp | 2 +- Net/testsuite/src/MultipartWriterTest.h | 2 +- Net/testsuite/src/NameValueCollectionTest.cpp | 2 +- Net/testsuite/src/NameValueCollectionTest.h | 2 +- Net/testsuite/src/NetCoreTestSuite.cpp | 2 +- Net/testsuite/src/NetCoreTestSuite.h | 2 +- Net/testsuite/src/NetTestSuite.cpp | 2 +- Net/testsuite/src/NetTestSuite.h | 2 +- Net/testsuite/src/NetworkInterfaceTest.cpp | 2 +- Net/testsuite/src/NetworkInterfaceTest.h | 2 +- Net/testsuite/src/POP3ClientSessionTest.cpp | 2 +- Net/testsuite/src/POP3ClientSessionTest.h | 2 +- Net/testsuite/src/QuotedPrintableTest.cpp | 2 +- Net/testsuite/src/QuotedPrintableTest.h | 2 +- Net/testsuite/src/RawSocketTest.cpp | 2 +- Net/testsuite/src/RawSocketTest.h | 2 +- Net/testsuite/src/ReactorTestSuite.cpp | 2 +- Net/testsuite/src/ReactorTestSuite.h | 2 +- Net/testsuite/src/SMTPClientSessionTest.cpp | 2 +- Net/testsuite/src/SMTPClientSessionTest.h | 2 +- Net/testsuite/src/SocketAddressTest.cpp | 2 +- Net/testsuite/src/SocketAddressTest.h | 2 +- Net/testsuite/src/SocketReactorTest.cpp | 2 +- Net/testsuite/src/SocketReactorTest.h | 2 +- Net/testsuite/src/SocketStreamTest.cpp | 2 +- Net/testsuite/src/SocketStreamTest.h | 2 +- Net/testsuite/src/SocketTest.cpp | 2 +- Net/testsuite/src/SocketTest.h | 2 +- Net/testsuite/src/SocketsTestSuite.cpp | 2 +- Net/testsuite/src/SocketsTestSuite.h | 2 +- Net/testsuite/src/SyslogTest.cpp | 2 +- Net/testsuite/src/SyslogTest.h | 2 +- Net/testsuite/src/TCPServerTest.cpp | 2 +- Net/testsuite/src/TCPServerTest.h | 2 +- Net/testsuite/src/TCPServerTestSuite.cpp | 2 +- Net/testsuite/src/TCPServerTestSuite.h | 2 +- Net/testsuite/src/UDPEchoServer.cpp | 2 +- Net/testsuite/src/UDPEchoServer.h | 2 +- Net/testsuite/src/WinCEDriver.cpp | 2 +- Net/testsuite/src/WinDriver.cpp | 2 +- .../Poco/Net/AcceptCertificateHandler.h | 2 +- .../Poco/Net/CertificateHandlerFactory.h | 2 +- .../Poco/Net/CertificateHandlerFactoryMgr.h | 2 +- .../Poco/Net/ConsoleCertificateHandler.h | 2 +- NetSSL_OpenSSL/include/Poco/Net/Context.h | 2 +- .../include/Poco/Net/HTTPSClientSession.h | 2 +- .../Poco/Net/HTTPSSessionInstantiator.h | 2 +- .../include/Poco/Net/HTTPSStreamFactory.h | 2 +- .../Poco/Net/InvalidCertificateHandler.h | 2 +- .../include/Poco/Net/KeyConsoleHandler.h | 2 +- .../include/Poco/Net/KeyFileHandler.h | 2 +- NetSSL_OpenSSL/include/Poco/Net/NetSSL.h | 2 +- .../include/Poco/Net/PrivateKeyFactory.h | 2 +- .../include/Poco/Net/PrivateKeyFactoryMgr.h | 2 +- .../Poco/Net/PrivateKeyPassphraseHandler.h | 2 +- .../Poco/Net/RejectCertificateHandler.h | 2 +- .../include/Poco/Net/SSLException.h | 2 +- NetSSL_OpenSSL/include/Poco/Net/SSLManager.h | 2 +- .../Poco/Net/SecureSMTPClientSession.h | 2 +- .../include/Poco/Net/SecureServerSocket.h | 2 +- .../include/Poco/Net/SecureServerSocketImpl.h | 2 +- .../include/Poco/Net/SecureSocketImpl.h | 2 +- .../include/Poco/Net/SecureStreamSocket.h | 2 +- .../include/Poco/Net/SecureStreamSocketImpl.h | 2 +- NetSSL_OpenSSL/include/Poco/Net/Session.h | 2 +- NetSSL_OpenSSL/include/Poco/Net/Utility.h | 2 +- .../include/Poco/Net/VerificationErrorArgs.h | 2 +- .../include/Poco/Net/X509Certificate.h | 2 +- .../HTTPSTimeServer/src/HTTPSTimeServer.cpp | 2 +- NetSSL_OpenSSL/samples/Makefile | 2 +- .../samples/download/src/download.cpp | 2 +- .../src/AcceptCertificateHandler.cpp | 2 +- .../src/CertificateHandlerFactory.cpp | 2 +- .../src/CertificateHandlerFactoryMgr.cpp | 2 +- .../src/ConsoleCertificateHandler.cpp | 2 +- NetSSL_OpenSSL/src/Context.cpp | 2 +- NetSSL_OpenSSL/src/HTTPSClientSession.cpp | 2 +- .../src/HTTPSSessionInstantiator.cpp | 2 +- NetSSL_OpenSSL/src/HTTPSStreamFactory.cpp | 2 +- .../src/InvalidCertificateHandler.cpp | 2 +- NetSSL_OpenSSL/src/KeyConsoleHandler.cpp | 2 +- NetSSL_OpenSSL/src/KeyFileHandler.cpp | 2 +- NetSSL_OpenSSL/src/PrivateKeyFactory.cpp | 2 +- NetSSL_OpenSSL/src/PrivateKeyFactoryMgr.cpp | 2 +- .../src/PrivateKeyPassphraseHandler.cpp | 2 +- .../src/RejectCertificateHandler.cpp | 2 +- NetSSL_OpenSSL/src/SSLException.cpp | 2 +- NetSSL_OpenSSL/src/SSLManager.cpp | 2 +- .../src/SecureSMTPClientSession.cpp | 2 +- NetSSL_OpenSSL/src/SecureServerSocket.cpp | 2 +- NetSSL_OpenSSL/src/SecureServerSocketImpl.cpp | 2 +- NetSSL_OpenSSL/src/SecureSocketImpl.cpp | 2 +- NetSSL_OpenSSL/src/SecureStreamSocket.cpp | 2 +- NetSSL_OpenSSL/src/SecureStreamSocketImpl.cpp | 2 +- NetSSL_OpenSSL/src/Session.cpp | 2 +- NetSSL_OpenSSL/src/Utility.cpp | 2 +- NetSSL_OpenSSL/src/VerificationErrorArgs.cpp | 2 +- NetSSL_OpenSSL/src/X509Certificate.cpp | 2 +- NetSSL_OpenSSL/testsuite/src/Driver.cpp | 2 +- .../testsuite/src/HTTPSClientSessionTest.cpp | 2 +- .../testsuite/src/HTTPSClientSessionTest.h | 2 +- .../testsuite/src/HTTPSClientTestSuite.cpp | 2 +- .../testsuite/src/HTTPSClientTestSuite.h | 2 +- .../testsuite/src/HTTPSServerTest.cpp | 2 +- .../testsuite/src/HTTPSServerTest.h | 2 +- .../testsuite/src/HTTPSServerTestSuite.cpp | 2 +- .../testsuite/src/HTTPSServerTestSuite.h | 2 +- .../testsuite/src/HTTPSStreamFactoryTest.cpp | 2 +- .../testsuite/src/HTTPSStreamFactoryTest.h | 2 +- .../testsuite/src/HTTPSTestServer.cpp | 2 +- .../testsuite/src/HTTPSTestServer.h | 2 +- .../testsuite/src/NetSSLTestSuite.cpp | 2 +- .../testsuite/src/NetSSLTestSuite.h | 2 +- .../testsuite/src/TCPServerTest.cpp | 2 +- NetSSL_OpenSSL/testsuite/src/TCPServerTest.h | 2 +- .../testsuite/src/TCPServerTestSuite.cpp | 2 +- .../testsuite/src/TCPServerTestSuite.h | 2 +- NetSSL_OpenSSL/testsuite/src/WinCEDriver.cpp | 8 +- NetSSL_OpenSSL/testsuite/src/WinDriver.cpp | 2 +- PageCompiler/File2Page/Makefile | 2 +- PageCompiler/File2Page/src/File2Page.cpp | 2 +- PageCompiler/Makefile | 2 +- PageCompiler/samples/HTTPTimeServer/Makefile | 2 +- .../HTTPTimeServer/src/HTTPTimeServerApp.cpp | 2 +- PageCompiler/samples/Makefile | 2 +- PageCompiler/src/ApacheCodeWriter.cpp | 2 +- PageCompiler/src/ApacheCodeWriter.h | 2 +- PageCompiler/src/CodeWriter.cpp | 2 +- PageCompiler/src/CodeWriter.h | 2 +- PageCompiler/src/OSPCodeWriter.cpp | 2 +- PageCompiler/src/OSPCodeWriter.h | 2 +- PageCompiler/src/Page.cpp | 2 +- PageCompiler/src/Page.h | 2 +- PageCompiler/src/PageCompiler.cpp | 2 +- PageCompiler/src/PageReader.cpp | 2 +- PageCompiler/src/PageReader.h | 2 +- README | 53 +- Util/Makefile | 2 +- Util/Util.vmsbuild | 2 +- .../include/Poco/Util/AbstractConfiguration.h | 2 +- Util/include/Poco/Util/Application.h | 2 +- Util/include/Poco/Util/ConfigurationMapper.h | 2 +- Util/include/Poco/Util/ConfigurationView.h | 2 +- .../Poco/Util/FilesystemConfiguration.h | 2 +- Util/include/Poco/Util/HelpFormatter.h | 2 +- Util/include/Poco/Util/IniFileConfiguration.h | 2 +- Util/include/Poco/Util/IntValidator.h | 2 +- Util/include/Poco/Util/LayeredConfiguration.h | 2 +- Util/include/Poco/Util/LoggingConfigurator.h | 2 +- Util/include/Poco/Util/LoggingSubsystem.h | 2 +- Util/include/Poco/Util/MapConfiguration.h | 2 +- Util/include/Poco/Util/Option.h | 2 +- Util/include/Poco/Util/OptionCallback.h | 2 +- Util/include/Poco/Util/OptionException.h | 2 +- Util/include/Poco/Util/OptionProcessor.h | 2 +- Util/include/Poco/Util/OptionSet.h | 2 +- .../Poco/Util/PropertyFileConfiguration.h | 2 +- Util/include/Poco/Util/RegExpValidator.h | 2 +- Util/include/Poco/Util/ServerApplication.h | 2 +- Util/include/Poco/Util/Subsystem.h | 2 +- Util/include/Poco/Util/SystemConfiguration.h | 2 +- Util/include/Poco/Util/Timer.h | 2 +- Util/include/Poco/Util/TimerTask.h | 2 +- Util/include/Poco/Util/TimerTaskAdapter.h | 2 +- Util/include/Poco/Util/Units.h | 2 +- Util/include/Poco/Util/Util.h | 2 +- Util/include/Poco/Util/Validator.h | 2 +- .../Poco/Util/WinRegistryConfiguration.h | 2 +- Util/include/Poco/Util/WinRegistryKey.h | 2 +- Util/include/Poco/Util/WinService.h | 2 +- Util/include/Poco/Util/XMLConfiguration.h | 2 +- Util/samples/Makefile | 2 +- Util/samples/SampleApp/Makefile | 2 +- Util/samples/SampleApp/SampleApp.vmsbuild | 2 +- Util/samples/SampleApp/src/SampleApp.cpp | 2 +- Util/samples/SampleServer/Makefile | 2 +- .../SampleServer/SampleServer.vmsbuild | 2 +- .../samples/SampleServer/src/SampleServer.cpp | 2 +- Util/samples/pkill/Makefile | 2 +- Util/samples/pkill/src/pkill.cpp | 2 +- Util/src/AbstractConfiguration.cpp | 2 +- Util/src/Application.cpp | 2 +- Util/src/ConfigurationMapper.cpp | 2 +- Util/src/ConfigurationView.cpp | 2 +- Util/src/FilesystemConfiguration.cpp | 2 +- Util/src/HelpFormatter.cpp | 2 +- Util/src/IniFileConfiguration.cpp | 2 +- Util/src/IntValidator.cpp | 2 +- Util/src/LayeredConfiguration.cpp | 2 +- Util/src/LoggingConfigurator.cpp | 2 +- Util/src/LoggingSubsystem.cpp | 2 +- Util/src/MapConfiguration.cpp | 2 +- Util/src/Option.cpp | 2 +- Util/src/OptionCallback.cpp | 2 +- Util/src/OptionException.cpp | 2 +- Util/src/OptionProcessor.cpp | 2 +- Util/src/OptionSet.cpp | 2 +- Util/src/PropertyFileConfiguration.cpp | 2 +- Util/src/RegExpValidator.cpp | 2 +- Util/src/ServerApplication.cpp | 2 +- Util/src/Subsystem.cpp | 2 +- Util/src/SystemConfiguration.cpp | 2 +- Util/src/Timer.cpp | 2 +- Util/src/TimerTask.cpp | 2 +- Util/src/Validator.cpp | 2 +- Util/src/WinRegistryConfiguration.cpp | 2 +- Util/src/WinRegistryKey.cpp | 2 +- Util/src/WinService.cpp | 2 +- Util/src/XMLConfiguration.cpp | 2 +- Util/testsuite/Makefile | 2 +- Util/testsuite/TestSuite.vmsbuild | 2 +- .../src/AbstractConfigurationTest.cpp | 2 +- .../testsuite/src/AbstractConfigurationTest.h | 2 +- .../testsuite/src/ConfigurationMapperTest.cpp | 2 +- Util/testsuite/src/ConfigurationMapperTest.h | 2 +- Util/testsuite/src/ConfigurationTestSuite.cpp | 2 +- Util/testsuite/src/ConfigurationTestSuite.h | 2 +- Util/testsuite/src/ConfigurationViewTest.cpp | 2 +- Util/testsuite/src/ConfigurationViewTest.h | 2 +- Util/testsuite/src/Driver.cpp | 2 +- .../src/FilesystemConfigurationTest.cpp | 2 +- .../src/FilesystemConfigurationTest.h | 2 +- Util/testsuite/src/HelpFormatterTest.cpp | 2 +- Util/testsuite/src/HelpFormatterTest.h | 2 +- .../src/IniFileConfigurationTest.cpp | 2 +- Util/testsuite/src/IniFileConfigurationTest.h | 2 +- .../src/LayeredConfigurationTest.cpp | 2 +- Util/testsuite/src/LayeredConfigurationTest.h | 2 +- .../testsuite/src/LoggingConfiguratorTest.cpp | 2 +- Util/testsuite/src/LoggingConfiguratorTest.h | 2 +- Util/testsuite/src/MapConfigurationTest.cpp | 2 +- Util/testsuite/src/MapConfigurationTest.h | 2 +- Util/testsuite/src/OptionProcessorTest.cpp | 2 +- Util/testsuite/src/OptionProcessorTest.h | 2 +- Util/testsuite/src/OptionSetTest.cpp | 2 +- Util/testsuite/src/OptionSetTest.h | 2 +- Util/testsuite/src/OptionTest.cpp | 2 +- Util/testsuite/src/OptionTest.h | 2 +- Util/testsuite/src/OptionsTestSuite.cpp | 2 +- Util/testsuite/src/OptionsTestSuite.h | 2 +- .../src/PropertyFileConfigurationTest.cpp | 2 +- .../src/PropertyFileConfigurationTest.h | 2 +- .../testsuite/src/SystemConfigurationTest.cpp | 2 +- Util/testsuite/src/SystemConfigurationTest.h | 2 +- Util/testsuite/src/TimerTest.cpp | 2 +- Util/testsuite/src/TimerTest.h | 2 +- Util/testsuite/src/TimerTestSuite.cpp | 2 +- Util/testsuite/src/TimerTestSuite.h | 2 +- Util/testsuite/src/UtilTestSuite.cpp | 2 +- Util/testsuite/src/UtilTestSuite.h | 2 +- Util/testsuite/src/ValidatorTest.cpp | 2 +- Util/testsuite/src/ValidatorTest.h | 2 +- Util/testsuite/src/WinCEDriver.cpp | 2 +- Util/testsuite/src/WinConfigurationTest.cpp | 2 +- Util/testsuite/src/WinConfigurationTest.h | 2 +- Util/testsuite/src/WinDriver.cpp | 2 +- Util/testsuite/src/WinRegistryTest.cpp | 2 +- Util/testsuite/src/WinRegistryTest.h | 2 +- Util/testsuite/src/WindowsTestSuite.cpp | 2 +- Util/testsuite/src/WindowsTestSuite.h | 2 +- Util/testsuite/src/XMLConfigurationTest.cpp | 2 +- Util/testsuite/src/XMLConfigurationTest.h | 2 +- VERSION | 2 +- XML/Makefile | 2 +- XML/XML.vmsbuild | 2 +- XML/include/Poco/DOM/AbstractContainerNode.h | 2 +- XML/include/Poco/DOM/AbstractNode.h | 2 +- XML/include/Poco/DOM/Attr.h | 2 +- XML/include/Poco/DOM/AttrMap.h | 2 +- XML/include/Poco/DOM/AutoPtr.h | 2 +- XML/include/Poco/DOM/CDATASection.h | 2 +- XML/include/Poco/DOM/CharacterData.h | 2 +- XML/include/Poco/DOM/ChildNodesList.h | 2 +- XML/include/Poco/DOM/Comment.h | 2 +- XML/include/Poco/DOM/DOMBuilder.h | 2 +- XML/include/Poco/DOM/DOMException.h | 2 +- XML/include/Poco/DOM/DOMImplementation.h | 2 +- XML/include/Poco/DOM/DOMObject.h | 2 +- XML/include/Poco/DOM/DOMParser.h | 2 +- XML/include/Poco/DOM/DOMSerializer.h | 2 +- XML/include/Poco/DOM/DOMWriter.h | 2 +- XML/include/Poco/DOM/DTDMap.h | 2 +- XML/include/Poco/DOM/Document.h | 2 +- XML/include/Poco/DOM/DocumentEvent.h | 2 +- XML/include/Poco/DOM/DocumentFragment.h | 2 +- XML/include/Poco/DOM/DocumentType.h | 2 +- XML/include/Poco/DOM/Element.h | 2 +- XML/include/Poco/DOM/ElementsByTagNameList.h | 2 +- XML/include/Poco/DOM/Entity.h | 2 +- XML/include/Poco/DOM/EntityReference.h | 2 +- XML/include/Poco/DOM/Event.h | 2 +- XML/include/Poco/DOM/EventDispatcher.h | 2 +- XML/include/Poco/DOM/EventException.h | 2 +- XML/include/Poco/DOM/EventListener.h | 2 +- XML/include/Poco/DOM/EventTarget.h | 2 +- XML/include/Poco/DOM/MutationEvent.h | 2 +- XML/include/Poco/DOM/NamedNodeMap.h | 2 +- XML/include/Poco/DOM/Node.h | 2 +- XML/include/Poco/DOM/NodeAppender.h | 2 +- XML/include/Poco/DOM/NodeFilter.h | 2 +- XML/include/Poco/DOM/NodeIterator.h | 2 +- XML/include/Poco/DOM/NodeList.h | 2 +- XML/include/Poco/DOM/Notation.h | 2 +- XML/include/Poco/DOM/ProcessingInstruction.h | 2 +- XML/include/Poco/DOM/Text.h | 2 +- XML/include/Poco/DOM/TreeWalker.h | 2 +- XML/include/Poco/SAX/Attributes.h | 2 +- XML/include/Poco/SAX/AttributesImpl.h | 2 +- XML/include/Poco/SAX/ContentHandler.h | 2 +- XML/include/Poco/SAX/DTDHandler.h | 2 +- XML/include/Poco/SAX/DeclHandler.h | 2 +- XML/include/Poco/SAX/DefaultHandler.h | 2 +- XML/include/Poco/SAX/EntityResolver.h | 2 +- XML/include/Poco/SAX/EntityResolverImpl.h | 2 +- XML/include/Poco/SAX/ErrorHandler.h | 2 +- XML/include/Poco/SAX/InputSource.h | 2 +- XML/include/Poco/SAX/LexicalHandler.h | 2 +- XML/include/Poco/SAX/Locator.h | 2 +- XML/include/Poco/SAX/LocatorImpl.h | 2 +- XML/include/Poco/SAX/NamespaceSupport.h | 2 +- XML/include/Poco/SAX/SAXException.h | 2 +- XML/include/Poco/SAX/SAXParser.h | 2 +- XML/include/Poco/SAX/WhitespaceFilter.h | 2 +- XML/include/Poco/SAX/XMLFilter.h | 2 +- XML/include/Poco/SAX/XMLFilterImpl.h | 2 +- XML/include/Poco/SAX/XMLReader.h | 2 +- XML/include/Poco/XML/Name.h | 2 +- XML/include/Poco/XML/NamePool.h | 2 +- XML/include/Poco/XML/NamespaceStrategy.h | 2 +- XML/include/Poco/XML/ParserEngine.h | 2 +- XML/include/Poco/XML/XML.h | 2 +- XML/include/Poco/XML/XMLException.h | 2 +- XML/include/Poco/XML/XMLStream.h | 2 +- XML/include/Poco/XML/XMLString.h | 2 +- XML/include/Poco/XML/XMLWriter.h | 2 +- XML/samples/DOMParser/DOMParser.vmsbuild | 2 +- XML/samples/DOMParser/Makefile | 2 +- XML/samples/DOMParser/src/DOMParser.cpp | 2 +- XML/samples/DOMWriter/DOMWriter.vmsbuild | 2 +- XML/samples/DOMWriter/Makefile | 2 +- XML/samples/DOMWriter/src/DOMWriter.cpp | 2 +- XML/samples/Makefile | 2 +- XML/samples/PrettyPrint/Makefile | 2 +- XML/samples/PrettyPrint/PrettyPrint.vmsbuild | 2 +- XML/samples/PrettyPrint/src/PrettyPrint.cpp | 2 +- XML/samples/SAXParser/Makefile | 2 +- XML/samples/SAXParser/SAXParser.vmsbuild | 2 +- XML/samples/SAXParser/src/SAXParser.cpp | 2 +- XML/src/AbstractContainerNode.cpp | 2 +- XML/src/AbstractNode.cpp | 2 +- XML/src/Attr.cpp | 2 +- XML/src/AttrMap.cpp | 2 +- XML/src/Attributes.cpp | 2 +- XML/src/AttributesImpl.cpp | 2 +- XML/src/CDATASection.cpp | 2 +- XML/src/CharacterData.cpp | 2 +- XML/src/ChildNodesList.cpp | 2 +- XML/src/Comment.cpp | 2 +- XML/src/ContentHandler.cpp | 2 +- XML/src/DOMBuilder.cpp | 2 +- XML/src/DOMException.cpp | 2 +- XML/src/DOMImplementation.cpp | 2 +- XML/src/DOMObject.cpp | 2 +- XML/src/DOMParser.cpp | 2 +- XML/src/DOMSerializer.cpp | 2 +- XML/src/DOMWriter.cpp | 2 +- XML/src/DTDHandler.cpp | 2 +- XML/src/DTDMap.cpp | 2 +- XML/src/DeclHandler.cpp | 2 +- XML/src/DefaultHandler.cpp | 2 +- XML/src/Document.cpp | 2 +- XML/src/DocumentEvent.cpp | 2 +- XML/src/DocumentFragment.cpp | 2 +- XML/src/DocumentType.cpp | 2 +- XML/src/Element.cpp | 2 +- XML/src/ElementsByTagNameList.cpp | 2 +- XML/src/Entity.cpp | 2 +- XML/src/EntityReference.cpp | 2 +- XML/src/EntityResolver.cpp | 2 +- XML/src/EntityResolverImpl.cpp | 2 +- XML/src/ErrorHandler.cpp | 2 +- XML/src/Event.cpp | 2 +- XML/src/EventDispatcher.cpp | 2 +- XML/src/EventException.cpp | 2 +- XML/src/EventListener.cpp | 2 +- XML/src/EventTarget.cpp | 2 +- XML/src/InputSource.cpp | 2 +- XML/src/LexicalHandler.cpp | 2 +- XML/src/Locator.cpp | 2 +- XML/src/LocatorImpl.cpp | 2 +- XML/src/MutationEvent.cpp | 2 +- XML/src/Name.cpp | 2 +- XML/src/NamePool.cpp | 2 +- XML/src/NamedNodeMap.cpp | 2 +- XML/src/NamespaceStrategy.cpp | 2 +- XML/src/NamespaceSupport.cpp | 2 +- XML/src/Node.cpp | 2 +- XML/src/NodeAppender.cpp | 2 +- XML/src/NodeFilter.cpp | 2 +- XML/src/NodeIterator.cpp | 2 +- XML/src/NodeList.cpp | 2 +- XML/src/Notation.cpp | 2 +- XML/src/ParserEngine.cpp | 2 +- XML/src/ProcessingInstruction.cpp | 2 +- XML/src/SAXException.cpp | 2 +- XML/src/SAXParser.cpp | 2 +- XML/src/Text.cpp | 2 +- XML/src/TreeWalker.cpp | 2 +- XML/src/WhitespaceFilter.cpp | 2 +- XML/src/XMLException.cpp | 2 +- XML/src/XMLFilter.cpp | 2 +- XML/src/XMLFilterImpl.cpp | 2 +- XML/src/XMLReader.cpp | 2 +- XML/src/XMLString.cpp | 2 +- XML/src/XMLWriter.cpp | 2 +- XML/src/expat_config.h | 2 +- XML/testsuite/Makefile | 2 +- XML/testsuite/TestSuite.vmsbuild | 2 +- XML/testsuite/src/AttributesImplTest.cpp | 2 +- XML/testsuite/src/AttributesImplTest.h | 2 +- XML/testsuite/src/ChildNodesTest.cpp | 2 +- XML/testsuite/src/ChildNodesTest.h | 2 +- XML/testsuite/src/DOMTestSuite.cpp | 2 +- XML/testsuite/src/DOMTestSuite.h | 2 +- XML/testsuite/src/DocumentTest.cpp | 2 +- XML/testsuite/src/DocumentTest.h | 2 +- XML/testsuite/src/DocumentTypeTest.cpp | 2 +- XML/testsuite/src/DocumentTypeTest.h | 2 +- XML/testsuite/src/Driver.cpp | 2 +- XML/testsuite/src/ElementTest.cpp | 2 +- XML/testsuite/src/ElementTest.h | 2 +- XML/testsuite/src/EventTest.cpp | 2 +- XML/testsuite/src/EventTest.h | 2 +- XML/testsuite/src/NamePoolTest.cpp | 2 +- XML/testsuite/src/NamePoolTest.h | 2 +- XML/testsuite/src/NameTest.cpp | 2 +- XML/testsuite/src/NameTest.h | 2 +- XML/testsuite/src/NamespaceSupportTest.cpp | 2 +- XML/testsuite/src/NamespaceSupportTest.h | 2 +- XML/testsuite/src/NodeAppenderTest.cpp | 2 +- XML/testsuite/src/NodeAppenderTest.h | 2 +- XML/testsuite/src/NodeIteratorTest.cpp | 2 +- XML/testsuite/src/NodeIteratorTest.h | 2 +- XML/testsuite/src/NodeTest.cpp | 2 +- XML/testsuite/src/NodeTest.h | 2 +- XML/testsuite/src/ParserWriterTest.cpp | 2 +- XML/testsuite/src/ParserWriterTest.h | 2 +- XML/testsuite/src/SAXParserTest.cpp | 2 +- XML/testsuite/src/SAXParserTest.h | 2 +- XML/testsuite/src/SAXTestSuite.cpp | 2 +- XML/testsuite/src/SAXTestSuite.h | 2 +- XML/testsuite/src/TextTest.cpp | 2 +- XML/testsuite/src/TextTest.h | 2 +- XML/testsuite/src/TreeWalkerTest.cpp | 2 +- XML/testsuite/src/TreeWalkerTest.h | 2 +- XML/testsuite/src/WinCEDriver.cpp | 2 +- XML/testsuite/src/WinDriver.cpp | 2 +- XML/testsuite/src/XMLTestSuite.cpp | 2 +- XML/testsuite/src/XMLTestSuite.h | 2 +- XML/testsuite/src/XMLWriterTest.cpp | 2 +- XML/testsuite/src/XMLWriterTest.h | 2 +- Zip/Makefile | 2 +- Zip/Zip.vmsbuild | 2 +- Zip/include/Poco/Zip/Add.h | 2 +- Zip/include/Poco/Zip/AutoDetectStream.h | 2 +- Zip/include/Poco/Zip/Compress.h | 2 +- Zip/include/Poco/Zip/Decompress.h | 2 +- Zip/include/Poco/Zip/Delete.h | 2 +- Zip/include/Poco/Zip/Keep.h | 2 +- Zip/include/Poco/Zip/ParseCallback.h | 2 +- Zip/include/Poco/Zip/PartialStream.h | 2 +- Zip/include/Poco/Zip/Rename.h | 2 +- Zip/include/Poco/Zip/Replace.h | 2 +- Zip/include/Poco/Zip/SkipCallback.h | 2 +- Zip/include/Poco/Zip/Zip.h | 2 +- Zip/include/Poco/Zip/ZipArchive.h | 2 +- Zip/include/Poco/Zip/ZipArchiveInfo.h | 2 +- Zip/include/Poco/Zip/ZipCommon.h | 2 +- Zip/include/Poco/Zip/ZipDataInfo.h | 2 +- Zip/include/Poco/Zip/ZipException.h | 2 +- Zip/include/Poco/Zip/ZipFileInfo.h | 2 +- Zip/include/Poco/Zip/ZipLocalFileHeader.h | 2 +- Zip/include/Poco/Zip/ZipManipulator.h | 2 +- Zip/include/Poco/Zip/ZipOperation.h | 2 +- Zip/include/Poco/Zip/ZipStream.h | 2 +- Zip/include/Poco/Zip/ZipUtil.h | 2 +- Zip/samples/Makefile | 2 +- Zip/samples/unzip/Makefile | 2 +- Zip/samples/unzip/src/unzip.cpp | 2 +- Zip/samples/zip/Makefile | 2 +- Zip/samples/zip/src/zip.cpp | 2 +- Zip/src/Add.cpp | 2 +- Zip/src/AutoDetectStream.cpp | 2 +- Zip/src/Compress.cpp | 2 +- Zip/src/Decompress.cpp | 2 +- Zip/src/Delete.cpp | 2 +- Zip/src/Keep.cpp | 2 +- Zip/src/ParseCallback.cpp | 2 +- Zip/src/PartialStream.cpp | 2 +- Zip/src/Rename.cpp | 2 +- Zip/src/Replace.cpp | 2 +- Zip/src/SkipCallback.cpp | 2 +- Zip/src/ZipArchive.cpp | 2 +- Zip/src/ZipArchiveInfo.cpp | 2 +- Zip/src/ZipCommon.cpp | 2 +- Zip/src/ZipDataInfo.cpp | 2 +- Zip/src/ZipException.cpp | 2 +- Zip/src/ZipFileInfo.cpp | 2 +- Zip/src/ZipLocalFileHeader.cpp | 2 +- Zip/src/ZipManipulator.cpp | 2 +- Zip/src/ZipOperation.cpp | 2 +- Zip/src/ZipStream.cpp | 2 +- Zip/src/ZipUtil.cpp | 2 +- Zip/testsuite/Makefile | 2 +- Zip/testsuite/TestSuite.vmsbuild | 2 +- Zip/testsuite/src/CompressTest.cpp | 2 +- Zip/testsuite/src/CompressTest.h | 2 +- Zip/testsuite/src/Driver.cpp | 2 +- Zip/testsuite/src/PartialStreamTest.cpp | 2 +- Zip/testsuite/src/PartialStreamTest.h | 2 +- Zip/testsuite/src/WinCEDriver.cpp | 2 +- Zip/testsuite/src/WinDriver.cpp | 2 +- Zip/testsuite/src/ZipTest.cpp | 2 +- Zip/testsuite/src/ZipTest.h | 2 +- Zip/testsuite/src/ZipTestSuite.cpp | 2 +- Zip/testsuite/src/ZipTestSuite.h | 2 +- build/config/AIX | 2 +- build/config/ARM-Linux | 2 +- build/config/Angstrom | 2 +- build/config/CEGCCARM | 2 +- build/config/CygLinux | 2 +- build/config/Darwin | 2 +- build/config/Darwin-clang | 2 +- build/config/Darwin32 | 2 +- build/config/Darwin32-clang | 2 +- build/config/Darwin64 | 2 +- build/config/Darwin64-clang | 2 +- build/config/DigiEL | 2 +- build/config/FreeBSD | 2 +- build/config/GCCEMBEDLINUX | 2 +- build/config/HP-UX | 2 +- build/config/Linux | 2 +- build/config/MinGW | 2 +- build/config/MinGW-CrossEnv | 2 +- build/config/OSF1 | 2 +- build/config/PPC-Linux | 2 +- build/config/QNX | 2 +- build/config/SH-Linux | 2 +- build/config/SSV-LINUX | 2 +- build/config/SunOS | 2 +- build/config/SunOS-GCC | 2 +- build/config/SunOS-SunForte | 2 +- build/config/SunOS-SunStudio | 2 +- build/config/SunOS-stdcxx-x86_64 | 2 +- build/config/iPhone | 2 +- build/config/iPhoneSimulator | 2 +- build/rules/compile | 2 +- build/rules/dylib | 2 +- build/rules/exec | 2 +- build/rules/global | 2 +- build/rules/lib | 2 +- build/rules/sample | 2 +- build/script/makedepend.SunCC | 2 +- build/script/makedepend.aCC | 2 +- build/script/makedepend.clang | 2 +- build/script/makedepend.cxx | 2 +- build/script/makedepend.gcc | 2 +- build/script/makedepend.qcc | 2 +- build/script/makeldpath | 2 +- build/script/projname | 2 +- build/script/shlibln | 2 +- build/vms/build.com | 2 +- build/vms/pococc.com | 2 +- build/vms/pococxx.com | 2 +- build/vms/pocolib.com | 2 +- build/vms/pocolnk.com | 2 +- buildvms.com | 2 +- buildwin.cmd | 2 +- components | 4 +- configure | 2 +- 1959 files changed, 3188 insertions(+), 1998 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 37c3ff039..0b83f68b1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1406,4 +1406,4 @@ building the libraries. -- -$Id: //poco/1.3/dist/CHANGELOG#138 $ +$Id: //poco/1.4/dist/CHANGELOG#1 $ diff --git a/CONTRIBUTORS b/CONTRIBUTORS index fec8c646d..06a166539 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -22,4 +22,4 @@ Marc Chevrier Philippe Cuvillier -- -$Id: //poco/1.3/dist/CONTRIBUTORS#7 $ +$Id: //poco/1.4/dist/CONTRIBUTORS#1 $ diff --git a/CppUnit/Makefile b/CppUnit/Makefile index 170d6c1ae..d2c3974cb 100644 --- a/CppUnit/Makefile +++ b/CppUnit/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/CppUnit/Makefile#1 $ +# $Id: //poco/1.4/CppUnit/Makefile#1 $ # # Makefile for Poco CppUnit # diff --git a/CppUnit/WinTestRunner/include/WinTestRunner/WinTestRunner.h b/CppUnit/WinTestRunner/include/WinTestRunner/WinTestRunner.h index 65d21f150..2e7ac7014 100644 --- a/CppUnit/WinTestRunner/include/WinTestRunner/WinTestRunner.h +++ b/CppUnit/WinTestRunner/include/WinTestRunner/WinTestRunner.h @@ -1,7 +1,7 @@ // // WinTestRunner.h // -// $Id: //poco/1.3/CppUnit/WinTestRunner/include/WinTestRunner/WinTestRunner.h#3 $ +// $Id: //poco/1.4/CppUnit/WinTestRunner/include/WinTestRunner/WinTestRunner.h#1 $ // // Application shell for CppUnit's TestRunner dialog. // diff --git a/CppUnit/WinTestRunner/src/ActiveTest.cpp b/CppUnit/WinTestRunner/src/ActiveTest.cpp index 930d0413c..4ec91a506 100644 --- a/CppUnit/WinTestRunner/src/ActiveTest.cpp +++ b/CppUnit/WinTestRunner/src/ActiveTest.cpp @@ -1,7 +1,7 @@ // // ActiveTest.cpp // -// $Id: //poco/1.3/CppUnit/WinTestRunner/src/ActiveTest.cpp#1 $ +// $Id: //poco/1.4/CppUnit/WinTestRunner/src/ActiveTest.cpp#1 $ // diff --git a/CppUnit/WinTestRunner/src/ActiveTest.h b/CppUnit/WinTestRunner/src/ActiveTest.h index 6c80c967d..232747a9c 100644 --- a/CppUnit/WinTestRunner/src/ActiveTest.h +++ b/CppUnit/WinTestRunner/src/ActiveTest.h @@ -1,7 +1,7 @@ // // ActiveTest.h // -// $Id: //poco/1.3/CppUnit/WinTestRunner/src/ActiveTest.h#1 $ +// $Id: //poco/1.4/CppUnit/WinTestRunner/src/ActiveTest.h#1 $ // diff --git a/CppUnit/WinTestRunner/src/DLLMain.cpp b/CppUnit/WinTestRunner/src/DLLMain.cpp index fcf329fd0..8fd293115 100644 --- a/CppUnit/WinTestRunner/src/DLLMain.cpp +++ b/CppUnit/WinTestRunner/src/DLLMain.cpp @@ -1,7 +1,7 @@ // // DLLMain.cpp // -// $Id: //poco/1.3/CppUnit/WinTestRunner/src/DLLMain.cpp#1 $ +// $Id: //poco/1.4/CppUnit/WinTestRunner/src/DLLMain.cpp#1 $ // diff --git a/CppUnit/WinTestRunner/src/GUITestResult.cpp b/CppUnit/WinTestRunner/src/GUITestResult.cpp index f1cc5d86a..9486d02b5 100644 --- a/CppUnit/WinTestRunner/src/GUITestResult.cpp +++ b/CppUnit/WinTestRunner/src/GUITestResult.cpp @@ -1,7 +1,7 @@ // // GUITestResult.cpp // -// $Id: //poco/1.3/CppUnit/WinTestRunner/src/GUITestResult.cpp#2 $ +// $Id: //poco/1.4/CppUnit/WinTestRunner/src/GUITestResult.cpp#1 $ // diff --git a/CppUnit/WinTestRunner/src/GUITestResult.h b/CppUnit/WinTestRunner/src/GUITestResult.h index 1a81e8875..3fae4e00a 100644 --- a/CppUnit/WinTestRunner/src/GUITestResult.h +++ b/CppUnit/WinTestRunner/src/GUITestResult.h @@ -1,7 +1,7 @@ // // GUITestResult.h // -// $Id: //poco/1.3/CppUnit/WinTestRunner/src/GUITestResult.h#2 $ +// $Id: //poco/1.4/CppUnit/WinTestRunner/src/GUITestResult.h#1 $ // diff --git a/CppUnit/WinTestRunner/src/ProgressBar.cpp b/CppUnit/WinTestRunner/src/ProgressBar.cpp index 08ab9c1ee..08935e548 100644 --- a/CppUnit/WinTestRunner/src/ProgressBar.cpp +++ b/CppUnit/WinTestRunner/src/ProgressBar.cpp @@ -1,7 +1,7 @@ // // ProgressBar.cpp // -// $Id: //poco/1.3/CppUnit/WinTestRunner/src/ProgressBar.cpp#1 $ +// $Id: //poco/1.4/CppUnit/WinTestRunner/src/ProgressBar.cpp#1 $ // diff --git a/CppUnit/WinTestRunner/src/ProgressBar.h b/CppUnit/WinTestRunner/src/ProgressBar.h index 88b2a0d26..09eaa4796 100644 --- a/CppUnit/WinTestRunner/src/ProgressBar.h +++ b/CppUnit/WinTestRunner/src/ProgressBar.h @@ -1,7 +1,7 @@ // // ProgressBar.h // -// $Id: //poco/1.3/CppUnit/WinTestRunner/src/ProgressBar.h#1 $ +// $Id: //poco/1.4/CppUnit/WinTestRunner/src/ProgressBar.h#1 $ // diff --git a/CppUnit/WinTestRunner/src/TestRunnerDlg.cpp b/CppUnit/WinTestRunner/src/TestRunnerDlg.cpp index 16fd69628..b8aca676a 100644 --- a/CppUnit/WinTestRunner/src/TestRunnerDlg.cpp +++ b/CppUnit/WinTestRunner/src/TestRunnerDlg.cpp @@ -1,7 +1,7 @@ // // TestRunnerDlg.cpp // -// $Id: //poco/1.3/CppUnit/WinTestRunner/src/TestRunnerDlg.cpp#2 $ +// $Id: //poco/1.4/CppUnit/WinTestRunner/src/TestRunnerDlg.cpp#1 $ // diff --git a/CppUnit/WinTestRunner/src/TestRunnerDlg.h b/CppUnit/WinTestRunner/src/TestRunnerDlg.h index 4aab97704..8357bda2e 100644 --- a/CppUnit/WinTestRunner/src/TestRunnerDlg.h +++ b/CppUnit/WinTestRunner/src/TestRunnerDlg.h @@ -1,7 +1,7 @@ // // TestRunnerDlg.h // -// $Id: //poco/1.3/CppUnit/WinTestRunner/src/TestRunnerDlg.h#2 $ +// $Id: //poco/1.4/CppUnit/WinTestRunner/src/TestRunnerDlg.h#1 $ // diff --git a/CppUnit/WinTestRunner/src/WinTestRunner.cpp b/CppUnit/WinTestRunner/src/WinTestRunner.cpp index 2cce33381..b974f7b58 100644 --- a/CppUnit/WinTestRunner/src/WinTestRunner.cpp +++ b/CppUnit/WinTestRunner/src/WinTestRunner.cpp @@ -1,7 +1,7 @@ // // WinTestRunner.cpp // -// $Id: //poco/1.3/CppUnit/WinTestRunner/src/WinTestRunner.cpp#2 $ +// $Id: //poco/1.4/CppUnit/WinTestRunner/src/WinTestRunner.cpp#1 $ // diff --git a/CppUnit/include/CppUnit/CppUnit.h b/CppUnit/include/CppUnit/CppUnit.h index 3c0365c0d..e86535a2e 100644 --- a/CppUnit/include/CppUnit/CppUnit.h +++ b/CppUnit/include/CppUnit/CppUnit.h @@ -1,7 +1,7 @@ // // CppUnit.h // -// $Id: //poco/1.3/CppUnit/include/CppUnit/CppUnit.h#1 $ +// $Id: //poco/1.4/CppUnit/include/CppUnit/CppUnit.h#1 $ // diff --git a/CppUnit/include/CppUnit/CppUnitException.h b/CppUnit/include/CppUnit/CppUnitException.h index 38dc909a5..27c50a3cb 100644 --- a/CppUnit/include/CppUnit/CppUnitException.h +++ b/CppUnit/include/CppUnit/CppUnitException.h @@ -1,7 +1,7 @@ // // CppUnitException.h // -// $Id: //poco/1.3/CppUnit/include/CppUnit/CppUnitException.h#1 $ +// $Id: //poco/1.4/CppUnit/include/CppUnit/CppUnitException.h#1 $ // diff --git a/CppUnit/include/CppUnit/Guards.h b/CppUnit/include/CppUnit/Guards.h index 208d5f5f3..ef8a7d6ab 100644 --- a/CppUnit/include/CppUnit/Guards.h +++ b/CppUnit/include/CppUnit/Guards.h @@ -1,7 +1,7 @@ // // Guards.h // -// $Id: //poco/1.3/CppUnit/include/CppUnit/Guards.h#1 $ +// $Id: //poco/1.4/CppUnit/include/CppUnit/Guards.h#1 $ // diff --git a/CppUnit/include/CppUnit/Orthodox.h b/CppUnit/include/CppUnit/Orthodox.h index 066b3db2d..3a038975c 100644 --- a/CppUnit/include/CppUnit/Orthodox.h +++ b/CppUnit/include/CppUnit/Orthodox.h @@ -1,7 +1,7 @@ // // Orthodox.h // -// $Id: //poco/1.3/CppUnit/include/CppUnit/Orthodox.h#1 $ +// $Id: //poco/1.4/CppUnit/include/CppUnit/Orthodox.h#1 $ // diff --git a/CppUnit/include/CppUnit/RepeatedTest.h b/CppUnit/include/CppUnit/RepeatedTest.h index 290fedd95..1842762ef 100644 --- a/CppUnit/include/CppUnit/RepeatedTest.h +++ b/CppUnit/include/CppUnit/RepeatedTest.h @@ -1,7 +1,7 @@ // // RepeatedTest.h // -// $Id: //poco/1.3/CppUnit/include/CppUnit/RepeatedTest.h#1 $ +// $Id: //poco/1.4/CppUnit/include/CppUnit/RepeatedTest.h#1 $ // diff --git a/CppUnit/include/CppUnit/Test.h b/CppUnit/include/CppUnit/Test.h index 15775e17c..84be16793 100644 --- a/CppUnit/include/CppUnit/Test.h +++ b/CppUnit/include/CppUnit/Test.h @@ -1,7 +1,7 @@ // // Test.h // -// $Id: //poco/1.3/CppUnit/include/CppUnit/Test.h#1 $ +// $Id: //poco/1.4/CppUnit/include/CppUnit/Test.h#1 $ // diff --git a/CppUnit/include/CppUnit/TestCaller.h b/CppUnit/include/CppUnit/TestCaller.h index f63c8e9cb..0a4a8db87 100644 --- a/CppUnit/include/CppUnit/TestCaller.h +++ b/CppUnit/include/CppUnit/TestCaller.h @@ -1,7 +1,7 @@ // // TestCaller.h // -// $Id: //poco/1.3/CppUnit/include/CppUnit/TestCaller.h#1 $ +// $Id: //poco/1.4/CppUnit/include/CppUnit/TestCaller.h#1 $ // diff --git a/CppUnit/include/CppUnit/TestCase.h b/CppUnit/include/CppUnit/TestCase.h index 986b8a288..d7ad8538e 100644 --- a/CppUnit/include/CppUnit/TestCase.h +++ b/CppUnit/include/CppUnit/TestCase.h @@ -1,7 +1,7 @@ // // TestCase.h // -// $Id: //poco/1.3/CppUnit/include/CppUnit/TestCase.h#1 $ +// $Id: //poco/1.4/CppUnit/include/CppUnit/TestCase.h#1 $ // diff --git a/CppUnit/include/CppUnit/TestDecorator.h b/CppUnit/include/CppUnit/TestDecorator.h index 2534ec153..ac57c591e 100644 --- a/CppUnit/include/CppUnit/TestDecorator.h +++ b/CppUnit/include/CppUnit/TestDecorator.h @@ -1,7 +1,7 @@ // // TestDecorator.h // -// $Id: //poco/1.3/CppUnit/include/CppUnit/TestDecorator.h#1 $ +// $Id: //poco/1.4/CppUnit/include/CppUnit/TestDecorator.h#1 $ // diff --git a/CppUnit/include/CppUnit/TestFailure.h b/CppUnit/include/CppUnit/TestFailure.h index 3f4b37d04..c1f845d72 100644 --- a/CppUnit/include/CppUnit/TestFailure.h +++ b/CppUnit/include/CppUnit/TestFailure.h @@ -1,7 +1,7 @@ // // TestFailure.h // -// $Id: //poco/1.3/CppUnit/include/CppUnit/TestFailure.h#1 $ +// $Id: //poco/1.4/CppUnit/include/CppUnit/TestFailure.h#1 $ // diff --git a/CppUnit/include/CppUnit/TestResult.h b/CppUnit/include/CppUnit/TestResult.h index 39f18019e..22fbd44c4 100644 --- a/CppUnit/include/CppUnit/TestResult.h +++ b/CppUnit/include/CppUnit/TestResult.h @@ -1,7 +1,7 @@ // // TestResult.h // -// $Id: //poco/1.3/CppUnit/include/CppUnit/TestResult.h#1 $ +// $Id: //poco/1.4/CppUnit/include/CppUnit/TestResult.h#1 $ // diff --git a/CppUnit/include/CppUnit/TestRunner.h b/CppUnit/include/CppUnit/TestRunner.h index efc496a5c..cb6ef011b 100644 --- a/CppUnit/include/CppUnit/TestRunner.h +++ b/CppUnit/include/CppUnit/TestRunner.h @@ -1,7 +1,7 @@ // // TestRunner.h // -// $Id: //poco/1.3/CppUnit/include/CppUnit/TestRunner.h#2 $ +// $Id: //poco/1.4/CppUnit/include/CppUnit/TestRunner.h#1 $ // diff --git a/CppUnit/include/CppUnit/TestSetup.h b/CppUnit/include/CppUnit/TestSetup.h index 8ca383bf1..789a076e5 100644 --- a/CppUnit/include/CppUnit/TestSetup.h +++ b/CppUnit/include/CppUnit/TestSetup.h @@ -1,7 +1,7 @@ // // TestSetup.h // -// $Id: //poco/1.3/CppUnit/include/CppUnit/TestSetup.h#1 $ +// $Id: //poco/1.4/CppUnit/include/CppUnit/TestSetup.h#1 $ // diff --git a/CppUnit/include/CppUnit/TestSuite.h b/CppUnit/include/CppUnit/TestSuite.h index 076b10498..197cf2747 100644 --- a/CppUnit/include/CppUnit/TestSuite.h +++ b/CppUnit/include/CppUnit/TestSuite.h @@ -1,7 +1,7 @@ // // TestSuite.h // -// $Id: //poco/1.3/CppUnit/include/CppUnit/TestSuite.h#1 $ +// $Id: //poco/1.4/CppUnit/include/CppUnit/TestSuite.h#1 $ // diff --git a/CppUnit/include/CppUnit/TextTestResult.h b/CppUnit/include/CppUnit/TextTestResult.h index 26de51dff..2406093c1 100644 --- a/CppUnit/include/CppUnit/TextTestResult.h +++ b/CppUnit/include/CppUnit/TextTestResult.h @@ -1,7 +1,7 @@ // // TextTestResult.h // -// $Id: //poco/1.3/CppUnit/include/CppUnit/TextTestResult.h#2 $ +// $Id: //poco/1.4/CppUnit/include/CppUnit/TextTestResult.h#1 $ // diff --git a/CppUnit/include/CppUnit/estring.h b/CppUnit/include/CppUnit/estring.h index f0e2cee0d..cc3fe99d9 100644 --- a/CppUnit/include/CppUnit/estring.h +++ b/CppUnit/include/CppUnit/estring.h @@ -1,7 +1,7 @@ // // estring.h // -// $Id: //poco/1.3/CppUnit/include/CppUnit/estring.h#1 $ +// $Id: //poco/1.4/CppUnit/include/CppUnit/estring.h#1 $ // diff --git a/CppUnit/src/CppUnitException.cpp b/CppUnit/src/CppUnitException.cpp index 143aa7953..fa4edfcaf 100644 --- a/CppUnit/src/CppUnitException.cpp +++ b/CppUnit/src/CppUnitException.cpp @@ -1,7 +1,7 @@ // // CppUnitException.cpp // -// $Id: //poco/1.3/CppUnit/src/CppUnitException.cpp#1 $ +// $Id: //poco/1.4/CppUnit/src/CppUnitException.cpp#1 $ // diff --git a/CppUnit/src/TestCase.cpp b/CppUnit/src/TestCase.cpp index 61e52c685..b583cc9a3 100644 --- a/CppUnit/src/TestCase.cpp +++ b/CppUnit/src/TestCase.cpp @@ -1,7 +1,7 @@ // // TestCase.cpp // -// $Id: //poco/1.3/CppUnit/src/TestCase.cpp#1 $ +// $Id: //poco/1.4/CppUnit/src/TestCase.cpp#1 $ // diff --git a/CppUnit/src/TestDecorator.cpp b/CppUnit/src/TestDecorator.cpp index 5e04b737e..40f4b6662 100644 --- a/CppUnit/src/TestDecorator.cpp +++ b/CppUnit/src/TestDecorator.cpp @@ -1,7 +1,7 @@ // // TestDecorator.cpp // -// $Id: //poco/1.3/CppUnit/src/TestDecorator.cpp#1 $ +// $Id: //poco/1.4/CppUnit/src/TestDecorator.cpp#1 $ // diff --git a/CppUnit/src/TestFailure.cpp b/CppUnit/src/TestFailure.cpp index 1364ab6c6..bfae51606 100644 --- a/CppUnit/src/TestFailure.cpp +++ b/CppUnit/src/TestFailure.cpp @@ -1,7 +1,7 @@ // // TestFailure.cpp // -// $Id: //poco/1.3/CppUnit/src/TestFailure.cpp#1 $ +// $Id: //poco/1.4/CppUnit/src/TestFailure.cpp#1 $ // diff --git a/CppUnit/src/TestResult.cpp b/CppUnit/src/TestResult.cpp index 8c00e76ac..d6e3fcbbf 100644 --- a/CppUnit/src/TestResult.cpp +++ b/CppUnit/src/TestResult.cpp @@ -1,7 +1,7 @@ // // TestResult.cpp // -// $Id: //poco/1.3/CppUnit/src/TestResult.cpp#1 $ +// $Id: //poco/1.4/CppUnit/src/TestResult.cpp#1 $ // diff --git a/CppUnit/src/TestRunner.cpp b/CppUnit/src/TestRunner.cpp index ea78629e8..196fbdeed 100644 --- a/CppUnit/src/TestRunner.cpp +++ b/CppUnit/src/TestRunner.cpp @@ -1,7 +1,7 @@ // // TestRunner.cpp // -// $Id: //poco/1.3/CppUnit/src/TestRunner.cpp#2 $ +// $Id: //poco/1.4/CppUnit/src/TestRunner.cpp#1 $ // diff --git a/CppUnit/src/TestSuite.cpp b/CppUnit/src/TestSuite.cpp index f6725ade3..066949243 100644 --- a/CppUnit/src/TestSuite.cpp +++ b/CppUnit/src/TestSuite.cpp @@ -1,7 +1,7 @@ // // TestSuite.cpp // -// $Id: //poco/1.3/CppUnit/src/TestSuite.cpp#1 $ +// $Id: //poco/1.4/CppUnit/src/TestSuite.cpp#1 $ // diff --git a/CppUnit/src/TextTestResult.cpp b/CppUnit/src/TextTestResult.cpp index 78f39ae1b..2c08bd341 100644 --- a/CppUnit/src/TextTestResult.cpp +++ b/CppUnit/src/TextTestResult.cpp @@ -1,7 +1,7 @@ // // TextTestResult.cpp // -// $Id: //poco/1.3/CppUnit/src/TextTestResult.cpp#2 $ +// $Id: //poco/1.4/CppUnit/src/TextTestResult.cpp#1 $ // diff --git a/Crypto/Makefile b/Crypto/Makefile index 7ef8811d7..a87497895 100644 --- a/Crypto/Makefile +++ b/Crypto/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Crypto/Makefile#2 $ +# $Id: //poco/1.4/Crypto/Makefile#1 $ # # Makefile for Poco Crypto # diff --git a/Crypto/include/Poco/Crypto/Cipher.h b/Crypto/include/Poco/Crypto/Cipher.h index d5892b515..28886f96f 100644 --- a/Crypto/include/Poco/Crypto/Cipher.h +++ b/Crypto/include/Poco/Crypto/Cipher.h @@ -1,7 +1,7 @@ // // Cipher.h // -// $Id: //poco/1.3/Crypto/include/Poco/Crypto/Cipher.h#3 $ +// $Id: //poco/1.4/Crypto/include/Poco/Crypto/Cipher.h#1 $ // // Library: Crypto // Package: Cipher diff --git a/Crypto/include/Poco/Crypto/CipherFactory.h b/Crypto/include/Poco/Crypto/CipherFactory.h index d8f0323f7..b1c06d4df 100644 --- a/Crypto/include/Poco/Crypto/CipherFactory.h +++ b/Crypto/include/Poco/Crypto/CipherFactory.h @@ -1,7 +1,7 @@ // // CipherFactory.h // -// $Id: //poco/1.3/Crypto/include/Poco/Crypto/CipherFactory.h#3 $ +// $Id: //poco/1.4/Crypto/include/Poco/Crypto/CipherFactory.h#1 $ // // Library: Crypto // Package: Cipher diff --git a/Crypto/include/Poco/Crypto/CipherImpl.h b/Crypto/include/Poco/Crypto/CipherImpl.h index 3c9965e36..b4a6bbaa6 100644 --- a/Crypto/include/Poco/Crypto/CipherImpl.h +++ b/Crypto/include/Poco/Crypto/CipherImpl.h @@ -1,7 +1,7 @@ // // CipherImpl.h // -// $Id: //poco/1.3/Crypto/include/Poco/Crypto/CipherImpl.h#2 $ +// $Id: //poco/1.4/Crypto/include/Poco/Crypto/CipherImpl.h#1 $ // // Library: Crypto // Package: Cipher diff --git a/Crypto/include/Poco/Crypto/CipherKey.h b/Crypto/include/Poco/Crypto/CipherKey.h index 138d3bf11..28b502ff0 100644 --- a/Crypto/include/Poco/Crypto/CipherKey.h +++ b/Crypto/include/Poco/Crypto/CipherKey.h @@ -1,7 +1,7 @@ // // CipherKey.h // -// $Id: //poco/1.3/Crypto/include/Poco/Crypto/CipherKey.h#3 $ +// $Id: //poco/1.4/Crypto/include/Poco/Crypto/CipherKey.h#1 $ // // Library: Crypto // Package: Cipher diff --git a/Crypto/include/Poco/Crypto/CipherKeyImpl.h b/Crypto/include/Poco/Crypto/CipherKeyImpl.h index c9b29088c..b1564f041 100644 --- a/Crypto/include/Poco/Crypto/CipherKeyImpl.h +++ b/Crypto/include/Poco/Crypto/CipherKeyImpl.h @@ -1,7 +1,7 @@ // // CipherKeyImpl.h // -// $Id: //poco/1.3/Crypto/include/Poco/Crypto/CipherKeyImpl.h#2 $ +// $Id: //poco/1.4/Crypto/include/Poco/Crypto/CipherKeyImpl.h#1 $ // // Library: Crypto // Package: Cipher diff --git a/Crypto/include/Poco/Crypto/Crypto.h b/Crypto/include/Poco/Crypto/Crypto.h index 64b5792a6..e6e63a55d 100644 --- a/Crypto/include/Poco/Crypto/Crypto.h +++ b/Crypto/include/Poco/Crypto/Crypto.h @@ -1,7 +1,7 @@ // // Crypto.h // -// $Id: //poco/1.3/Crypto/include/Poco/Crypto/Crypto.h#5 $ +// $Id: //poco/1.4/Crypto/include/Poco/Crypto/Crypto.h#1 $ // // Library: Crypto // Package: CryptoCore diff --git a/Crypto/include/Poco/Crypto/CryptoStream.h b/Crypto/include/Poco/Crypto/CryptoStream.h index a96be9dc6..bf84b38ed 100644 --- a/Crypto/include/Poco/Crypto/CryptoStream.h +++ b/Crypto/include/Poco/Crypto/CryptoStream.h @@ -1,7 +1,7 @@ // // CryptoStream.h // -// $Id: //poco/1.3/Crypto/include/Poco/Crypto/CryptoStream.h#4 $ +// $Id: //poco/1.4/Crypto/include/Poco/Crypto/CryptoStream.h#1 $ // // Library: Crypto // Package: Cipher diff --git a/Crypto/include/Poco/Crypto/CryptoTransform.h b/Crypto/include/Poco/Crypto/CryptoTransform.h index 2c8de44f6..b27aa696d 100644 --- a/Crypto/include/Poco/Crypto/CryptoTransform.h +++ b/Crypto/include/Poco/Crypto/CryptoTransform.h @@ -1,7 +1,7 @@ // // CryptoTransform.h // -// $Id: //poco/1.3/Crypto/include/Poco/Crypto/CryptoTransform.h#4 $ +// $Id: //poco/1.4/Crypto/include/Poco/Crypto/CryptoTransform.h#1 $ // // Library: Crypto // Package: Cipher diff --git a/Crypto/include/Poco/Crypto/OpenSSLInitializer.h b/Crypto/include/Poco/Crypto/OpenSSLInitializer.h index 2d8f1794d..4f36cbdb1 100644 --- a/Crypto/include/Poco/Crypto/OpenSSLInitializer.h +++ b/Crypto/include/Poco/Crypto/OpenSSLInitializer.h @@ -1,7 +1,7 @@ // // OpenSSLInitializer.h // -// $Id: //poco/1.3/Crypto/include/Poco/Crypto/OpenSSLInitializer.h#3 $ +// $Id: //poco/1.4/Crypto/include/Poco/Crypto/OpenSSLInitializer.h#1 $ // // Library: Crypto // Package: CryptoCore diff --git a/Crypto/include/Poco/Crypto/RSACipherImpl.h b/Crypto/include/Poco/Crypto/RSACipherImpl.h index 26b2599dd..449971add 100644 --- a/Crypto/include/Poco/Crypto/RSACipherImpl.h +++ b/Crypto/include/Poco/Crypto/RSACipherImpl.h @@ -1,7 +1,7 @@ // // RSACipherImpl.h // -// $Id: //poco/1.3/Crypto/include/Poco/Crypto/RSACipherImpl.h#2 $ +// $Id: //poco/1.4/Crypto/include/Poco/Crypto/RSACipherImpl.h#1 $ // // Library: Crypto // Package: RSA diff --git a/Crypto/include/Poco/Crypto/RSADigestEngine.h b/Crypto/include/Poco/Crypto/RSADigestEngine.h index 11500d67b..de73e3b76 100644 --- a/Crypto/include/Poco/Crypto/RSADigestEngine.h +++ b/Crypto/include/Poco/Crypto/RSADigestEngine.h @@ -1,7 +1,7 @@ // // RSADigestEngine.h // -// $Id: //poco/1.3/Crypto/include/Poco/Crypto/RSADigestEngine.h#3 $ +// $Id: //poco/1.4/Crypto/include/Poco/Crypto/RSADigestEngine.h#1 $ // // Library: Crypto // Package: RSA diff --git a/Crypto/include/Poco/Crypto/RSAKey.h b/Crypto/include/Poco/Crypto/RSAKey.h index 9dad86deb..67fb105da 100644 --- a/Crypto/include/Poco/Crypto/RSAKey.h +++ b/Crypto/include/Poco/Crypto/RSAKey.h @@ -1,7 +1,7 @@ // // RSAKey.h // -// $Id: //poco/1.3/Crypto/include/Poco/Crypto/RSAKey.h#5 $ +// $Id: //poco/1.4/Crypto/include/Poco/Crypto/RSAKey.h#1 $ // // Library: Crypto // Package: RSA diff --git a/Crypto/include/Poco/Crypto/RSAKeyImpl.h b/Crypto/include/Poco/Crypto/RSAKeyImpl.h index d73c19921..55db97d0b 100644 --- a/Crypto/include/Poco/Crypto/RSAKeyImpl.h +++ b/Crypto/include/Poco/Crypto/RSAKeyImpl.h @@ -1,7 +1,7 @@ // // RSAKeyImpl.h // -// $Id: //poco/1.3/Crypto/include/Poco/Crypto/RSAKeyImpl.h#5 $ +// $Id: //poco/1.4/Crypto/include/Poco/Crypto/RSAKeyImpl.h#1 $ // // Library: Crypto // Package: RSA diff --git a/Crypto/include/Poco/Crypto/X509Certificate.h b/Crypto/include/Poco/Crypto/X509Certificate.h index 22de97e87..6462ae9fd 100644 --- a/Crypto/include/Poco/Crypto/X509Certificate.h +++ b/Crypto/include/Poco/Crypto/X509Certificate.h @@ -1,7 +1,7 @@ // // X509Certificate.h // -// $Id: //poco/1.3/Crypto/include/Poco/Crypto/X509Certificate.h#6 $ +// $Id: //poco/1.4/Crypto/include/Poco/Crypto/X509Certificate.h#1 $ // // Library: Crypto // Package: Certificate diff --git a/Crypto/samples/genrsakey/src/genrsakey.cpp b/Crypto/samples/genrsakey/src/genrsakey.cpp index a35f8aa23..35af7456c 100644 --- a/Crypto/samples/genrsakey/src/genrsakey.cpp +++ b/Crypto/samples/genrsakey/src/genrsakey.cpp @@ -1,7 +1,7 @@ // // genrsakey.cpp // -// $Id: //poco/1.3/Crypto/samples/genrsakey/src/genrsakey.cpp#2 $ +// $Id: //poco/1.4/Crypto/samples/genrsakey/src/genrsakey.cpp#1 $ // // This sample demonstrates the XYZ class. // diff --git a/Crypto/src/Cipher.cpp b/Crypto/src/Cipher.cpp index 4093c24e3..0c6e22925 100644 --- a/Crypto/src/Cipher.cpp +++ b/Crypto/src/Cipher.cpp @@ -1,7 +1,7 @@ // // Cipher.cpp // -// $Id: //poco/1.3/Crypto/src/Cipher.cpp#3 $ +// $Id: //poco/1.4/Crypto/src/Cipher.cpp#1 $ // // Library: Crypto // Package: Cipher diff --git a/Crypto/src/CipherFactory.cpp b/Crypto/src/CipherFactory.cpp index b3586f0e8..c5145826b 100644 --- a/Crypto/src/CipherFactory.cpp +++ b/Crypto/src/CipherFactory.cpp @@ -1,7 +1,7 @@ // // CipherFactory.cpp // -// $Id: //poco/1.3/Crypto/src/CipherFactory.cpp#5 $ +// $Id: //poco/1.4/Crypto/src/CipherFactory.cpp#1 $ // // Library: Crypto // Package: Cipher diff --git a/Crypto/src/CipherImpl.cpp b/Crypto/src/CipherImpl.cpp index a8dac2e50..26f1fa85f 100644 --- a/Crypto/src/CipherImpl.cpp +++ b/Crypto/src/CipherImpl.cpp @@ -1,7 +1,7 @@ // // CipherImpl.cpp // -// $Id: //poco/1.3/Crypto/src/CipherImpl.cpp#5 $ +// $Id: //poco/1.4/Crypto/src/CipherImpl.cpp#1 $ // // Library: Crypto // Package: Cipher diff --git a/Crypto/src/CipherKey.cpp b/Crypto/src/CipherKey.cpp index 5bd8d7dca..4b570c055 100644 --- a/Crypto/src/CipherKey.cpp +++ b/Crypto/src/CipherKey.cpp @@ -1,7 +1,7 @@ // // CipherKey.cpp // -// $Id: //poco/1.3/Crypto/src/CipherKey.cpp#3 $ +// $Id: //poco/1.4/Crypto/src/CipherKey.cpp#1 $ // // Library: Crypto // Package: Cipher diff --git a/Crypto/src/CipherKeyImpl.cpp b/Crypto/src/CipherKeyImpl.cpp index a70db8cd8..fabbead67 100644 --- a/Crypto/src/CipherKeyImpl.cpp +++ b/Crypto/src/CipherKeyImpl.cpp @@ -1,7 +1,7 @@ // // CipherKeyImpl.cpp // -// $Id: //poco/1.3/Crypto/src/CipherKeyImpl.cpp#4 $ +// $Id: //poco/1.4/Crypto/src/CipherKeyImpl.cpp#1 $ // // Library: Crypto // Package: Cipher diff --git a/Crypto/src/CryptoStream.cpp b/Crypto/src/CryptoStream.cpp index 9e641d11e..7e2dea29f 100644 --- a/Crypto/src/CryptoStream.cpp +++ b/Crypto/src/CryptoStream.cpp @@ -1,7 +1,7 @@ // // CryptoStream.cpp // -// $Id: //poco/1.3/Crypto/src/CryptoStream.cpp#7 $ +// $Id: //poco/1.4/Crypto/src/CryptoStream.cpp#1 $ // // Library: Crypto // Package: Cipher diff --git a/Crypto/src/CryptoTransform.cpp b/Crypto/src/CryptoTransform.cpp index 3883dac11..f27402b38 100644 --- a/Crypto/src/CryptoTransform.cpp +++ b/Crypto/src/CryptoTransform.cpp @@ -1,7 +1,7 @@ // // CryptoTransform.cpp // -// $Id: //poco/1.3/Crypto/src/CryptoTransform.cpp#2 $ +// $Id: //poco/1.4/Crypto/src/CryptoTransform.cpp#1 $ // // Library: Crypto // Package: Cipher diff --git a/Crypto/src/OpenSSLInitializer.cpp b/Crypto/src/OpenSSLInitializer.cpp index de24dc538..126942834 100644 --- a/Crypto/src/OpenSSLInitializer.cpp +++ b/Crypto/src/OpenSSLInitializer.cpp @@ -1,7 +1,7 @@ // // OpenSSLInitializer.cpp // -// $Id: //poco/1.3/Crypto/src/OpenSSLInitializer.cpp#8 $ +// $Id: //poco/1.4/Crypto/src/OpenSSLInitializer.cpp#1 $ // // Library: Crypto // Package: CryotpCore diff --git a/Crypto/src/RSACipherImpl.cpp b/Crypto/src/RSACipherImpl.cpp index 490d6acc6..11b1dd5a8 100644 --- a/Crypto/src/RSACipherImpl.cpp +++ b/Crypto/src/RSACipherImpl.cpp @@ -1,7 +1,7 @@ // // RSACipherImpl.cpp // -// $Id: //poco/1.3/Crypto/src/RSACipherImpl.cpp#11 $ +// $Id: //poco/1.4/Crypto/src/RSACipherImpl.cpp#1 $ // // Library: Crypto // Package: RSA diff --git a/Crypto/src/RSADigestEngine.cpp b/Crypto/src/RSADigestEngine.cpp index 1619c4b71..289560f9a 100644 --- a/Crypto/src/RSADigestEngine.cpp +++ b/Crypto/src/RSADigestEngine.cpp @@ -1,7 +1,7 @@ // // RSADigestEngine.cpp // -// $Id: //poco/1.3/Crypto/src/RSADigestEngine.cpp#3 $ +// $Id: //poco/1.4/Crypto/src/RSADigestEngine.cpp#1 $ // // Library: Crypto // Package: RSA diff --git a/Crypto/src/RSAKey.cpp b/Crypto/src/RSAKey.cpp index a4dc74c4d..1fc118c86 100644 --- a/Crypto/src/RSAKey.cpp +++ b/Crypto/src/RSAKey.cpp @@ -1,7 +1,7 @@ // // RSAKey.cpp // -// $Id: //poco/1.3/Crypto/src/RSAKey.cpp#5 $ +// $Id: //poco/1.4/Crypto/src/RSAKey.cpp#1 $ // // Library: Crypto // Package: RSA diff --git a/Crypto/src/RSAKeyImpl.cpp b/Crypto/src/RSAKeyImpl.cpp index 39f13e0f8..e7de3d856 100644 --- a/Crypto/src/RSAKeyImpl.cpp +++ b/Crypto/src/RSAKeyImpl.cpp @@ -1,7 +1,7 @@ // // RSAKeyImpl.cpp // -// $Id: //poco/1.3/Crypto/src/RSAKeyImpl.cpp#9 $ +// $Id: //poco/1.4/Crypto/src/RSAKeyImpl.cpp#1 $ // // Library: Crypto // Package: RSA diff --git a/Crypto/src/X509Certificate.cpp b/Crypto/src/X509Certificate.cpp index d95b1ccae..ff24ea4c2 100644 --- a/Crypto/src/X509Certificate.cpp +++ b/Crypto/src/X509Certificate.cpp @@ -1,7 +1,7 @@ // // X509Certificate.cpp // -// $Id: //poco/1.3/Crypto/src/X509Certificate.cpp#6 $ +// $Id: //poco/1.4/Crypto/src/X509Certificate.cpp#1 $ // // Library: Crypto // Package: Certificate diff --git a/Crypto/testsuite/Makefile b/Crypto/testsuite/Makefile index 92f6abe3a..7687e0142 100644 --- a/Crypto/testsuite/Makefile +++ b/Crypto/testsuite/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Crypto/testsuite/Makefile#4 $ +# $Id: //poco/1.4/Crypto/testsuite/Makefile#1 $ # # Makefile for Poco Crypto testsuite # diff --git a/Crypto/testsuite/src/CryptoTest.cpp b/Crypto/testsuite/src/CryptoTest.cpp index 8ae6019aa..7809648ee 100644 --- a/Crypto/testsuite/src/CryptoTest.cpp +++ b/Crypto/testsuite/src/CryptoTest.cpp @@ -1,7 +1,7 @@ // // CryptoTest.cpp // -// $Id: //poco/1.3/Crypto/testsuite/src/CryptoTest.cpp#4 $ +// $Id: //poco/1.4/Crypto/testsuite/src/CryptoTest.cpp#1 $ // // Copyright (c) 2008, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Crypto/testsuite/src/CryptoTest.h b/Crypto/testsuite/src/CryptoTest.h index 34583d5ee..e954392f6 100644 --- a/Crypto/testsuite/src/CryptoTest.h +++ b/Crypto/testsuite/src/CryptoTest.h @@ -1,7 +1,7 @@ // // CryptoTest.h // -// $Id: //poco/1.3/Crypto/testsuite/src/CryptoTest.h#3 $ +// $Id: //poco/1.4/Crypto/testsuite/src/CryptoTest.h#1 $ // // Definition of the CryptoTest class. // diff --git a/Crypto/testsuite/src/CryptoTestSuite.cpp b/Crypto/testsuite/src/CryptoTestSuite.cpp index 536c83d74..d9e855e95 100644 --- a/Crypto/testsuite/src/CryptoTestSuite.cpp +++ b/Crypto/testsuite/src/CryptoTestSuite.cpp @@ -1,7 +1,7 @@ // // CryptoTestSuite.cpp // -// $Id: //poco/1.3/Crypto/testsuite/src/CryptoTestSuite.cpp#1 $ +// $Id: //poco/1.4/Crypto/testsuite/src/CryptoTestSuite.cpp#1 $ // // Copyright (c) 2008, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Crypto/testsuite/src/CryptoTestSuite.h b/Crypto/testsuite/src/CryptoTestSuite.h index de0093769..c054b1ff2 100644 --- a/Crypto/testsuite/src/CryptoTestSuite.h +++ b/Crypto/testsuite/src/CryptoTestSuite.h @@ -1,7 +1,7 @@ // // CryptoTestSuite.h // -// $Id: //poco/1.3/Crypto/testsuite/src/CryptoTestSuite.h#1 $ +// $Id: //poco/1.4/Crypto/testsuite/src/CryptoTestSuite.h#1 $ // // Definition of the CryptoTestSuite class. // diff --git a/Crypto/testsuite/src/Driver.cpp b/Crypto/testsuite/src/Driver.cpp index 87aeb2c92..5cc1360cb 100644 --- a/Crypto/testsuite/src/Driver.cpp +++ b/Crypto/testsuite/src/Driver.cpp @@ -1,7 +1,7 @@ // // Driver.cpp // -// $Id: //poco/1.3/Crypto/testsuite/src/Driver.cpp#2 $ +// $Id: //poco/1.4/Crypto/testsuite/src/Driver.cpp#1 $ // // Console-based test driver for Poco Crypto. // diff --git a/Crypto/testsuite/src/RSATest.cpp b/Crypto/testsuite/src/RSATest.cpp index daec4ede3..556e9fd99 100644 --- a/Crypto/testsuite/src/RSATest.cpp +++ b/Crypto/testsuite/src/RSATest.cpp @@ -1,7 +1,7 @@ // // RSATest.cpp // -// $Id: //poco/1.3/Crypto/testsuite/src/RSATest.cpp#7 $ +// $Id: //poco/1.4/Crypto/testsuite/src/RSATest.cpp#1 $ // // Copyright (c) 2008, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Crypto/testsuite/src/RSATest.h b/Crypto/testsuite/src/RSATest.h index 63796d27d..a710e0627 100644 --- a/Crypto/testsuite/src/RSATest.h +++ b/Crypto/testsuite/src/RSATest.h @@ -1,7 +1,7 @@ // // RSATest.h // -// $Id: //poco/1.3/Crypto/testsuite/src/RSATest.h#2 $ +// $Id: //poco/1.4/Crypto/testsuite/src/RSATest.h#1 $ // // Definition of the RSATest class. // diff --git a/Crypto/testsuite/src/WinCEDriver.cpp b/Crypto/testsuite/src/WinCEDriver.cpp index cbfb7f2f9..dc7dcc425 100644 --- a/Crypto/testsuite/src/WinCEDriver.cpp +++ b/Crypto/testsuite/src/WinCEDriver.cpp @@ -1,7 +1,7 @@ // // WinCEDriver.cpp // -// $Id: //poco/1.3/Crypto/testsuite/src/WinCEDriver.cpp#2 $ +// $Id: //poco/1.4/Crypto/testsuite/src/WinCEDriver.cpp#1 $ // // Console-based test driver for Windows CE. // @@ -34,6 +34,7 @@ #include "CppUnit/TestRunner.h" #include "CryptoTestSuite.h" +#include "Poco/Crypto/Crypto.h" #include diff --git a/Crypto/testsuite/src/WinDriver.cpp b/Crypto/testsuite/src/WinDriver.cpp index b7cd25361..ec55c3e83 100644 --- a/Crypto/testsuite/src/WinDriver.cpp +++ b/Crypto/testsuite/src/WinDriver.cpp @@ -1,7 +1,7 @@ // // WinDriver.cpp // -// $Id: //poco/1.3/Crypto/testsuite/src/WinDriver.cpp#2 $ +// $Id: //poco/1.4/Crypto/testsuite/src/WinDriver.cpp#1 $ // // Windows test driver for Poco Crypto. // diff --git a/Data/Data.vmsbuild b/Data/Data.vmsbuild index e9865811e..f3a8cba2a 100644 --- a/Data/Data.vmsbuild +++ b/Data/Data.vmsbuild @@ -1,7 +1,7 @@ # # Data.vmsbuild # -# $Id: //poco/1.3/Data/Data.vmsbuild#1 $ +# $Id: //poco/1.4/Data/Data.vmsbuild#1 $ # LIB=PocoData AbstractBinder diff --git a/Data/Makefile b/Data/Makefile index e2380b95b..be71686cc 100644 --- a/Data/Makefile +++ b/Data/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Data/Makefile#2 $ +# $Id: //poco/1.4/Data/Makefile#1 $ # # Makefile for Poco Data # diff --git a/Data/MySQL/Makefile b/Data/MySQL/Makefile index 2da3b2bfe..3f416abc6 100644 --- a/Data/MySQL/Makefile +++ b/Data/MySQL/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Data/MySQL/Makefile#4 $ +# $Id: //poco/1.4/Data/MySQL/Makefile#1 $ # # Makefile for Poco MySQL # diff --git a/Data/MySQL/include/Poco/Data/MySQL/Binder.h b/Data/MySQL/include/Poco/Data/MySQL/Binder.h index 25ddce450..6d8736ce3 100644 --- a/Data/MySQL/include/Poco/Data/MySQL/Binder.h +++ b/Data/MySQL/include/Poco/Data/MySQL/Binder.h @@ -1,7 +1,7 @@ // // Binder.h // -// $Id: //poco/1.3/Data/MySQL/include/Poco/Data/MySQL/Binder.h#4 $ +// $Id: //poco/1.4/Data/MySQL/include/Poco/Data/MySQL/Binder.h#1 $ // // Library: Data/MySQL // Package: MySQL diff --git a/Data/MySQL/include/Poco/Data/MySQL/Connector.h b/Data/MySQL/include/Poco/Data/MySQL/Connector.h index 2de7b93b7..4e031df63 100644 --- a/Data/MySQL/include/Poco/Data/MySQL/Connector.h +++ b/Data/MySQL/include/Poco/Data/MySQL/Connector.h @@ -1,7 +1,7 @@ // // Connector.h // -// $Id: //poco/1.3/Data/MySQL/include/Poco/Data/MySQL/Connector.h#3 $ +// $Id: //poco/1.4/Data/MySQL/include/Poco/Data/MySQL/Connector.h#1 $ // // Library: Data/MySQL // Package: MySQL diff --git a/Data/MySQL/include/Poco/Data/MySQL/Extractor.h b/Data/MySQL/include/Poco/Data/MySQL/Extractor.h index 1a7918429..af77aa1ff 100644 --- a/Data/MySQL/include/Poco/Data/MySQL/Extractor.h +++ b/Data/MySQL/include/Poco/Data/MySQL/Extractor.h @@ -1,7 +1,7 @@ // // Extractor.h // -// $Id: //poco/1.3/Data/MySQL/include/Poco/Data/MySQL/Extractor.h#3 $ +// $Id: //poco/1.4/Data/MySQL/include/Poco/Data/MySQL/Extractor.h#1 $ // // Library: Data/MySQL // Package: MySQL diff --git a/Data/MySQL/include/Poco/Data/MySQL/MySQL.h b/Data/MySQL/include/Poco/Data/MySQL/MySQL.h index f5b70c808..dd6bb4d8b 100644 --- a/Data/MySQL/include/Poco/Data/MySQL/MySQL.h +++ b/Data/MySQL/include/Poco/Data/MySQL/MySQL.h @@ -1,7 +1,7 @@ // // MySQL.h // -// $Id: //poco/1.3/Data/MySQL/include/Poco/Data/MySQL/MySQL.h#4 $ +// $Id: //poco/1.4/Data/MySQL/include/Poco/Data/MySQL/MySQL.h#1 $ // // Library: Data/MySQL // Package: MySQL diff --git a/Data/MySQL/include/Poco/Data/MySQL/MySQLException.h b/Data/MySQL/include/Poco/Data/MySQL/MySQLException.h index c0810dd4c..c6cd01c2e 100644 --- a/Data/MySQL/include/Poco/Data/MySQL/MySQLException.h +++ b/Data/MySQL/include/Poco/Data/MySQL/MySQLException.h @@ -1,7 +1,7 @@ // // MySQLException.h // -// $Id: //poco/1.3/Data/MySQL/include/Poco/Data/MySQL/MySQLException.h#4 $ +// $Id: //poco/1.4/Data/MySQL/include/Poco/Data/MySQL/MySQLException.h#1 $ // // Library: Data/MySQL // Package: MySQL diff --git a/Data/MySQL/include/Poco/Data/MySQL/MySQLStatementImpl.h b/Data/MySQL/include/Poco/Data/MySQL/MySQLStatementImpl.h index e0d949993..163f48c00 100644 --- a/Data/MySQL/include/Poco/Data/MySQL/MySQLStatementImpl.h +++ b/Data/MySQL/include/Poco/Data/MySQL/MySQLStatementImpl.h @@ -1,7 +1,7 @@ // // MySQLstatementImpl.h // -// $Id: //poco/1.3/Data/MySQL/include/Poco/Data/MySQL/MySQLStatementImpl.h#3 $ +// $Id: //poco/1.4/Data/MySQL/include/Poco/Data/MySQL/MySQLStatementImpl.h#1 $ // // Library: Data/MySQL // Package: MySQL diff --git a/Data/MySQL/include/Poco/Data/MySQL/ResultMetadata.h b/Data/MySQL/include/Poco/Data/MySQL/ResultMetadata.h index 7dfc345d1..fa0d7abac 100644 --- a/Data/MySQL/include/Poco/Data/MySQL/ResultMetadata.h +++ b/Data/MySQL/include/Poco/Data/MySQL/ResultMetadata.h @@ -1,7 +1,7 @@ // // ResultMetadata.h // -// $Id: //poco/1.3/Data/MySQL/include/Poco/Data/MySQL/ResultMetadata.h#3 $ +// $Id: //poco/1.4/Data/MySQL/include/Poco/Data/MySQL/ResultMetadata.h#1 $ // // Library: Data/MySQL // Package: MySQL diff --git a/Data/MySQL/include/Poco/Data/MySQL/SessionHandle.h b/Data/MySQL/include/Poco/Data/MySQL/SessionHandle.h index 0a78dd2b5..bb1a8c603 100644 --- a/Data/MySQL/include/Poco/Data/MySQL/SessionHandle.h +++ b/Data/MySQL/include/Poco/Data/MySQL/SessionHandle.h @@ -1,7 +1,7 @@ // // SesssionHandle.h // -// $Id: //poco/1.3/Data/MySQL/include/Poco/Data/MySQL/SessionHandle.h#3 $ +// $Id: //poco/1.4/Data/MySQL/include/Poco/Data/MySQL/SessionHandle.h#1 $ // // Library: Data/MySQL // Package: MySQL diff --git a/Data/MySQL/include/Poco/Data/MySQL/SessionImpl.h b/Data/MySQL/include/Poco/Data/MySQL/SessionImpl.h index 6fbe18a50..09a58947a 100644 --- a/Data/MySQL/include/Poco/Data/MySQL/SessionImpl.h +++ b/Data/MySQL/include/Poco/Data/MySQL/SessionImpl.h @@ -1,7 +1,7 @@ // // SessionImpl.h // -// $Id: //poco/1.3/Data/MySQL/include/Poco/Data/MySQL/SessionImpl.h#3 $ +// $Id: //poco/1.4/Data/MySQL/include/Poco/Data/MySQL/SessionImpl.h#1 $ // // Library: Data/MySQL // Package: MySQL diff --git a/Data/MySQL/include/Poco/Data/MySQL/StatementExecutor.h b/Data/MySQL/include/Poco/Data/MySQL/StatementExecutor.h index 276ec4196..c0ee42082 100644 --- a/Data/MySQL/include/Poco/Data/MySQL/StatementExecutor.h +++ b/Data/MySQL/include/Poco/Data/MySQL/StatementExecutor.h @@ -1,7 +1,7 @@ // // StatementExecutor.h // -// $Id: //poco/1.3/Data/MySQL/include/Poco/Data/MySQL/StatementExecutor.h#3 $ +// $Id: //poco/1.4/Data/MySQL/include/Poco/Data/MySQL/StatementExecutor.h#1 $ // // Library: Data/MySQL // Package: MySQL diff --git a/Data/MySQL/src/Binder.cpp b/Data/MySQL/src/Binder.cpp index ba36bbd16..d2483c5e2 100644 --- a/Data/MySQL/src/Binder.cpp +++ b/Data/MySQL/src/Binder.cpp @@ -1,7 +1,7 @@ // // MySQLException.cpp // -// $Id: //poco/1.3/Data/MySQL/src/Binder.cpp#5 $ +// $Id: //poco/1.4/Data/MySQL/src/Binder.cpp#1 $ // // Library: Data/MySQL // Package: MySQL diff --git a/Data/MySQL/src/Connector.cpp b/Data/MySQL/src/Connector.cpp index a6374cd06..c1c6ee1c3 100644 --- a/Data/MySQL/src/Connector.cpp +++ b/Data/MySQL/src/Connector.cpp @@ -1,7 +1,7 @@ // // MySQLException.cpp // -// $Id: //poco/1.3/Data/MySQL/src/Connector.cpp#3 $ +// $Id: //poco/1.4/Data/MySQL/src/Connector.cpp#1 $ // // Library: Data/MySQL // Package: MySQL diff --git a/Data/MySQL/src/Extractor.cpp b/Data/MySQL/src/Extractor.cpp index 0e52545a4..5916315ce 100644 --- a/Data/MySQL/src/Extractor.cpp +++ b/Data/MySQL/src/Extractor.cpp @@ -1,7 +1,7 @@ // // MySQLException.cpp // -// $Id: //poco/1.3/Data/MySQL/src/Extractor.cpp#3 $ +// $Id: //poco/1.4/Data/MySQL/src/Extractor.cpp#1 $ // // Library: Data/MySQL // Package: MySQL diff --git a/Data/MySQL/src/MySQLException.cpp b/Data/MySQL/src/MySQLException.cpp index c13d8c1ec..33fd5917f 100644 --- a/Data/MySQL/src/MySQLException.cpp +++ b/Data/MySQL/src/MySQLException.cpp @@ -1,7 +1,7 @@ // // MySQLException.cpp // -// $Id: //poco/1.3/Data/MySQL/src/MySQLException.cpp#5 $ +// $Id: //poco/1.4/Data/MySQL/src/MySQLException.cpp#1 $ // // Library: Data/MySQL // Package: MySQL diff --git a/Data/MySQL/src/MySQLStatementImpl.cpp b/Data/MySQL/src/MySQLStatementImpl.cpp index 5e94501c0..57c6a7f2d 100644 --- a/Data/MySQL/src/MySQLStatementImpl.cpp +++ b/Data/MySQL/src/MySQLStatementImpl.cpp @@ -1,7 +1,7 @@ // // MySQLException.cpp // -// $Id: //poco/1.3/Data/MySQL/src/MySQLStatementImpl.cpp#3 $ +// $Id: //poco/1.4/Data/MySQL/src/MySQLStatementImpl.cpp#1 $ // // Library: Data/MySQL // Package: MySQL diff --git a/Data/MySQL/src/ResultMetadata.cpp b/Data/MySQL/src/ResultMetadata.cpp index 27c42d5e0..2c3b27a6f 100644 --- a/Data/MySQL/src/ResultMetadata.cpp +++ b/Data/MySQL/src/ResultMetadata.cpp @@ -1,7 +1,7 @@ // // MySQLException.cpp // -// $Id: //poco/1.3/Data/MySQL/src/ResultMetadata.cpp#7 $ +// $Id: //poco/1.4/Data/MySQL/src/ResultMetadata.cpp#1 $ // // Library: Data/MySQL // Package: MySQL diff --git a/Data/MySQL/src/SessionHandle.cpp b/Data/MySQL/src/SessionHandle.cpp index b58b2e564..811df470c 100644 --- a/Data/MySQL/src/SessionHandle.cpp +++ b/Data/MySQL/src/SessionHandle.cpp @@ -1,7 +1,7 @@ // // SesssionHandle.cpp // -// $Id: //poco/1.3/Data/MySQL/src/SessionHandle.cpp#4 $ +// $Id: //poco/1.4/Data/MySQL/src/SessionHandle.cpp#1 $ // // Library: Data/MySQL // Package: MySQL diff --git a/Data/MySQL/src/SessionImpl.cpp b/Data/MySQL/src/SessionImpl.cpp index a086a4146..57680f0bc 100644 --- a/Data/MySQL/src/SessionImpl.cpp +++ b/Data/MySQL/src/SessionImpl.cpp @@ -1,7 +1,7 @@ // // MySQLException.cpp // -// $Id: //poco/1.3/Data/MySQL/src/SessionImpl.cpp#4 $ +// $Id: //poco/1.4/Data/MySQL/src/SessionImpl.cpp#1 $ // // Library: Data/MySQL // Package: MySQL diff --git a/Data/MySQL/src/StatementExecutor.cpp b/Data/MySQL/src/StatementExecutor.cpp index 93cda97ca..bd6ad820f 100644 --- a/Data/MySQL/src/StatementExecutor.cpp +++ b/Data/MySQL/src/StatementExecutor.cpp @@ -1,7 +1,7 @@ // // StatementExecutor.cpp // -// $Id: //poco/1.3/Data/MySQL/src/StatementExecutor.cpp#4 $ +// $Id: //poco/1.4/Data/MySQL/src/StatementExecutor.cpp#1 $ // // Library: Data/MySQL // Package: MySQL diff --git a/Data/MySQL/testsuite/Makefile b/Data/MySQL/testsuite/Makefile index f893527a9..a1f0065b6 100644 --- a/Data/MySQL/testsuite/Makefile +++ b/Data/MySQL/testsuite/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Data/MySQL/testsuite/Makefile#4 $ +# $Id: //poco/1.4/Data/MySQL/testsuite/Makefile#1 $ # # Makefile for Poco MySQL testsuite # diff --git a/Data/MySQL/testsuite/src/Driver.cpp b/Data/MySQL/testsuite/src/Driver.cpp index a3e15409f..5c3e70cf8 100644 --- a/Data/MySQL/testsuite/src/Driver.cpp +++ b/Data/MySQL/testsuite/src/Driver.cpp @@ -1,7 +1,7 @@ // // Driver.cpp // -// $Id: //poco/1.3/Data/MySQL/testsuite/src/Driver.cpp#2 $ +// $Id: //poco/1.4/Data/MySQL/testsuite/src/Driver.cpp#1 $ // // Console-based test driver for Poco SQLite. // diff --git a/Data/MySQL/testsuite/src/MySQLTest.cpp b/Data/MySQL/testsuite/src/MySQLTest.cpp index 4b109afbf..a7820d1ef 100644 --- a/Data/MySQL/testsuite/src/MySQLTest.cpp +++ b/Data/MySQL/testsuite/src/MySQLTest.cpp @@ -1,7 +1,7 @@ // // MySQLTest.cpp // -// $Id: //poco/1.3/Data/MySQL/testsuite/src/MySQLTest.cpp#3 $ +// $Id: //poco/1.4/Data/MySQL/testsuite/src/MySQLTest.cpp#1 $ // // Copyright (c) 2008, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/MySQL/testsuite/src/MySQLTest.h b/Data/MySQL/testsuite/src/MySQLTest.h index b3191ff93..3e6c3f5df 100644 --- a/Data/MySQL/testsuite/src/MySQLTest.h +++ b/Data/MySQL/testsuite/src/MySQLTest.h @@ -1,7 +1,7 @@ // // ODBCMySQLTest.h // -// $Id: //poco/1.3/Data/MySQL/testsuite/src/MySQLTest.h#2 $ +// $Id: //poco/1.4/Data/MySQL/testsuite/src/MySQLTest.h#1 $ // // Definition of the MySQLTest class. // diff --git a/Data/MySQL/testsuite/src/MySQLTestSuite.cpp b/Data/MySQL/testsuite/src/MySQLTestSuite.cpp index 7850e70f0..35656dabd 100644 --- a/Data/MySQL/testsuite/src/MySQLTestSuite.cpp +++ b/Data/MySQL/testsuite/src/MySQLTestSuite.cpp @@ -1,7 +1,7 @@ // // ODBCTestSuite.cpp // -// $Id: //poco/1.3/Data/MySQL/testsuite/src/MySQLTestSuite.cpp#2 $ +// $Id: //poco/1.4/Data/MySQL/testsuite/src/MySQLTestSuite.cpp#1 $ // // Copyright (c) 2008, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/MySQL/testsuite/src/MySQLTestSuite.h b/Data/MySQL/testsuite/src/MySQLTestSuite.h index 65335a10a..a1c86cef5 100644 --- a/Data/MySQL/testsuite/src/MySQLTestSuite.h +++ b/Data/MySQL/testsuite/src/MySQLTestSuite.h @@ -1,7 +1,7 @@ // // ODBCTestSuite.h // -// $Id: //poco/1.3/Data/MySQL/testsuite/src/MySQLTestSuite.h#2 $ +// $Id: //poco/1.4/Data/MySQL/testsuite/src/MySQLTestSuite.h#1 $ // // Definition of the ODBCTestSuite class. // diff --git a/Data/MySQL/testsuite/src/SQLExecutor.cpp b/Data/MySQL/testsuite/src/SQLExecutor.cpp index 349cfcae0..e2258f007 100644 --- a/Data/MySQL/testsuite/src/SQLExecutor.cpp +++ b/Data/MySQL/testsuite/src/SQLExecutor.cpp @@ -1,7 +1,7 @@ // // SQLExecutor.cpp // -// $Id: //poco/1.3/Data/MySQL/testsuite/src/SQLExecutor.cpp#3 $ +// $Id: //poco/1.4/Data/MySQL/testsuite/src/SQLExecutor.cpp#1 $ // // Copyright (c) 2008, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/MySQL/testsuite/src/SQLExecutor.h b/Data/MySQL/testsuite/src/SQLExecutor.h index 3456bf875..66a6b56c3 100644 --- a/Data/MySQL/testsuite/src/SQLExecutor.h +++ b/Data/MySQL/testsuite/src/SQLExecutor.h @@ -1,7 +1,7 @@ // // SQLExecutor.h // -// $Id: //poco/1.3/Data/MySQL/testsuite/src/SQLExecutor.h#2 $ +// $Id: //poco/1.4/Data/MySQL/testsuite/src/SQLExecutor.h#1 $ // // Definition of the SQLExecutor class. // diff --git a/Data/MySQL/testsuite/src/WinDriver.cpp b/Data/MySQL/testsuite/src/WinDriver.cpp index aded24557..f4b03e62f 100644 --- a/Data/MySQL/testsuite/src/WinDriver.cpp +++ b/Data/MySQL/testsuite/src/WinDriver.cpp @@ -1,7 +1,7 @@ // // WinDriver.cpp // -// $Id: //poco/1.3/Data/MySQL/testsuite/src/WinDriver.cpp#2 $ +// $Id: //poco/1.4/Data/MySQL/testsuite/src/WinDriver.cpp#1 $ // // Windows test driver for Poco MySQL. // diff --git a/Data/ODBC/ODBC.vmsbuild b/Data/ODBC/ODBC.vmsbuild index dc97a2b88..1ae215dc0 100644 --- a/Data/ODBC/ODBC.vmsbuild +++ b/Data/ODBC/ODBC.vmsbuild @@ -1,7 +1,7 @@ # # ODBC.vmsbuild # -# $Id: //poco/1.3/Data/ODBC/ODBC.vmsbuild#1 $ +# $Id: //poco/1.4/Data/ODBC/ODBC.vmsbuild#1 $ # LIB=PocoODBC Binder diff --git a/Data/ODBC/include/Poco/Data/ODBC/Binder.h b/Data/ODBC/include/Poco/Data/ODBC/Binder.h index 7c0e85fef..a1d5ea6a7 100644 --- a/Data/ODBC/include/Poco/Data/ODBC/Binder.h +++ b/Data/ODBC/include/Poco/Data/ODBC/Binder.h @@ -1,7 +1,7 @@ // // Binder.h // -// $Id: //poco/1.3/Data/ODBC/include/Poco/Data/ODBC/Binder.h#6 $ +// $Id: //poco/1.4/Data/ODBC/include/Poco/Data/ODBC/Binder.h#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/include/Poco/Data/ODBC/ConnectionHandle.h b/Data/ODBC/include/Poco/Data/ODBC/ConnectionHandle.h index b35b52649..714938f69 100644 --- a/Data/ODBC/include/Poco/Data/ODBC/ConnectionHandle.h +++ b/Data/ODBC/include/Poco/Data/ODBC/ConnectionHandle.h @@ -1,7 +1,7 @@ // // ConnectionHandle.h // -// $Id: //poco/1.3/Data/ODBC/include/Poco/Data/ODBC/ConnectionHandle.h#3 $ +// $Id: //poco/1.4/Data/ODBC/include/Poco/Data/ODBC/ConnectionHandle.h#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/include/Poco/Data/ODBC/Connector.h b/Data/ODBC/include/Poco/Data/ODBC/Connector.h index 65eee8eaa..8882b93bf 100644 --- a/Data/ODBC/include/Poco/Data/ODBC/Connector.h +++ b/Data/ODBC/include/Poco/Data/ODBC/Connector.h @@ -1,7 +1,7 @@ // // Connector.h // -// $Id: //poco/1.3/Data/ODBC/include/Poco/Data/ODBC/Connector.h#2 $ +// $Id: //poco/1.4/Data/ODBC/include/Poco/Data/ODBC/Connector.h#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/include/Poco/Data/ODBC/DataTypes.h b/Data/ODBC/include/Poco/Data/ODBC/DataTypes.h index c7f60e499..091166d16 100644 --- a/Data/ODBC/include/Poco/Data/ODBC/DataTypes.h +++ b/Data/ODBC/include/Poco/Data/ODBC/DataTypes.h @@ -1,7 +1,7 @@ // // DataTypes.h // -// $Id: //poco/1.3/Data/ODBC/include/Poco/Data/ODBC/DataTypes.h#4 $ +// $Id: //poco/1.4/Data/ODBC/include/Poco/Data/ODBC/DataTypes.h#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/include/Poco/Data/ODBC/Diagnostics.h b/Data/ODBC/include/Poco/Data/ODBC/Diagnostics.h index dcf998014..4a187c28d 100644 --- a/Data/ODBC/include/Poco/Data/ODBC/Diagnostics.h +++ b/Data/ODBC/include/Poco/Data/ODBC/Diagnostics.h @@ -1,7 +1,7 @@ // // Diagnostics.h // -// $Id: //poco/1.3/Data/ODBC/include/Poco/Data/ODBC/Diagnostics.h#7 $ +// $Id: //poco/1.4/Data/ODBC/include/Poco/Data/ODBC/Diagnostics.h#1 $ // // Library: ODBC // Package: ODBC diff --git a/Data/ODBC/include/Poco/Data/ODBC/EnvironmentHandle.h b/Data/ODBC/include/Poco/Data/ODBC/EnvironmentHandle.h index 351dda5da..df679cb32 100644 --- a/Data/ODBC/include/Poco/Data/ODBC/EnvironmentHandle.h +++ b/Data/ODBC/include/Poco/Data/ODBC/EnvironmentHandle.h @@ -1,7 +1,7 @@ // // EnvironmentHandle.h // -// $Id: //poco/1.3/Data/ODBC/include/Poco/Data/ODBC/EnvironmentHandle.h#4 $ +// $Id: //poco/1.4/Data/ODBC/include/Poco/Data/ODBC/EnvironmentHandle.h#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/include/Poco/Data/ODBC/Error.h b/Data/ODBC/include/Poco/Data/ODBC/Error.h index c5ea0b08b..d32a9889f 100644 --- a/Data/ODBC/include/Poco/Data/ODBC/Error.h +++ b/Data/ODBC/include/Poco/Data/ODBC/Error.h @@ -1,7 +1,7 @@ // // Error.h // -// $Id: //poco/1.3/Data/ODBC/include/Poco/Data/ODBC/Error.h#5 $ +// $Id: //poco/1.4/Data/ODBC/include/Poco/Data/ODBC/Error.h#1 $ // // Library: ODBC // Package: ODBC diff --git a/Data/ODBC/include/Poco/Data/ODBC/Extractor.h b/Data/ODBC/include/Poco/Data/ODBC/Extractor.h index 2686710d5..87b1c5b30 100644 --- a/Data/ODBC/include/Poco/Data/ODBC/Extractor.h +++ b/Data/ODBC/include/Poco/Data/ODBC/Extractor.h @@ -1,7 +1,7 @@ // // Extractor.h // -// $Id: //poco/1.3/Data/ODBC/include/Poco/Data/ODBC/Extractor.h#4 $ +// $Id: //poco/1.4/Data/ODBC/include/Poco/Data/ODBC/Extractor.h#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/include/Poco/Data/ODBC/Handle.h b/Data/ODBC/include/Poco/Data/ODBC/Handle.h index d8067f4f6..7064cd65f 100644 --- a/Data/ODBC/include/Poco/Data/ODBC/Handle.h +++ b/Data/ODBC/include/Poco/Data/ODBC/Handle.h @@ -1,7 +1,7 @@ // // Handle.h // -// $Id: //poco/1.3/Data/ODBC/include/Poco/Data/ODBC/Handle.h#3 $ +// $Id: //poco/1.4/Data/ODBC/include/Poco/Data/ODBC/Handle.h#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/include/Poco/Data/ODBC/ODBC.h b/Data/ODBC/include/Poco/Data/ODBC/ODBC.h index 17eaaba5e..2e2be73d0 100644 --- a/Data/ODBC/include/Poco/Data/ODBC/ODBC.h +++ b/Data/ODBC/include/Poco/Data/ODBC/ODBC.h @@ -1,7 +1,7 @@ // // ODBC.h // -// $Id: //poco/1.3/Data/ODBC/include/Poco/Data/ODBC/ODBC.h#4 $ +// $Id: //poco/1.4/Data/ODBC/include/Poco/Data/ODBC/ODBC.h#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/include/Poco/Data/ODBC/ODBCColumn.h b/Data/ODBC/include/Poco/Data/ODBC/ODBCColumn.h index c885a403b..b0b61e267 100644 --- a/Data/ODBC/include/Poco/Data/ODBC/ODBCColumn.h +++ b/Data/ODBC/include/Poco/Data/ODBC/ODBCColumn.h @@ -1,7 +1,7 @@ // // ODBCColumn.h // -// $Id: //poco/1.3/Data/ODBC/include/Poco/Data/ODBC/ODBCColumn.h#4 $ +// $Id: //poco/1.4/Data/ODBC/include/Poco/Data/ODBC/ODBCColumn.h#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/include/Poco/Data/ODBC/ODBCException.h b/Data/ODBC/include/Poco/Data/ODBC/ODBCException.h index f2fe9aa79..98609a82d 100644 --- a/Data/ODBC/include/Poco/Data/ODBC/ODBCException.h +++ b/Data/ODBC/include/Poco/Data/ODBC/ODBCException.h @@ -1,7 +1,7 @@ // // ODBCException.h // -// $Id: //poco/1.3/Data/ODBC/include/Poco/Data/ODBC/ODBCException.h#5 $ +// $Id: //poco/1.4/Data/ODBC/include/Poco/Data/ODBC/ODBCException.h#1 $ // // Library: ODBC // Package: ODBC diff --git a/Data/ODBC/include/Poco/Data/ODBC/ODBCStatementImpl.h b/Data/ODBC/include/Poco/Data/ODBC/ODBCStatementImpl.h index ac4dc620c..0d3dd7a87 100644 --- a/Data/ODBC/include/Poco/Data/ODBC/ODBCStatementImpl.h +++ b/Data/ODBC/include/Poco/Data/ODBC/ODBCStatementImpl.h @@ -1,7 +1,7 @@ // // ODBCStatementImpl.h // -// $Id: //poco/1.3/Data/ODBC/include/Poco/Data/ODBC/ODBCStatementImpl.h#4 $ +// $Id: //poco/1.4/Data/ODBC/include/Poco/Data/ODBC/ODBCStatementImpl.h#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/include/Poco/Data/ODBC/Parameter.h b/Data/ODBC/include/Poco/Data/ODBC/Parameter.h index 8cbc0c043..9131ac307 100644 --- a/Data/ODBC/include/Poco/Data/ODBC/Parameter.h +++ b/Data/ODBC/include/Poco/Data/ODBC/Parameter.h @@ -1,7 +1,7 @@ // // Parameter.h // -// $Id: //poco/1.3/Data/ODBC/include/Poco/Data/ODBC/Parameter.h#3 $ +// $Id: //poco/1.4/Data/ODBC/include/Poco/Data/ODBC/Parameter.h#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/include/Poco/Data/ODBC/Preparation.h b/Data/ODBC/include/Poco/Data/ODBC/Preparation.h index 1858d6433..78e2e930a 100644 --- a/Data/ODBC/include/Poco/Data/ODBC/Preparation.h +++ b/Data/ODBC/include/Poco/Data/ODBC/Preparation.h @@ -1,7 +1,7 @@ // // Preparation.h // -// $Id: //poco/1.3/Data/ODBC/include/Poco/Data/ODBC/Preparation.h#6 $ +// $Id: //poco/1.4/Data/ODBC/include/Poco/Data/ODBC/Preparation.h#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/include/Poco/Data/ODBC/SessionImpl.h b/Data/ODBC/include/Poco/Data/ODBC/SessionImpl.h index cfedb78ae..6ee403253 100644 --- a/Data/ODBC/include/Poco/Data/ODBC/SessionImpl.h +++ b/Data/ODBC/include/Poco/Data/ODBC/SessionImpl.h @@ -1,7 +1,7 @@ // // SessionImpl.h // -// $Id: //poco/1.3/Data/ODBC/include/Poco/Data/ODBC/SessionImpl.h#5 $ +// $Id: //poco/1.4/Data/ODBC/include/Poco/Data/ODBC/SessionImpl.h#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/include/Poco/Data/ODBC/Utility.h b/Data/ODBC/include/Poco/Data/ODBC/Utility.h index c2fcbc875..9a795ee81 100644 --- a/Data/ODBC/include/Poco/Data/ODBC/Utility.h +++ b/Data/ODBC/include/Poco/Data/ODBC/Utility.h @@ -1,7 +1,7 @@ // // Utility.h // -// $Id: //poco/1.3/Data/ODBC/include/Poco/Data/ODBC/Utility.h#3 $ +// $Id: //poco/1.4/Data/ODBC/include/Poco/Data/ODBC/Utility.h#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/src/Binder.cpp b/Data/ODBC/src/Binder.cpp index c95586bc0..79c71e6ac 100644 --- a/Data/ODBC/src/Binder.cpp +++ b/Data/ODBC/src/Binder.cpp @@ -1,7 +1,7 @@ // // Binder.cpp // -// $Id: //poco/1.3/Data/ODBC/src/Binder.cpp#6 $ +// $Id: //poco/1.4/Data/ODBC/src/Binder.cpp#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/src/ConnectionHandle.cpp b/Data/ODBC/src/ConnectionHandle.cpp index 9f86bfd0c..4d0a47316 100644 --- a/Data/ODBC/src/ConnectionHandle.cpp +++ b/Data/ODBC/src/ConnectionHandle.cpp @@ -1,7 +1,7 @@ // // ConnectionHandle.cpp // -// $Id: //poco/1.3/Data/ODBC/src/ConnectionHandle.cpp#3 $ +// $Id: //poco/1.4/Data/ODBC/src/ConnectionHandle.cpp#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/src/Connector.cpp b/Data/ODBC/src/Connector.cpp index 35fcf99c5..4b33d04b8 100644 --- a/Data/ODBC/src/Connector.cpp +++ b/Data/ODBC/src/Connector.cpp @@ -1,7 +1,7 @@ // // Connector.cpp // -// $Id: //poco/1.3/Data/ODBC/src/Connector.cpp#2 $ +// $Id: //poco/1.4/Data/ODBC/src/Connector.cpp#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/src/DataTypes.cpp b/Data/ODBC/src/DataTypes.cpp index 3a2d995c2..93f7bc1fa 100644 --- a/Data/ODBC/src/DataTypes.cpp +++ b/Data/ODBC/src/DataTypes.cpp @@ -1,7 +1,7 @@ // // DataTypes.cpp // -// $Id: //poco/1.3/Data/ODBC/src/DataTypes.cpp#5 $ +// $Id: //poco/1.4/Data/ODBC/src/DataTypes.cpp#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/src/EnvironmentHandle.cpp b/Data/ODBC/src/EnvironmentHandle.cpp index c5c3c912c..5116d7e43 100644 --- a/Data/ODBC/src/EnvironmentHandle.cpp +++ b/Data/ODBC/src/EnvironmentHandle.cpp @@ -1,7 +1,7 @@ // // EnvironmentHandle.cpp // -// $Id: //poco/1.3/Data/ODBC/src/EnvironmentHandle.cpp#3 $ +// $Id: //poco/1.4/Data/ODBC/src/EnvironmentHandle.cpp#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/src/Extractor.cpp b/Data/ODBC/src/Extractor.cpp index d4eb26e88..8e86ae686 100644 --- a/Data/ODBC/src/Extractor.cpp +++ b/Data/ODBC/src/Extractor.cpp @@ -1,7 +1,7 @@ // // Extractor.cpp // -// $Id: //poco/1.3/Data/ODBC/src/Extractor.cpp#8 $ +// $Id: //poco/1.4/Data/ODBC/src/Extractor.cpp#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/src/ODBCColumn.cpp b/Data/ODBC/src/ODBCColumn.cpp index 2f5da0a2f..20954a87a 100644 --- a/Data/ODBC/src/ODBCColumn.cpp +++ b/Data/ODBC/src/ODBCColumn.cpp @@ -1,7 +1,7 @@ // // ODBCColumn.cpp // -// $Id: //poco/1.3/Data/ODBC/src/ODBCColumn.cpp#9 $ +// $Id: //poco/1.4/Data/ODBC/src/ODBCColumn.cpp#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/src/ODBCException.cpp b/Data/ODBC/src/ODBCException.cpp index b96324661..4616bc6fb 100644 --- a/Data/ODBC/src/ODBCException.cpp +++ b/Data/ODBC/src/ODBCException.cpp @@ -1,7 +1,7 @@ // // ODBCException.cpp // -// $Id: //poco/1.3/Data/ODBC/src/ODBCException.cpp#3 $ +// $Id: //poco/1.4/Data/ODBC/src/ODBCException.cpp#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/src/ODBCStatementImpl.cpp b/Data/ODBC/src/ODBCStatementImpl.cpp index e957e0dcf..3b67c958f 100644 --- a/Data/ODBC/src/ODBCStatementImpl.cpp +++ b/Data/ODBC/src/ODBCStatementImpl.cpp @@ -1,7 +1,7 @@ // // ODBCStatementImpl.cpp // -// $Id: //poco/1.3/Data/ODBC/src/ODBCStatementImpl.cpp#9 $ +// $Id: //poco/1.4/Data/ODBC/src/ODBCStatementImpl.cpp#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/src/Parameter.cpp b/Data/ODBC/src/Parameter.cpp index d4330ca77..6c1fe104f 100644 --- a/Data/ODBC/src/Parameter.cpp +++ b/Data/ODBC/src/Parameter.cpp @@ -1,7 +1,7 @@ // // Parameter.cpp // -// $Id: //poco/1.3/Data/ODBC/src/Parameter.cpp#5 $ +// $Id: //poco/1.4/Data/ODBC/src/Parameter.cpp#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/src/Preparation.cpp b/Data/ODBC/src/Preparation.cpp index 68a588ed4..8097f3ef3 100644 --- a/Data/ODBC/src/Preparation.cpp +++ b/Data/ODBC/src/Preparation.cpp @@ -1,7 +1,7 @@ // // Preparation.cpp // -// $Id: //poco/1.3/Data/ODBC/src/Preparation.cpp#7 $ +// $Id: //poco/1.4/Data/ODBC/src/Preparation.cpp#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/src/SessionImpl.cpp b/Data/ODBC/src/SessionImpl.cpp index f844818fb..ff4edd225 100644 --- a/Data/ODBC/src/SessionImpl.cpp +++ b/Data/ODBC/src/SessionImpl.cpp @@ -1,7 +1,7 @@ // // SessionImpl.cpp // -// $Id: //poco/1.3/Data/ODBC/src/SessionImpl.cpp#5 $ +// $Id: //poco/1.4/Data/ODBC/src/SessionImpl.cpp#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/src/Utility.cpp b/Data/ODBC/src/Utility.cpp index 99a69dd37..c6c687066 100644 --- a/Data/ODBC/src/Utility.cpp +++ b/Data/ODBC/src/Utility.cpp @@ -1,7 +1,7 @@ // // Utility.cpp // -// $Id: //poco/1.3/Data/ODBC/src/Utility.cpp#6 $ +// $Id: //poco/1.4/Data/ODBC/src/Utility.cpp#1 $ // // Library: Data/ODBC // Package: ODBC diff --git a/Data/ODBC/testsuite/Makefile b/Data/ODBC/testsuite/Makefile index 7b713a6ff..c6afae730 100644 --- a/Data/ODBC/testsuite/Makefile +++ b/Data/ODBC/testsuite/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Data/ODBC/testsuite/Makefile#8 $ +# $Id: //poco/1.4/Data/ODBC/testsuite/Makefile#1 $ # # Makefile for Poco SQLite testsuite # diff --git a/Data/ODBC/testsuite/TestSuite.vmsbuild b/Data/ODBC/testsuite/TestSuite.vmsbuild index 172ec670e..e394a0a22 100644 --- a/Data/ODBC/testsuite/TestSuite.vmsbuild +++ b/Data/ODBC/testsuite/TestSuite.vmsbuild @@ -1,7 +1,7 @@ # # TestSuite.vmsbuild # -# $Id: //poco/1.3/Data/ODBC/testsuite/TestSuite.vmsbuild#1 $ +# $Id: //poco/1.4/Data/ODBC/testsuite/TestSuite.vmsbuild#1 $ # EXE=TestRunner SQLiteTestSuite diff --git a/Data/ODBC/testsuite/src/Driver.cpp b/Data/ODBC/testsuite/src/Driver.cpp index 1264d6d5e..806d412ff 100644 --- a/Data/ODBC/testsuite/src/Driver.cpp +++ b/Data/ODBC/testsuite/src/Driver.cpp @@ -1,7 +1,7 @@ // // Driver.cpp // -// $Id: //poco/1.3/Data/ODBC/testsuite/src/Driver.cpp#2 $ +// $Id: //poco/1.4/Data/ODBC/testsuite/src/Driver.cpp#1 $ // // Console-based test driver for Poco SQLite. // diff --git a/Data/ODBC/testsuite/src/ODBCAccessTest.cpp b/Data/ODBC/testsuite/src/ODBCAccessTest.cpp index 13a70f134..693621356 100644 --- a/Data/ODBC/testsuite/src/ODBCAccessTest.cpp +++ b/Data/ODBC/testsuite/src/ODBCAccessTest.cpp @@ -1,7 +1,7 @@ // // ODBCAccessTest.cpp // -// $Id: //poco/1.3/Data/ODBC/testsuite/src/ODBCAccessTest.cpp#3 $ +// $Id: //poco/1.4/Data/ODBC/testsuite/src/ODBCAccessTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/ODBC/testsuite/src/ODBCAccessTest.h b/Data/ODBC/testsuite/src/ODBCAccessTest.h index 0c5e4fd86..0b3189a6b 100644 --- a/Data/ODBC/testsuite/src/ODBCAccessTest.h +++ b/Data/ODBC/testsuite/src/ODBCAccessTest.h @@ -1,7 +1,7 @@ // // ODBCAccessTest.h // -// $Id: //poco/1.3/Data/ODBC/testsuite/src/ODBCAccessTest.h#2 $ +// $Id: //poco/1.4/Data/ODBC/testsuite/src/ODBCAccessTest.h#1 $ // // Definition of the ODBCAccessTest class. // diff --git a/Data/ODBC/testsuite/src/ODBCDB2Test.cpp b/Data/ODBC/testsuite/src/ODBCDB2Test.cpp index 9f532562c..84f81e433 100644 --- a/Data/ODBC/testsuite/src/ODBCDB2Test.cpp +++ b/Data/ODBC/testsuite/src/ODBCDB2Test.cpp @@ -1,7 +1,7 @@ // // ODBCDB2Test.cpp // -// $Id: //poco/1.3/Data/ODBC/testsuite/src/ODBCDB2Test.cpp#7 $ +// $Id: //poco/1.4/Data/ODBC/testsuite/src/ODBCDB2Test.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/ODBC/testsuite/src/ODBCDB2Test.h b/Data/ODBC/testsuite/src/ODBCDB2Test.h index 17cffa595..ea681b440 100644 --- a/Data/ODBC/testsuite/src/ODBCDB2Test.h +++ b/Data/ODBC/testsuite/src/ODBCDB2Test.h @@ -1,7 +1,7 @@ // // ODBCDB2Test.h // -// $Id: //poco/1.3/Data/ODBC/testsuite/src/ODBCDB2Test.h#4 $ +// $Id: //poco/1.4/Data/ODBC/testsuite/src/ODBCDB2Test.h#1 $ // // Definition of the ODBCDB2Test class. // diff --git a/Data/ODBC/testsuite/src/ODBCMySQLTest.cpp b/Data/ODBC/testsuite/src/ODBCMySQLTest.cpp index 93e85f63a..35b95c7ee 100644 --- a/Data/ODBC/testsuite/src/ODBCMySQLTest.cpp +++ b/Data/ODBC/testsuite/src/ODBCMySQLTest.cpp @@ -1,7 +1,7 @@ // // ODBCMySQLTest.cpp // -// $Id: //poco/1.3/Data/ODBC/testsuite/src/ODBCMySQLTest.cpp#8 $ +// $Id: //poco/1.4/Data/ODBC/testsuite/src/ODBCMySQLTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/ODBC/testsuite/src/ODBCMySQLTest.h b/Data/ODBC/testsuite/src/ODBCMySQLTest.h index 2c245183b..5a79f4124 100644 --- a/Data/ODBC/testsuite/src/ODBCMySQLTest.h +++ b/Data/ODBC/testsuite/src/ODBCMySQLTest.h @@ -1,7 +1,7 @@ // // ODBCMySQLTest.h // -// $Id: //poco/1.3/Data/ODBC/testsuite/src/ODBCMySQLTest.h#5 $ +// $Id: //poco/1.4/Data/ODBC/testsuite/src/ODBCMySQLTest.h#1 $ // // Definition of the ODBCMySQLTest class. // diff --git a/Data/ODBC/testsuite/src/ODBCOracleTest.cpp b/Data/ODBC/testsuite/src/ODBCOracleTest.cpp index cfb9d0e07..9120c62cd 100644 --- a/Data/ODBC/testsuite/src/ODBCOracleTest.cpp +++ b/Data/ODBC/testsuite/src/ODBCOracleTest.cpp @@ -1,7 +1,7 @@ // // ODBCOracleTest.cpp // -// $Id: //poco/1.3/Data/ODBC/testsuite/src/ODBCOracleTest.cpp#9 $ +// $Id: //poco/1.4/Data/ODBC/testsuite/src/ODBCOracleTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/ODBC/testsuite/src/ODBCOracleTest.h b/Data/ODBC/testsuite/src/ODBCOracleTest.h index 6f837beca..ba1e54898 100644 --- a/Data/ODBC/testsuite/src/ODBCOracleTest.h +++ b/Data/ODBC/testsuite/src/ODBCOracleTest.h @@ -1,7 +1,7 @@ // // ODBCOracleTest.h // -// $Id: //poco/1.3/Data/ODBC/testsuite/src/ODBCOracleTest.h#5 $ +// $Id: //poco/1.4/Data/ODBC/testsuite/src/ODBCOracleTest.h#1 $ // // Definition of the ODBCOracleTest class. // diff --git a/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.cpp b/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.cpp index cf34fc411..76c8953b3 100644 --- a/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.cpp +++ b/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.cpp @@ -1,7 +1,7 @@ // // ODBCPostgreSQLTest.cpp // -// $Id: //poco/1.3/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.cpp#7 $ +// $Id: //poco/1.4/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.h b/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.h index 40ab9b0fd..53f994cc8 100644 --- a/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.h +++ b/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.h @@ -1,7 +1,7 @@ // // ODBCPostgreSQLTest.h // -// $Id: //poco/1.3/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.h#4 $ +// $Id: //poco/1.4/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.h#1 $ // // Definition of the ODBCPostgreSQLTest class. // diff --git a/Data/ODBC/testsuite/src/ODBCSQLServerTest.cpp b/Data/ODBC/testsuite/src/ODBCSQLServerTest.cpp index 79117107e..c4abdcee2 100644 --- a/Data/ODBC/testsuite/src/ODBCSQLServerTest.cpp +++ b/Data/ODBC/testsuite/src/ODBCSQLServerTest.cpp @@ -1,7 +1,7 @@ // // ODBCSQLServerTest.cpp // -// $Id: //poco/1.3/Data/ODBC/testsuite/src/ODBCSQLServerTest.cpp#7 $ +// $Id: //poco/1.4/Data/ODBC/testsuite/src/ODBCSQLServerTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/ODBC/testsuite/src/ODBCSQLServerTest.h b/Data/ODBC/testsuite/src/ODBCSQLServerTest.h index 607c271d7..8c61e7642 100644 --- a/Data/ODBC/testsuite/src/ODBCSQLServerTest.h +++ b/Data/ODBC/testsuite/src/ODBCSQLServerTest.h @@ -1,7 +1,7 @@ // // ODBCSQLServerTest.h // -// $Id: //poco/1.3/Data/ODBC/testsuite/src/ODBCSQLServerTest.h#4 $ +// $Id: //poco/1.4/Data/ODBC/testsuite/src/ODBCSQLServerTest.h#1 $ // // Definition of the ODBCSQLServerTest class. // diff --git a/Data/ODBC/testsuite/src/ODBCSQLiteTest.cpp b/Data/ODBC/testsuite/src/ODBCSQLiteTest.cpp index 86aed0da5..5c00c3857 100644 --- a/Data/ODBC/testsuite/src/ODBCSQLiteTest.cpp +++ b/Data/ODBC/testsuite/src/ODBCSQLiteTest.cpp @@ -1,7 +1,7 @@ // // ODBCSQLiteTest.cpp // -// $Id: //poco/1.3/Data/ODBC/testsuite/src/ODBCSQLiteTest.cpp#7 $ +// $Id: //poco/1.4/Data/ODBC/testsuite/src/ODBCSQLiteTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/ODBC/testsuite/src/ODBCSQLiteTest.h b/Data/ODBC/testsuite/src/ODBCSQLiteTest.h index c94d7a90b..fd524742d 100644 --- a/Data/ODBC/testsuite/src/ODBCSQLiteTest.h +++ b/Data/ODBC/testsuite/src/ODBCSQLiteTest.h @@ -1,7 +1,7 @@ // // ODBCSQLiteTest.h // -// $Id: //poco/1.3/Data/ODBC/testsuite/src/ODBCSQLiteTest.h#4 $ +// $Id: //poco/1.4/Data/ODBC/testsuite/src/ODBCSQLiteTest.h#1 $ // // Definition of the ODBCSQLiteTest class. // diff --git a/Data/ODBC/testsuite/src/ODBCTestSuite.cpp b/Data/ODBC/testsuite/src/ODBCTestSuite.cpp index e3ebc8964..c6bd23849 100644 --- a/Data/ODBC/testsuite/src/ODBCTestSuite.cpp +++ b/Data/ODBC/testsuite/src/ODBCTestSuite.cpp @@ -1,7 +1,7 @@ // // ODBCTestSuite.cpp // -// $Id: //poco/1.3/Data/ODBC/testsuite/src/ODBCTestSuite.cpp#4 $ +// $Id: //poco/1.4/Data/ODBC/testsuite/src/ODBCTestSuite.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/ODBC/testsuite/src/ODBCTestSuite.h b/Data/ODBC/testsuite/src/ODBCTestSuite.h index b7e512808..afa5f21d8 100644 --- a/Data/ODBC/testsuite/src/ODBCTestSuite.h +++ b/Data/ODBC/testsuite/src/ODBCTestSuite.h @@ -1,7 +1,7 @@ // // ODBCTestSuite.h // -// $Id: //poco/1.3/Data/ODBC/testsuite/src/ODBCTestSuite.h#2 $ +// $Id: //poco/1.4/Data/ODBC/testsuite/src/ODBCTestSuite.h#1 $ // // Definition of the ODBCTestSuite class. // diff --git a/Data/ODBC/testsuite/src/SQLExecutor.h b/Data/ODBC/testsuite/src/SQLExecutor.h index d3b23ba4a..a5bde0826 100644 --- a/Data/ODBC/testsuite/src/SQLExecutor.h +++ b/Data/ODBC/testsuite/src/SQLExecutor.h @@ -1,7 +1,7 @@ // // SQLExecutor.h // -// $Id: //poco/1.3/Data/ODBC/testsuite/src/SQLExecutor.h#6 $ +// $Id: //poco/1.4/Data/ODBC/testsuite/src/SQLExecutor.h#1 $ // // Definition of the SQLExecutor class. // diff --git a/Data/ODBC/testsuite/src/WinDriver.cpp b/Data/ODBC/testsuite/src/WinDriver.cpp index e74190f43..3ab52f452 100644 --- a/Data/ODBC/testsuite/src/WinDriver.cpp +++ b/Data/ODBC/testsuite/src/WinDriver.cpp @@ -1,7 +1,7 @@ // // WinDriver.cpp // -// $Id: //poco/1.3/Data/ODBC/testsuite/src/WinDriver.cpp#2 $ +// $Id: //poco/1.4/Data/ODBC/testsuite/src/WinDriver.cpp#1 $ // // Windows test driver for Poco ODBC. // diff --git a/Data/SQLite/Makefile b/Data/SQLite/Makefile index 39178e2f2..bb658238c 100644 --- a/Data/SQLite/Makefile +++ b/Data/SQLite/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Data/SQLite/Makefile#8 $ +# $Id: //poco/1.4/Data/SQLite/Makefile#1 $ # # Makefile for Poco SQLite # diff --git a/Data/SQLite/SQLite.vmsbuild b/Data/SQLite/SQLite.vmsbuild index 53ec08a39..35bda22b7 100644 --- a/Data/SQLite/SQLite.vmsbuild +++ b/Data/SQLite/SQLite.vmsbuild @@ -1,7 +1,7 @@ # # SQLite.vmsbuild # -# $Id: //poco/1.3/Data/SQLite/SQLite.vmsbuild#1 $ +# $Id: //poco/1.4/Data/SQLite/SQLite.vmsbuild#1 $ # LIB=PocoSQLite Binder diff --git a/Data/SQLite/include/Poco/Data/SQLite/Binder.h b/Data/SQLite/include/Poco/Data/SQLite/Binder.h index 74b9291ce..5af45d149 100644 --- a/Data/SQLite/include/Poco/Data/SQLite/Binder.h +++ b/Data/SQLite/include/Poco/Data/SQLite/Binder.h @@ -1,7 +1,7 @@ // // Binder.h // -// $Id: //poco/1.3/Data/SQLite/include/Poco/Data/SQLite/Binder.h#4 $ +// $Id: //poco/1.4/Data/SQLite/include/Poco/Data/SQLite/Binder.h#1 $ // // Library: Data/SQLite // Package: SQLite diff --git a/Data/SQLite/include/Poco/Data/SQLite/Connector.h b/Data/SQLite/include/Poco/Data/SQLite/Connector.h index 95edcbc75..eda5bb0ef 100644 --- a/Data/SQLite/include/Poco/Data/SQLite/Connector.h +++ b/Data/SQLite/include/Poco/Data/SQLite/Connector.h @@ -1,7 +1,7 @@ // // Connector.h // -// $Id: //poco/1.3/Data/SQLite/include/Poco/Data/SQLite/Connector.h#4 $ +// $Id: //poco/1.4/Data/SQLite/include/Poco/Data/SQLite/Connector.h#1 $ // // Library: Data/SQLite // Package: SQLite diff --git a/Data/SQLite/include/Poco/Data/SQLite/Extractor.h b/Data/SQLite/include/Poco/Data/SQLite/Extractor.h index 87f4ae4ed..a2a41adb7 100644 --- a/Data/SQLite/include/Poco/Data/SQLite/Extractor.h +++ b/Data/SQLite/include/Poco/Data/SQLite/Extractor.h @@ -1,7 +1,7 @@ // // Extractor.h // -// $Id: //poco/1.3/Data/SQLite/include/Poco/Data/SQLite/Extractor.h#3 $ +// $Id: //poco/1.4/Data/SQLite/include/Poco/Data/SQLite/Extractor.h#1 $ // // Library: Data/SQLite // Package: SQLite diff --git a/Data/SQLite/include/Poco/Data/SQLite/SQLite.h b/Data/SQLite/include/Poco/Data/SQLite/SQLite.h index 37a06dc84..0c52a569d 100644 --- a/Data/SQLite/include/Poco/Data/SQLite/SQLite.h +++ b/Data/SQLite/include/Poco/Data/SQLite/SQLite.h @@ -1,7 +1,7 @@ // // SQLite.h // -// $Id: //poco/1.3/Data/SQLite/include/Poco/Data/SQLite/SQLite.h#4 $ +// $Id: //poco/1.4/Data/SQLite/include/Poco/Data/SQLite/SQLite.h#1 $ // // Library: Data/SQLite // Package: SQLIte diff --git a/Data/SQLite/include/Poco/Data/SQLite/SQLiteException.h b/Data/SQLite/include/Poco/Data/SQLite/SQLiteException.h index a6258fbe2..39368c472 100644 --- a/Data/SQLite/include/Poco/Data/SQLite/SQLiteException.h +++ b/Data/SQLite/include/Poco/Data/SQLite/SQLiteException.h @@ -1,7 +1,7 @@ // // SQLiteException.h // -// $Id: //poco/1.3/Data/SQLite/include/Poco/Data/SQLite/SQLiteException.h#6 $ +// $Id: //poco/1.4/Data/SQLite/include/Poco/Data/SQLite/SQLiteException.h#1 $ // // Library: Data/SQLite // Package: SQLite diff --git a/Data/SQLite/include/Poco/Data/SQLite/SQLiteStatementImpl.h b/Data/SQLite/include/Poco/Data/SQLite/SQLiteStatementImpl.h index 6ea91086d..3b5a576ff 100644 --- a/Data/SQLite/include/Poco/Data/SQLite/SQLiteStatementImpl.h +++ b/Data/SQLite/include/Poco/Data/SQLite/SQLiteStatementImpl.h @@ -1,7 +1,7 @@ // // SQLiteStatementImpl.h // -// $Id: //poco/1.3/Data/SQLite/include/Poco/Data/SQLite/SQLiteStatementImpl.h#4 $ +// $Id: //poco/1.4/Data/SQLite/include/Poco/Data/SQLite/SQLiteStatementImpl.h#1 $ // // Library: Data/SQLite // Package: SQLite diff --git a/Data/SQLite/include/Poco/Data/SQLite/SessionImpl.h b/Data/SQLite/include/Poco/Data/SQLite/SessionImpl.h index 276e5ff3e..554a9bf61 100644 --- a/Data/SQLite/include/Poco/Data/SQLite/SessionImpl.h +++ b/Data/SQLite/include/Poco/Data/SQLite/SessionImpl.h @@ -1,7 +1,7 @@ // // SessionImpl.h // -// $Id: //poco/1.3/Data/SQLite/include/Poco/Data/SQLite/SessionImpl.h#9 $ +// $Id: //poco/1.4/Data/SQLite/include/Poco/Data/SQLite/SessionImpl.h#1 $ // // Library: Data/SQLite // Package: SQLite diff --git a/Data/SQLite/include/Poco/Data/SQLite/Utility.h b/Data/SQLite/include/Poco/Data/SQLite/Utility.h index 3b6101ea4..c3e5354f8 100644 --- a/Data/SQLite/include/Poco/Data/SQLite/Utility.h +++ b/Data/SQLite/include/Poco/Data/SQLite/Utility.h @@ -1,7 +1,7 @@ // // Utility.h // -// $Id: //poco/1.3/Data/SQLite/include/Poco/Data/SQLite/Utility.h#5 $ +// $Id: //poco/1.4/Data/SQLite/include/Poco/Data/SQLite/Utility.h#1 $ // // Library: Data/SQLite // Package: SQLite diff --git a/Data/SQLite/src/Binder.cpp b/Data/SQLite/src/Binder.cpp index 82a8f07a6..868c77bf4 100644 --- a/Data/SQLite/src/Binder.cpp +++ b/Data/SQLite/src/Binder.cpp @@ -1,7 +1,7 @@ // // Binder.cpp // -// $Id: //poco/1.3/Data/SQLite/src/Binder.cpp#5 $ +// $Id: //poco/1.4/Data/SQLite/src/Binder.cpp#1 $ // // Library: Data/SQLite // Package: SQLite diff --git a/Data/SQLite/src/Connector.cpp b/Data/SQLite/src/Connector.cpp index 555c5a0e2..a7f15b348 100644 --- a/Data/SQLite/src/Connector.cpp +++ b/Data/SQLite/src/Connector.cpp @@ -1,7 +1,7 @@ // // Connector.cpp // -// $Id: //poco/1.3/Data/SQLite/src/Connector.cpp#6 $ +// $Id: //poco/1.4/Data/SQLite/src/Connector.cpp#1 $ // // Library: Data/SQLite // Package: SQLite diff --git a/Data/SQLite/src/Extractor.cpp b/Data/SQLite/src/Extractor.cpp index 0a21fe953..a360822d4 100644 --- a/Data/SQLite/src/Extractor.cpp +++ b/Data/SQLite/src/Extractor.cpp @@ -1,7 +1,7 @@ // // Extractor.cpp // -// $Id: //poco/1.3/Data/SQLite/src/Extractor.cpp#4 $ +// $Id: //poco/1.4/Data/SQLite/src/Extractor.cpp#1 $ // // Library: Data/SQLite // Package: SQLite diff --git a/Data/SQLite/src/SQLiteException.cpp b/Data/SQLite/src/SQLiteException.cpp index e4f9d5c50..101c10827 100644 --- a/Data/SQLite/src/SQLiteException.cpp +++ b/Data/SQLite/src/SQLiteException.cpp @@ -1,7 +1,7 @@ // // SQLiteException.cpp // -// $Id: //poco/1.3/Data/SQLite/src/SQLiteException.cpp#7 $ +// $Id: //poco/1.4/Data/SQLite/src/SQLiteException.cpp#1 $ // // Library: Data/SQLite // Package: SQLite diff --git a/Data/SQLite/src/SQLiteStatementImpl.cpp b/Data/SQLite/src/SQLiteStatementImpl.cpp index 8fc8c21b1..840471231 100644 --- a/Data/SQLite/src/SQLiteStatementImpl.cpp +++ b/Data/SQLite/src/SQLiteStatementImpl.cpp @@ -1,7 +1,7 @@ // // SQLiteStatementImpl.cpp // -// $Id: //poco/1.3/Data/SQLite/src/SQLiteStatementImpl.cpp#12 $ +// $Id: //poco/1.4/Data/SQLite/src/SQLiteStatementImpl.cpp#1 $ // // Library: Data/SQLite // Package: SQLite diff --git a/Data/SQLite/src/SessionImpl.cpp b/Data/SQLite/src/SessionImpl.cpp index a66732be0..074115ebb 100644 --- a/Data/SQLite/src/SessionImpl.cpp +++ b/Data/SQLite/src/SessionImpl.cpp @@ -1,7 +1,7 @@ // // SessionImpl.cpp // -// $Id: //poco/1.3/Data/SQLite/src/SessionImpl.cpp#9 $ +// $Id: //poco/1.4/Data/SQLite/src/SessionImpl.cpp#1 $ // // Library: Data/SQLite // Package: SQLite diff --git a/Data/SQLite/src/Utility.cpp b/Data/SQLite/src/Utility.cpp index 691f8cc12..8f28ab3e3 100644 --- a/Data/SQLite/src/Utility.cpp +++ b/Data/SQLite/src/Utility.cpp @@ -1,7 +1,7 @@ // // Utility.cpp // -// $Id: //poco/1.3/Data/SQLite/src/Utility.cpp#11 $ +// $Id: //poco/1.4/Data/SQLite/src/Utility.cpp#1 $ // // Library: Data/SQLite // Package: SQLite diff --git a/Data/SQLite/testsuite/Makefile b/Data/SQLite/testsuite/Makefile index 0331e5601..7e0152b7f 100644 --- a/Data/SQLite/testsuite/Makefile +++ b/Data/SQLite/testsuite/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Data/SQLite/testsuite/Makefile#1 $ +# $Id: //poco/1.4/Data/SQLite/testsuite/Makefile#1 $ # # Makefile for Poco SQLite testsuite # diff --git a/Data/SQLite/testsuite/TestSuite.vmsbuild b/Data/SQLite/testsuite/TestSuite.vmsbuild index 80a8a5aeb..dd45c441a 100644 --- a/Data/SQLite/testsuite/TestSuite.vmsbuild +++ b/Data/SQLite/testsuite/TestSuite.vmsbuild @@ -1,7 +1,7 @@ # # TestSuite.vmsbuild # -# $Id: //poco/1.3/Data/SQLite/testsuite/TestSuite.vmsbuild#1 $ +# $Id: //poco/1.4/Data/SQLite/testsuite/TestSuite.vmsbuild#1 $ # EXE=TestRunner SQLiteTestSuite diff --git a/Data/SQLite/testsuite/src/Driver.cpp b/Data/SQLite/testsuite/src/Driver.cpp index 9fb600f86..1473db09e 100644 --- a/Data/SQLite/testsuite/src/Driver.cpp +++ b/Data/SQLite/testsuite/src/Driver.cpp @@ -1,7 +1,7 @@ // // Driver.cpp // -// $Id: //poco/1.3/Data/SQLite/testsuite/src/Driver.cpp#2 $ +// $Id: //poco/1.4/Data/SQLite/testsuite/src/Driver.cpp#1 $ // // Console-based test driver for Poco SQLite. // diff --git a/Data/SQLite/testsuite/src/SQLiteTest.cpp b/Data/SQLite/testsuite/src/SQLiteTest.cpp index ce64d2808..f131b988b 100644 --- a/Data/SQLite/testsuite/src/SQLiteTest.cpp +++ b/Data/SQLite/testsuite/src/SQLiteTest.cpp @@ -1,7 +1,7 @@ // // SQLiteTest.cpp // -// $Id: //poco/1.3/Data/SQLite/testsuite/src/SQLiteTest.cpp#7 $ +// $Id: //poco/1.4/Data/SQLite/testsuite/src/SQLiteTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/SQLite/testsuite/src/SQLiteTest.h b/Data/SQLite/testsuite/src/SQLiteTest.h index 17feb4b45..b7168a66b 100644 --- a/Data/SQLite/testsuite/src/SQLiteTest.h +++ b/Data/SQLite/testsuite/src/SQLiteTest.h @@ -1,7 +1,7 @@ // // SQLiteTest.h // -// $Id: //poco/1.3/Data/SQLite/testsuite/src/SQLiteTest.h#5 $ +// $Id: //poco/1.4/Data/SQLite/testsuite/src/SQLiteTest.h#1 $ // // Definition of the SQLiteTest class. // diff --git a/Data/SQLite/testsuite/src/SQLiteTestSuite.cpp b/Data/SQLite/testsuite/src/SQLiteTestSuite.cpp index 5842f327a..5f0df71e7 100644 --- a/Data/SQLite/testsuite/src/SQLiteTestSuite.cpp +++ b/Data/SQLite/testsuite/src/SQLiteTestSuite.cpp @@ -1,7 +1,7 @@ // // SQLiteTestSuite.cpp // -// $Id: //poco/1.3/Data/SQLite/testsuite/src/SQLiteTestSuite.cpp#2 $ +// $Id: //poco/1.4/Data/SQLite/testsuite/src/SQLiteTestSuite.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/SQLite/testsuite/src/SQLiteTestSuite.h b/Data/SQLite/testsuite/src/SQLiteTestSuite.h index 261c168e6..c7b28f848 100644 --- a/Data/SQLite/testsuite/src/SQLiteTestSuite.h +++ b/Data/SQLite/testsuite/src/SQLiteTestSuite.h @@ -1,7 +1,7 @@ // // SQLiteTestSuite.h // -// $Id: //poco/1.3/Data/SQLite/testsuite/src/SQLiteTestSuite.h#2 $ +// $Id: //poco/1.4/Data/SQLite/testsuite/src/SQLiteTestSuite.h#1 $ // // Definition of the SQLiteTestSuite class. // diff --git a/Data/SQLite/testsuite/src/WinDriver.cpp b/Data/SQLite/testsuite/src/WinDriver.cpp index 645502515..00c8ed480 100644 --- a/Data/SQLite/testsuite/src/WinDriver.cpp +++ b/Data/SQLite/testsuite/src/WinDriver.cpp @@ -1,7 +1,7 @@ // // WinDriver.cpp // -// $Id: //poco/1.3/Data/SQLite/testsuite/src/WinDriver.cpp#2 $ +// $Id: //poco/1.4/Data/SQLite/testsuite/src/WinDriver.cpp#1 $ // // Windows test driver for Poco SQLite. // diff --git a/Data/include/Poco/Data/AbstractBinder.h b/Data/include/Poco/Data/AbstractBinder.h index c3301cf2b..cb4e90dfe 100644 --- a/Data/include/Poco/Data/AbstractBinder.h +++ b/Data/include/Poco/Data/AbstractBinder.h @@ -1,7 +1,7 @@ // // AbstractBinder.h // -// $Id: //poco/1.3/Data/include/Poco/Data/AbstractBinder.h#3 $ +// $Id: //poco/1.4/Data/include/Poco/Data/AbstractBinder.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/AbstractBinding.h b/Data/include/Poco/Data/AbstractBinding.h index 83103557c..98cf502a4 100644 --- a/Data/include/Poco/Data/AbstractBinding.h +++ b/Data/include/Poco/Data/AbstractBinding.h @@ -1,7 +1,7 @@ // // AbstractBinding.h // -// $Id: //poco/1.3/Data/include/Poco/Data/AbstractBinding.h#1 $ +// $Id: //poco/1.4/Data/include/Poco/Data/AbstractBinding.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/AbstractExtraction.h b/Data/include/Poco/Data/AbstractExtraction.h index 8fd58f0d3..9242d7dae 100644 --- a/Data/include/Poco/Data/AbstractExtraction.h +++ b/Data/include/Poco/Data/AbstractExtraction.h @@ -1,7 +1,7 @@ // // AbstractExtraction.h // -// $Id: //poco/1.3/Data/include/Poco/Data/AbstractExtraction.h#1 $ +// $Id: //poco/1.4/Data/include/Poco/Data/AbstractExtraction.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/AbstractExtractor.h b/Data/include/Poco/Data/AbstractExtractor.h index b8cba6151..b24719830 100644 --- a/Data/include/Poco/Data/AbstractExtractor.h +++ b/Data/include/Poco/Data/AbstractExtractor.h @@ -1,7 +1,7 @@ // // AbstractExtractor.h // -// $Id: //poco/1.3/Data/include/Poco/Data/AbstractExtractor.h#2 $ +// $Id: //poco/1.4/Data/include/Poco/Data/AbstractExtractor.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/AbstractPreparation.h b/Data/include/Poco/Data/AbstractPreparation.h index 1cf82c102..7fd929925 100644 --- a/Data/include/Poco/Data/AbstractPreparation.h +++ b/Data/include/Poco/Data/AbstractPreparation.h @@ -1,7 +1,7 @@ // // AbstractPreparation.h // -// $Id: //poco/1.3/Data/include/Poco/Data/AbstractPreparation.h#2 $ +// $Id: //poco/1.4/Data/include/Poco/Data/AbstractPreparation.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/AbstractPrepare.h b/Data/include/Poco/Data/AbstractPrepare.h index eb6a30d27..45a5e78eb 100644 --- a/Data/include/Poco/Data/AbstractPrepare.h +++ b/Data/include/Poco/Data/AbstractPrepare.h @@ -1,7 +1,7 @@ // // AbstractPrepare.h // -// $Id: //poco/1.3/Data/include/Poco/Data/AbstractPrepare.h#2 $ +// $Id: //poco/1.4/Data/include/Poco/Data/AbstractPrepare.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/AbstractSessionImpl.h b/Data/include/Poco/Data/AbstractSessionImpl.h index 61e8dd822..28ee349f2 100644 --- a/Data/include/Poco/Data/AbstractSessionImpl.h +++ b/Data/include/Poco/Data/AbstractSessionImpl.h @@ -1,7 +1,7 @@ // // AbstractSessionImpl.h // -// $Id: //poco/1.3/Data/include/Poco/Data/AbstractSessionImpl.h#2 $ +// $Id: //poco/1.4/Data/include/Poco/Data/AbstractSessionImpl.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/BLOB.h b/Data/include/Poco/Data/BLOB.h index 960401847..ed189dac5 100644 --- a/Data/include/Poco/Data/BLOB.h +++ b/Data/include/Poco/Data/BLOB.h @@ -1,7 +1,7 @@ // // BLOB.h // -// $Id: //poco/1.3/Data/include/Poco/Data/BLOB.h#9 $ +// $Id: //poco/1.4/Data/include/Poco/Data/BLOB.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/BLOBStream.h b/Data/include/Poco/Data/BLOBStream.h index 2d9cc39e8..8ba4f8ec8 100644 --- a/Data/include/Poco/Data/BLOBStream.h +++ b/Data/include/Poco/Data/BLOBStream.h @@ -1,7 +1,7 @@ // // BLOBStream.h // -// $Id: //poco/1.3/Data/include/Poco/Data/BLOBStream.h#3 $ +// $Id: //poco/1.4/Data/include/Poco/Data/BLOBStream.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/Binding.h b/Data/include/Poco/Data/Binding.h index b768eff0f..ee5de9a11 100644 --- a/Data/include/Poco/Data/Binding.h +++ b/Data/include/Poco/Data/Binding.h @@ -1,7 +1,7 @@ // // Binding.h // -// $Id: //poco/1.3/Data/include/Poco/Data/Binding.h#1 $ +// $Id: //poco/1.4/Data/include/Poco/Data/Binding.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/Column.h b/Data/include/Poco/Data/Column.h index ab0e98805..f8127c0ca 100644 --- a/Data/include/Poco/Data/Column.h +++ b/Data/include/Poco/Data/Column.h @@ -1,7 +1,7 @@ // // Column.h // -// $Id: //poco/1.3/Data/include/Poco/Data/Column.h#3 $ +// $Id: //poco/1.4/Data/include/Poco/Data/Column.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/Common.h b/Data/include/Poco/Data/Common.h index 7b98f347b..23522f007 100644 --- a/Data/include/Poco/Data/Common.h +++ b/Data/include/Poco/Data/Common.h @@ -1,7 +1,7 @@ // // Common.h // -// $Id: //poco/1.3/Data/include/Poco/Data/Common.h#1 $ +// $Id: //poco/1.4/Data/include/Poco/Data/Common.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/Connector.h b/Data/include/Poco/Data/Connector.h index 9cdb3a2c3..19a51e54b 100644 --- a/Data/include/Poco/Data/Connector.h +++ b/Data/include/Poco/Data/Connector.h @@ -1,7 +1,7 @@ // // Connector.h // -// $Id: //poco/1.3/Data/include/Poco/Data/Connector.h#1 $ +// $Id: //poco/1.4/Data/include/Poco/Data/Connector.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/Data.h b/Data/include/Poco/Data/Data.h index 3f65c2961..21b2ad669 100644 --- a/Data/include/Poco/Data/Data.h +++ b/Data/include/Poco/Data/Data.h @@ -1,7 +1,7 @@ // // Data.h // -// $Id: //poco/1.3/Data/include/Poco/Data/Data.h#3 $ +// $Id: //poco/1.4/Data/include/Poco/Data/Data.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/DataException.h b/Data/include/Poco/Data/DataException.h index 20a5ac2b0..9e071b479 100644 --- a/Data/include/Poco/Data/DataException.h +++ b/Data/include/Poco/Data/DataException.h @@ -1,7 +1,7 @@ // // DataException.h // -// $Id: //poco/1.3/Data/include/Poco/Data/DataException.h#1 $ +// $Id: //poco/1.4/Data/include/Poco/Data/DataException.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/Extraction.h b/Data/include/Poco/Data/Extraction.h index 366adeefd..64f6489f3 100644 --- a/Data/include/Poco/Data/Extraction.h +++ b/Data/include/Poco/Data/Extraction.h @@ -1,7 +1,7 @@ // // Extraction.h // -// $Id: //poco/1.3/Data/include/Poco/Data/Extraction.h#2 $ +// $Id: //poco/1.4/Data/include/Poco/Data/Extraction.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/Limit.h b/Data/include/Poco/Data/Limit.h index 3d73315cb..43cd3876b 100644 --- a/Data/include/Poco/Data/Limit.h +++ b/Data/include/Poco/Data/Limit.h @@ -1,7 +1,7 @@ // // Limit.h // -// $Id: //poco/1.3/Data/include/Poco/Data/Limit.h#1 $ +// $Id: //poco/1.4/Data/include/Poco/Data/Limit.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/MetaColumn.h b/Data/include/Poco/Data/MetaColumn.h index 0aca25cb2..9f24ec695 100644 --- a/Data/include/Poco/Data/MetaColumn.h +++ b/Data/include/Poco/Data/MetaColumn.h @@ -1,7 +1,7 @@ // // MetaColumn.h // -// $Id: //poco/1.3/Data/include/Poco/Data/MetaColumn.h#2 $ +// $Id: //poco/1.4/Data/include/Poco/Data/MetaColumn.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/PooledSessionHolder.h b/Data/include/Poco/Data/PooledSessionHolder.h index cd8707564..1da9b004e 100644 --- a/Data/include/Poco/Data/PooledSessionHolder.h +++ b/Data/include/Poco/Data/PooledSessionHolder.h @@ -1,7 +1,7 @@ // // PooledSessionHolder.h // -// $Id: //poco/1.3/Data/include/Poco/Data/PooledSessionHolder.h#1 $ +// $Id: //poco/1.4/Data/include/Poco/Data/PooledSessionHolder.h#1 $ // // Library: Data // Package: SessionPooling diff --git a/Data/include/Poco/Data/PooledSessionImpl.h b/Data/include/Poco/Data/PooledSessionImpl.h index 19001b741..6e8cc63ae 100644 --- a/Data/include/Poco/Data/PooledSessionImpl.h +++ b/Data/include/Poco/Data/PooledSessionImpl.h @@ -1,7 +1,7 @@ // // PooledSessionImpl.h // -// $Id: //poco/1.3/Data/include/Poco/Data/PooledSessionImpl.h#2 $ +// $Id: //poco/1.4/Data/include/Poco/Data/PooledSessionImpl.h#1 $ // // Library: Data // Package: SessionPooling diff --git a/Data/include/Poco/Data/Prepare.h b/Data/include/Poco/Data/Prepare.h index 30116d93f..0f187c088 100644 --- a/Data/include/Poco/Data/Prepare.h +++ b/Data/include/Poco/Data/Prepare.h @@ -1,7 +1,7 @@ // // Prepare.h // -// $Id: //poco/1.3/Data/include/Poco/Data/Prepare.h#2 $ +// $Id: //poco/1.4/Data/include/Poco/Data/Prepare.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/Range.h b/Data/include/Poco/Data/Range.h index a49442fb7..7c02b6cce 100644 --- a/Data/include/Poco/Data/Range.h +++ b/Data/include/Poco/Data/Range.h @@ -1,7 +1,7 @@ // // Range.h // -// $Id: //poco/1.3/Data/include/Poco/Data/Range.h#2 $ +// $Id: //poco/1.4/Data/include/Poco/Data/Range.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/RecordSet.h b/Data/include/Poco/Data/RecordSet.h index 31a60b070..334b677e8 100644 --- a/Data/include/Poco/Data/RecordSet.h +++ b/Data/include/Poco/Data/RecordSet.h @@ -1,7 +1,7 @@ // // RecordSet.h // -// $Id: //poco/1.3/Data/include/Poco/Data/RecordSet.h#4 $ +// $Id: //poco/1.4/Data/include/Poco/Data/RecordSet.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/Session.h b/Data/include/Poco/Data/Session.h index bb932fbc8..245eab59a 100644 --- a/Data/include/Poco/Data/Session.h +++ b/Data/include/Poco/Data/Session.h @@ -1,7 +1,7 @@ // // Session.h // -// $Id: //poco/1.3/Data/include/Poco/Data/Session.h#3 $ +// $Id: //poco/1.4/Data/include/Poco/Data/Session.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/SessionFactory.h b/Data/include/Poco/Data/SessionFactory.h index 24135e0f6..608f9824b 100644 --- a/Data/include/Poco/Data/SessionFactory.h +++ b/Data/include/Poco/Data/SessionFactory.h @@ -1,7 +1,7 @@ // // SessionFactory.h // -// $Id: //poco/1.3/Data/include/Poco/Data/SessionFactory.h#4 $ +// $Id: //poco/1.4/Data/include/Poco/Data/SessionFactory.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/SessionImpl.h b/Data/include/Poco/Data/SessionImpl.h index 7b43fce95..ac0072c2f 100644 --- a/Data/include/Poco/Data/SessionImpl.h +++ b/Data/include/Poco/Data/SessionImpl.h @@ -1,7 +1,7 @@ // // SessionImpl.h // -// $Id: //poco/1.3/Data/include/Poco/Data/SessionImpl.h#2 $ +// $Id: //poco/1.4/Data/include/Poco/Data/SessionImpl.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/SessionPool.h b/Data/include/Poco/Data/SessionPool.h index dc24ad42b..e4d1f112d 100644 --- a/Data/include/Poco/Data/SessionPool.h +++ b/Data/include/Poco/Data/SessionPool.h @@ -1,7 +1,7 @@ // // SessionPool.h // -// $Id: //poco/1.3/Data/include/Poco/Data/SessionPool.h#5 $ +// $Id: //poco/1.4/Data/include/Poco/Data/SessionPool.h#1 $ // // Library: Data // Package: SessionPooling diff --git a/Data/include/Poco/Data/Statement.h b/Data/include/Poco/Data/Statement.h index dda4170f2..b891f39c4 100644 --- a/Data/include/Poco/Data/Statement.h +++ b/Data/include/Poco/Data/Statement.h @@ -1,7 +1,7 @@ // // Statement.h // -// $Id: //poco/1.3/Data/include/Poco/Data/Statement.h#4 $ +// $Id: //poco/1.4/Data/include/Poco/Data/Statement.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/StatementCreator.h b/Data/include/Poco/Data/StatementCreator.h index 71d3b1541..4f02e3cbb 100644 --- a/Data/include/Poco/Data/StatementCreator.h +++ b/Data/include/Poco/Data/StatementCreator.h @@ -1,7 +1,7 @@ // // StatementCreator.h // -// $Id: //poco/1.3/Data/include/Poco/Data/StatementCreator.h#2 $ +// $Id: //poco/1.4/Data/include/Poco/Data/StatementCreator.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/StatementImpl.h b/Data/include/Poco/Data/StatementImpl.h index c0322098e..8b9e0b924 100644 --- a/Data/include/Poco/Data/StatementImpl.h +++ b/Data/include/Poco/Data/StatementImpl.h @@ -1,7 +1,7 @@ // // StatementImpl.h // -// $Id: //poco/1.3/Data/include/Poco/Data/StatementImpl.h#2 $ +// $Id: //poco/1.4/Data/include/Poco/Data/StatementImpl.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/include/Poco/Data/TypeHandler.h b/Data/include/Poco/Data/TypeHandler.h index d2382539b..e259b9409 100644 --- a/Data/include/Poco/Data/TypeHandler.h +++ b/Data/include/Poco/Data/TypeHandler.h @@ -1,7 +1,7 @@ // // TypeHandler.h // -// $Id: //poco/1.3/Data/include/Poco/Data/TypeHandler.h#4 $ +// $Id: //poco/1.4/Data/include/Poco/Data/TypeHandler.h#1 $ // // Library: Data // Package: DataCore diff --git a/Data/samples/Binding/Makefile b/Data/samples/Binding/Makefile index ea477ded9..a0e646d8d 100644 --- a/Data/samples/Binding/Makefile +++ b/Data/samples/Binding/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Data/samples/Binding/Makefile#2 $ +# $Id: //poco/1.4/Data/samples/Binding/Makefile#1 $ # # Makefile for Poco Data Binding sample # diff --git a/Data/samples/Binding/src/Binding.cpp b/Data/samples/Binding/src/Binding.cpp index 87dbcbd27..aa2687e85 100644 --- a/Data/samples/Binding/src/Binding.cpp +++ b/Data/samples/Binding/src/Binding.cpp @@ -1,7 +1,7 @@ // // Binding.cpp // -// $Id: //poco/1.3/Data/samples/Binding/src/Binding.cpp#7 $ +// $Id: //poco/1.4/Data/samples/Binding/src/Binding.cpp#1 $ // // This sample demonstrates the Data library. // diff --git a/Data/samples/Makefile b/Data/samples/Makefile index dddf376ba..b7edf5c61 100644 --- a/Data/samples/Makefile +++ b/Data/samples/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Data/samples/Makefile#1 $ +# $Id: //poco/1.4/Data/samples/Makefile#1 $ # # Makefile for Poco Data Samples # diff --git a/Data/samples/RecordSet/Makefile b/Data/samples/RecordSet/Makefile index 7d08ed9ba..0de720402 100644 --- a/Data/samples/RecordSet/Makefile +++ b/Data/samples/RecordSet/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Data/samples/RecordSet/Makefile#2 $ +# $Id: //poco/1.4/Data/samples/RecordSet/Makefile#1 $ # # Makefile for Poco Data RecordSet sample # diff --git a/Data/samples/RecordSet/src/RecordSet.cpp b/Data/samples/RecordSet/src/RecordSet.cpp index 9549905da..e0a2fe3fc 100644 --- a/Data/samples/RecordSet/src/RecordSet.cpp +++ b/Data/samples/RecordSet/src/RecordSet.cpp @@ -1,7 +1,7 @@ // // RecordSet.cpp // -// $Id: //poco/1.3/Data/samples/RecordSet/src/RecordSet.cpp#3 $ +// $Id: //poco/1.4/Data/samples/RecordSet/src/RecordSet.cpp#1 $ // // This sample demonstrates the Data library. // diff --git a/Data/samples/Tuple/Makefile b/Data/samples/Tuple/Makefile index 16da67f02..fa9e3c228 100644 --- a/Data/samples/Tuple/Makefile +++ b/Data/samples/Tuple/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Data/samples/Tuple/Makefile#2 $ +# $Id: //poco/1.4/Data/samples/Tuple/Makefile#1 $ # # Makefile for Poco Data Tuple sample # diff --git a/Data/samples/Tuple/src/Tuple.cpp b/Data/samples/Tuple/src/Tuple.cpp index a70e62d21..2763fd809 100644 --- a/Data/samples/Tuple/src/Tuple.cpp +++ b/Data/samples/Tuple/src/Tuple.cpp @@ -1,7 +1,7 @@ // // Tuple.cpp // -// $Id: //poco/1.3/Data/samples/Tuple/src/Tuple.cpp#4 $ +// $Id: //poco/1.4/Data/samples/Tuple/src/Tuple.cpp#1 $ // // This sample demonstrates the Data library. // diff --git a/Data/samples/TypeHandler/Makefile b/Data/samples/TypeHandler/Makefile index af9ffb731..6b4ecc14a 100644 --- a/Data/samples/TypeHandler/Makefile +++ b/Data/samples/TypeHandler/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Data/samples/TypeHandler/Makefile#2 $ +# $Id: //poco/1.4/Data/samples/TypeHandler/Makefile#1 $ # # Makefile for Poco Data TypeHandler sample # diff --git a/Data/samples/TypeHandler/src/TypeHandler.cpp b/Data/samples/TypeHandler/src/TypeHandler.cpp index fe4f9a6eb..4820e2ecb 100644 --- a/Data/samples/TypeHandler/src/TypeHandler.cpp +++ b/Data/samples/TypeHandler/src/TypeHandler.cpp @@ -1,7 +1,7 @@ // // TypeHandler.cpp // -// $Id: //poco/1.3/Data/samples/TypeHandler/src/TypeHandler.cpp#5 $ +// $Id: //poco/1.4/Data/samples/TypeHandler/src/TypeHandler.cpp#1 $ // // This sample demonstrates the Data library. // diff --git a/Data/src/AbstractBinder.cpp b/Data/src/AbstractBinder.cpp index 40db388e8..20b34528e 100644 --- a/Data/src/AbstractBinder.cpp +++ b/Data/src/AbstractBinder.cpp @@ -1,7 +1,7 @@ // // AbstractBinder.cpp // -// $Id: //poco/1.3/Data/src/AbstractBinder.cpp#1 $ +// $Id: //poco/1.4/Data/src/AbstractBinder.cpp#1 $ // // Library: Data // Package: DataCore diff --git a/Data/src/AbstractBinding.cpp b/Data/src/AbstractBinding.cpp index c1ad3306e..95744b648 100644 --- a/Data/src/AbstractBinding.cpp +++ b/Data/src/AbstractBinding.cpp @@ -1,7 +1,7 @@ // // AbstractBinding.cpp // -// $Id: //poco/1.3/Data/src/AbstractBinding.cpp#1 $ +// $Id: //poco/1.4/Data/src/AbstractBinding.cpp#1 $ // // Library: Data // Package: DataCore diff --git a/Data/src/AbstractExtraction.cpp b/Data/src/AbstractExtraction.cpp index 4efdec65f..291ab0600 100644 --- a/Data/src/AbstractExtraction.cpp +++ b/Data/src/AbstractExtraction.cpp @@ -1,7 +1,7 @@ // // AbstractExtraction.cpp // -// $Id: //poco/1.3/Data/src/AbstractExtraction.cpp#1 $ +// $Id: //poco/1.4/Data/src/AbstractExtraction.cpp#1 $ // // Library: Data // Package: DataCore diff --git a/Data/src/AbstractExtractor.cpp b/Data/src/AbstractExtractor.cpp index a815b83f8..ddfc2f299 100644 --- a/Data/src/AbstractExtractor.cpp +++ b/Data/src/AbstractExtractor.cpp @@ -1,7 +1,7 @@ // // AbstractExtractor.cpp // -// $Id: //poco/1.3/Data/src/AbstractExtractor.cpp#1 $ +// $Id: //poco/1.4/Data/src/AbstractExtractor.cpp#1 $ // // Library: Data // Package: DataCore diff --git a/Data/src/AbstractPreparation.cpp b/Data/src/AbstractPreparation.cpp index 8656c2eb9..a23dab44f 100644 --- a/Data/src/AbstractPreparation.cpp +++ b/Data/src/AbstractPreparation.cpp @@ -1,7 +1,7 @@ // // AbstractPreparation.cpp // -// $Id: //poco/1.3/Data/src/AbstractPreparation.cpp#1 $ +// $Id: //poco/1.4/Data/src/AbstractPreparation.cpp#1 $ // // Library: Data // Package: DataCore diff --git a/Data/src/AbstractPrepare.cpp b/Data/src/AbstractPrepare.cpp index 1dd4a36fb..b15f02990 100644 --- a/Data/src/AbstractPrepare.cpp +++ b/Data/src/AbstractPrepare.cpp @@ -1,7 +1,7 @@ // // AbstractPrepare.cpp // -// $Id: //poco/1.3/Data/src/AbstractPrepare.cpp#2 $ +// $Id: //poco/1.4/Data/src/AbstractPrepare.cpp#1 $ // // Library: Data // Package: DataCore diff --git a/Data/src/BLOB.cpp b/Data/src/BLOB.cpp index 30b41e5ad..a5a04a2e9 100644 --- a/Data/src/BLOB.cpp +++ b/Data/src/BLOB.cpp @@ -1,7 +1,7 @@ // // BLOB.cpp // -// $Id: //poco/1.3/Data/src/BLOB.cpp#2 $ +// $Id: //poco/1.4/Data/src/BLOB.cpp#1 $ // // Library: Data // Package: DataCore diff --git a/Data/src/BLOBStream.cpp b/Data/src/BLOBStream.cpp index 79b59f75d..754fad2c5 100644 --- a/Data/src/BLOBStream.cpp +++ b/Data/src/BLOBStream.cpp @@ -1,7 +1,7 @@ // // BLOBStream.cpp // -// $Id: //poco/1.3/Data/src/BLOBStream.cpp#2 $ +// $Id: //poco/1.4/Data/src/BLOBStream.cpp#1 $ // // Library: Data // Package: DataCore diff --git a/Data/src/Connector.cpp b/Data/src/Connector.cpp index 395b44ad7..bb40a01cb 100644 --- a/Data/src/Connector.cpp +++ b/Data/src/Connector.cpp @@ -1,7 +1,7 @@ // // Connector.cpp // -// $Id: //poco/1.3/Data/src/Connector.cpp#1 $ +// $Id: //poco/1.4/Data/src/Connector.cpp#1 $ // // Library: Data // Package: DataCore diff --git a/Data/src/DataException.cpp b/Data/src/DataException.cpp index 4f8d13eca..417309fc2 100644 --- a/Data/src/DataException.cpp +++ b/Data/src/DataException.cpp @@ -1,7 +1,7 @@ // // DataException.cpp // -// $Id: //poco/1.3/Data/src/DataException.cpp#1 $ +// $Id: //poco/1.4/Data/src/DataException.cpp#1 $ // // Library: Data // Package: DataCore diff --git a/Data/src/Limit.cpp b/Data/src/Limit.cpp index 0726678c4..4a98931d5 100644 --- a/Data/src/Limit.cpp +++ b/Data/src/Limit.cpp @@ -1,7 +1,7 @@ // // Limit.cpp // -// $Id: //poco/1.3/Data/src/Limit.cpp#1 $ +// $Id: //poco/1.4/Data/src/Limit.cpp#1 $ // // Library: Data // Package: DataCore diff --git a/Data/src/PooledSessionHolder.cpp b/Data/src/PooledSessionHolder.cpp index 4dd169bd5..48073131c 100644 --- a/Data/src/PooledSessionHolder.cpp +++ b/Data/src/PooledSessionHolder.cpp @@ -1,7 +1,7 @@ // // PooledSessionHolder.cpp // -// $Id: //poco/1.3/Data/src/PooledSessionHolder.cpp#1 $ +// $Id: //poco/1.4/Data/src/PooledSessionHolder.cpp#1 $ // // Library: Data // Package: SessionPooling diff --git a/Data/src/PooledSessionImpl.cpp b/Data/src/PooledSessionImpl.cpp index 8b19b669d..70cc5f4c7 100644 --- a/Data/src/PooledSessionImpl.cpp +++ b/Data/src/PooledSessionImpl.cpp @@ -1,7 +1,7 @@ // // PooledSessionImpl.cpp // -// $Id: //poco/1.3/Data/src/PooledSessionImpl.cpp#2 $ +// $Id: //poco/1.4/Data/src/PooledSessionImpl.cpp#1 $ // // Library: Data // Package: SessionPooling diff --git a/Data/src/Range.cpp b/Data/src/Range.cpp index cc0b6e4d8..281a12790 100644 --- a/Data/src/Range.cpp +++ b/Data/src/Range.cpp @@ -1,7 +1,7 @@ // // Range.cpp // -// $Id: //poco/1.3/Data/src/Range.cpp#1 $ +// $Id: //poco/1.4/Data/src/Range.cpp#1 $ // // Library: Data // Package: DataCore diff --git a/Data/src/Session.cpp b/Data/src/Session.cpp index 5f0ec1c6b..0c5095895 100644 --- a/Data/src/Session.cpp +++ b/Data/src/Session.cpp @@ -1,7 +1,7 @@ // // Session.cpp // -// $Id: //poco/1.3/Data/src/Session.cpp#2 $ +// $Id: //poco/1.4/Data/src/Session.cpp#1 $ // // Library: Data // Package: DataCore diff --git a/Data/src/SessionFactory.cpp b/Data/src/SessionFactory.cpp index bbcaff6d3..18f98da21 100644 --- a/Data/src/SessionFactory.cpp +++ b/Data/src/SessionFactory.cpp @@ -1,7 +1,7 @@ // // SessionFactory.cpp // -// $Id: //poco/1.3/Data/src/SessionFactory.cpp#3 $ +// $Id: //poco/1.4/Data/src/SessionFactory.cpp#1 $ // // Library: Data // Package: DataCore diff --git a/Data/src/SessionImpl.cpp b/Data/src/SessionImpl.cpp index d36843869..1cca839cb 100644 --- a/Data/src/SessionImpl.cpp +++ b/Data/src/SessionImpl.cpp @@ -1,7 +1,7 @@ // // SessionImpl.cpp // -// $Id: //poco/1.3/Data/src/SessionImpl.cpp#1 $ +// $Id: //poco/1.4/Data/src/SessionImpl.cpp#1 $ // // Library: Data // Package: DataCore diff --git a/Data/src/SessionPool.cpp b/Data/src/SessionPool.cpp index ffad812ec..b0e16117f 100644 --- a/Data/src/SessionPool.cpp +++ b/Data/src/SessionPool.cpp @@ -1,7 +1,7 @@ // // SessionPool.cpp // -// $Id: //poco/1.3/Data/src/SessionPool.cpp#6 $ +// $Id: //poco/1.4/Data/src/SessionPool.cpp#1 $ // // Library: Data // Package: SessionPooling diff --git a/Data/src/Statement.cpp b/Data/src/Statement.cpp index 48e39041a..e8db876b9 100644 --- a/Data/src/Statement.cpp +++ b/Data/src/Statement.cpp @@ -1,7 +1,7 @@ // // Statement.cpp // -// $Id: //poco/1.3/Data/src/Statement.cpp#3 $ +// $Id: //poco/1.4/Data/src/Statement.cpp#1 $ // // Library: Data // Package: DataCore diff --git a/Data/src/StatementCreator.cpp b/Data/src/StatementCreator.cpp index 20622ef3b..00a9f934d 100644 --- a/Data/src/StatementCreator.cpp +++ b/Data/src/StatementCreator.cpp @@ -1,7 +1,7 @@ // // StatementCreator.cpp // -// $Id: //poco/1.3/Data/src/StatementCreator.cpp#2 $ +// $Id: //poco/1.4/Data/src/StatementCreator.cpp#1 $ // // Library: Data // Package: DataCore diff --git a/Data/src/StatementImpl.cpp b/Data/src/StatementImpl.cpp index 433e3775b..eb0f683c0 100644 --- a/Data/src/StatementImpl.cpp +++ b/Data/src/StatementImpl.cpp @@ -1,7 +1,7 @@ // // StatementImpl.cpp // -// $Id: //poco/1.3/Data/src/StatementImpl.cpp#5 $ +// $Id: //poco/1.4/Data/src/StatementImpl.cpp#1 $ // // Library: Data // Package: DataCore diff --git a/Data/testsuite/Makefile b/Data/testsuite/Makefile index adfc4bc99..78c76a97b 100644 --- a/Data/testsuite/Makefile +++ b/Data/testsuite/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Data/testsuite/Makefile#2 $ +# $Id: //poco/1.4/Data/testsuite/Makefile#1 $ # # Makefile for Poco Data testsuite # diff --git a/Data/testsuite/TestSuite.vmsbuild b/Data/testsuite/TestSuite.vmsbuild index 485a773a0..b9d4be153 100644 --- a/Data/testsuite/TestSuite.vmsbuild +++ b/Data/testsuite/TestSuite.vmsbuild @@ -1,7 +1,7 @@ # # TestSuite.vmsbuild # -# $Id: //poco/1.3/Data/testsuite/TestSuite.vmsbuild#1 $ +# $Id: //poco/1.4/Data/testsuite/TestSuite.vmsbuild#1 $ # EXE=TestRunner DataTestSuite diff --git a/Data/testsuite/src/Binder.cpp b/Data/testsuite/src/Binder.cpp index 4243b2728..23ccbd5b5 100644 --- a/Data/testsuite/src/Binder.cpp +++ b/Data/testsuite/src/Binder.cpp @@ -1,7 +1,7 @@ // // Binder.cpp // -// $Id: //poco/1.3/Data/testsuite/src/Binder.cpp#2 $ +// $Id: //poco/1.4/Data/testsuite/src/Binder.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/testsuite/src/Binder.h b/Data/testsuite/src/Binder.h index 212ac0d9c..a7e447b9e 100644 --- a/Data/testsuite/src/Binder.h +++ b/Data/testsuite/src/Binder.h @@ -1,7 +1,7 @@ // // Binder.h // -// $Id: //poco/1.3/Data/testsuite/src/Binder.h#2 $ +// $Id: //poco/1.4/Data/testsuite/src/Binder.h#1 $ // // Definition of the Binder class. // diff --git a/Data/testsuite/src/Connector.cpp b/Data/testsuite/src/Connector.cpp index 6b663f86a..1316a8d94 100644 --- a/Data/testsuite/src/Connector.cpp +++ b/Data/testsuite/src/Connector.cpp @@ -1,7 +1,7 @@ // // Connector.cpp // -// $Id: //poco/1.3/Data/testsuite/src/Connector.cpp#1 $ +// $Id: //poco/1.4/Data/testsuite/src/Connector.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/testsuite/src/Connector.h b/Data/testsuite/src/Connector.h index 3b3a034b7..3f5d57b01 100644 --- a/Data/testsuite/src/Connector.h +++ b/Data/testsuite/src/Connector.h @@ -1,7 +1,7 @@ // // Connector.h // -// $Id: //poco/1.3/Data/testsuite/src/Connector.h#1 $ +// $Id: //poco/1.4/Data/testsuite/src/Connector.h#1 $ // // Definition of the Connector class. // diff --git a/Data/testsuite/src/DataTest.cpp b/Data/testsuite/src/DataTest.cpp index 52bbd8dca..43c5a8648 100644 --- a/Data/testsuite/src/DataTest.cpp +++ b/Data/testsuite/src/DataTest.cpp @@ -1,7 +1,7 @@ // // DataTest.cpp // -// $Id: //poco/1.3/Data/testsuite/src/DataTest.cpp#5 $ +// $Id: //poco/1.4/Data/testsuite/src/DataTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/testsuite/src/DataTest.h b/Data/testsuite/src/DataTest.h index b04f3b0c5..ef0f30444 100644 --- a/Data/testsuite/src/DataTest.h +++ b/Data/testsuite/src/DataTest.h @@ -1,7 +1,7 @@ // // DataTest.h // -// $Id: //poco/1.3/Data/testsuite/src/DataTest.h#1 $ +// $Id: //poco/1.4/Data/testsuite/src/DataTest.h#1 $ // // Definition of the DataTest class. // diff --git a/Data/testsuite/src/DataTestSuite.cpp b/Data/testsuite/src/DataTestSuite.cpp index 3a8a24082..428c8e45d 100644 --- a/Data/testsuite/src/DataTestSuite.cpp +++ b/Data/testsuite/src/DataTestSuite.cpp @@ -1,7 +1,7 @@ // // DataTestSuite.cpp // -// $Id: //poco/1.3/Data/testsuite/src/DataTestSuite.cpp#1 $ +// $Id: //poco/1.4/Data/testsuite/src/DataTestSuite.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/testsuite/src/DataTestSuite.h b/Data/testsuite/src/DataTestSuite.h index 38046619c..392701b16 100644 --- a/Data/testsuite/src/DataTestSuite.h +++ b/Data/testsuite/src/DataTestSuite.h @@ -1,7 +1,7 @@ // // DataTestSuite.h // -// $Id: //poco/1.3/Data/testsuite/src/DataTestSuite.h#1 $ +// $Id: //poco/1.4/Data/testsuite/src/DataTestSuite.h#1 $ // // Definition of the DataTestSuite class. // diff --git a/Data/testsuite/src/Driver.cpp b/Data/testsuite/src/Driver.cpp index 91841932a..0b198237e 100644 --- a/Data/testsuite/src/Driver.cpp +++ b/Data/testsuite/src/Driver.cpp @@ -1,7 +1,7 @@ // // Driver.cpp // -// $Id: //poco/1.3/Data/testsuite/src/Driver.cpp#1 $ +// $Id: //poco/1.4/Data/testsuite/src/Driver.cpp#1 $ // // Console-based test driver for Poco Data. // diff --git a/Data/testsuite/src/Extractor.cpp b/Data/testsuite/src/Extractor.cpp index 51794df3c..5265167cf 100644 --- a/Data/testsuite/src/Extractor.cpp +++ b/Data/testsuite/src/Extractor.cpp @@ -1,7 +1,7 @@ // // Extractor.cpp // -// $Id: //poco/1.3/Data/testsuite/src/Extractor.cpp#1 $ +// $Id: //poco/1.4/Data/testsuite/src/Extractor.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/testsuite/src/Extractor.h b/Data/testsuite/src/Extractor.h index 331c220d6..bb7012b71 100644 --- a/Data/testsuite/src/Extractor.h +++ b/Data/testsuite/src/Extractor.h @@ -1,7 +1,7 @@ // // Extractor.h // -// $Id: //poco/1.3/Data/testsuite/src/Extractor.h#1 $ +// $Id: //poco/1.4/Data/testsuite/src/Extractor.h#1 $ // // Definition of the Extractor class. // diff --git a/Data/testsuite/src/Preparation.cpp b/Data/testsuite/src/Preparation.cpp index 15d392c25..4dd29a1ce 100644 --- a/Data/testsuite/src/Preparation.cpp +++ b/Data/testsuite/src/Preparation.cpp @@ -1,7 +1,7 @@ // // Preparation.cpp // -// $Id: //poco/1.3/Data/testsuite/src/Preparation.cpp#1 $ +// $Id: //poco/1.4/Data/testsuite/src/Preparation.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/testsuite/src/Preparation.h b/Data/testsuite/src/Preparation.h index c969a88e1..0c876f850 100644 --- a/Data/testsuite/src/Preparation.h +++ b/Data/testsuite/src/Preparation.h @@ -1,7 +1,7 @@ // // Preparation.h // -// $Id: //poco/1.3/Data/testsuite/src/Preparation.h#1 $ +// $Id: //poco/1.4/Data/testsuite/src/Preparation.h#1 $ // // Definition of the Preparation class. // diff --git a/Data/testsuite/src/SessionImpl.cpp b/Data/testsuite/src/SessionImpl.cpp index 6d017a06c..47f28b34f 100644 --- a/Data/testsuite/src/SessionImpl.cpp +++ b/Data/testsuite/src/SessionImpl.cpp @@ -1,7 +1,7 @@ // // SessionImpl.cpp // -// $Id: //poco/1.3/Data/testsuite/src/SessionImpl.cpp#2 $ +// $Id: //poco/1.4/Data/testsuite/src/SessionImpl.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/testsuite/src/SessionImpl.h b/Data/testsuite/src/SessionImpl.h index ec92675db..207e93446 100644 --- a/Data/testsuite/src/SessionImpl.h +++ b/Data/testsuite/src/SessionImpl.h @@ -1,7 +1,7 @@ // // SessionImpl.h // -// $Id: //poco/1.3/Data/testsuite/src/SessionImpl.h#2 $ +// $Id: //poco/1.4/Data/testsuite/src/SessionImpl.h#1 $ // // Definition of the SessionImpl class. // diff --git a/Data/testsuite/src/SessionPoolTest.cpp b/Data/testsuite/src/SessionPoolTest.cpp index 65ad16faf..811750481 100644 --- a/Data/testsuite/src/SessionPoolTest.cpp +++ b/Data/testsuite/src/SessionPoolTest.cpp @@ -1,7 +1,7 @@ // // SessionPoolTest.cpp // -// $Id: //poco/1.3/Data/testsuite/src/SessionPoolTest.cpp#2 $ +// $Id: //poco/1.4/Data/testsuite/src/SessionPoolTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/testsuite/src/SessionPoolTest.h b/Data/testsuite/src/SessionPoolTest.h index d6bbbfdfc..753d83f5c 100644 --- a/Data/testsuite/src/SessionPoolTest.h +++ b/Data/testsuite/src/SessionPoolTest.h @@ -1,7 +1,7 @@ // // SessionPoolTest.h // -// $Id: //poco/1.3/Data/testsuite/src/SessionPoolTest.h#1 $ +// $Id: //poco/1.4/Data/testsuite/src/SessionPoolTest.h#1 $ // // Definition of the SessionPoolTest class. // diff --git a/Data/testsuite/src/StatementImpl.cpp b/Data/testsuite/src/StatementImpl.cpp index 7a75f229c..c107c0d55 100644 --- a/Data/testsuite/src/StatementImpl.cpp +++ b/Data/testsuite/src/StatementImpl.cpp @@ -1,7 +1,7 @@ // // StatementImpl.cpp // -// $Id: //poco/1.3/Data/testsuite/src/StatementImpl.cpp#1 $ +// $Id: //poco/1.4/Data/testsuite/src/StatementImpl.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Data/testsuite/src/StatementImpl.h b/Data/testsuite/src/StatementImpl.h index f32bf336d..d7059f8df 100644 --- a/Data/testsuite/src/StatementImpl.h +++ b/Data/testsuite/src/StatementImpl.h @@ -1,7 +1,7 @@ // // StatementImpl.h // -// $Id: //poco/1.3/Data/testsuite/src/StatementImpl.h#1 $ +// $Id: //poco/1.4/Data/testsuite/src/StatementImpl.h#1 $ // // Definition of the StatementImpl class. // diff --git a/Data/testsuite/src/WinDriver.cpp b/Data/testsuite/src/WinDriver.cpp index e5e37615b..7a7a880eb 100644 --- a/Data/testsuite/src/WinDriver.cpp +++ b/Data/testsuite/src/WinDriver.cpp @@ -1,7 +1,7 @@ // // WinDriver.cpp // -// $Id: //poco/1.3/Data/testsuite/src/WinDriver.cpp#1 $ +// $Id: //poco/1.4/Data/testsuite/src/WinDriver.cpp#1 $ // // Windows test driver for Poco Data. // diff --git a/Foundation/Makefile b/Foundation/Makefile index 4ef11678d..fc5a03184 100644 --- a/Foundation/Makefile +++ b/Foundation/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/Makefile#12 $ +# $Id: //poco/1.4/Foundation/Makefile#1 $ # # Makefile for Poco Foundation # diff --git a/Foundation/include/Poco/ASCIIEncoding.h b/Foundation/include/Poco/ASCIIEncoding.h index 3e14a1afc..d7623920f 100644 --- a/Foundation/include/Poco/ASCIIEncoding.h +++ b/Foundation/include/Poco/ASCIIEncoding.h @@ -1,7 +1,7 @@ // // ASCIIEncoding.h // -// $Id: //poco/1.3/Foundation/include/Poco/ASCIIEncoding.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/ASCIIEncoding.h#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/include/Poco/AbstractCache.h b/Foundation/include/Poco/AbstractCache.h index 9aab8a2ea..c0f54e3fb 100644 --- a/Foundation/include/Poco/AbstractCache.h +++ b/Foundation/include/Poco/AbstractCache.h @@ -1,7 +1,7 @@ // // AbstractCache.h // -// $Id: //poco/1.3/Foundation/include/Poco/AbstractCache.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/AbstractCache.h#1 $ // // Library: Foundation // Package: Cache diff --git a/Foundation/include/Poco/AbstractDelegate.h b/Foundation/include/Poco/AbstractDelegate.h index 9ada0d9a4..d63a8ce59 100644 --- a/Foundation/include/Poco/AbstractDelegate.h +++ b/Foundation/include/Poco/AbstractDelegate.h @@ -1,7 +1,7 @@ // // AbstractDelegate.h // -// $Id: //poco/1.3/Foundation/include/Poco/AbstractDelegate.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/AbstractDelegate.h#1 $ // // Library: Foundation // Package: Events diff --git a/Foundation/include/Poco/AbstractEvent.h b/Foundation/include/Poco/AbstractEvent.h index 0eae61abf..42d931861 100644 --- a/Foundation/include/Poco/AbstractEvent.h +++ b/Foundation/include/Poco/AbstractEvent.h @@ -1,7 +1,7 @@ // // AbstractEvent.h // -// $Id: //poco/1.3/Foundation/include/Poco/AbstractEvent.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/AbstractEvent.h#1 $ // // Library: Foundation // Package: Events diff --git a/Foundation/include/Poco/AbstractObserver.h b/Foundation/include/Poco/AbstractObserver.h index d05dc5382..d88c49864 100644 --- a/Foundation/include/Poco/AbstractObserver.h +++ b/Foundation/include/Poco/AbstractObserver.h @@ -1,7 +1,7 @@ // // AbstractObserver.h // -// $Id: //poco/1.3/Foundation/include/Poco/AbstractObserver.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/AbstractObserver.h#1 $ // // Library: Foundation // Package: Notifications diff --git a/Foundation/include/Poco/AbstractPriorityDelegate.h b/Foundation/include/Poco/AbstractPriorityDelegate.h index 7560676a1..f4f99f335 100644 --- a/Foundation/include/Poco/AbstractPriorityDelegate.h +++ b/Foundation/include/Poco/AbstractPriorityDelegate.h @@ -1,7 +1,7 @@ // // AbstractPriorityDelegate.h // -// $Id: //poco/1.3/Foundation/include/Poco/AbstractPriorityDelegate.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/AbstractPriorityDelegate.h#1 $ // // Library: Foundation // Package: Events diff --git a/Foundation/include/Poco/AbstractStrategy.h b/Foundation/include/Poco/AbstractStrategy.h index 2e1530856..8c7b05433 100644 --- a/Foundation/include/Poco/AbstractStrategy.h +++ b/Foundation/include/Poco/AbstractStrategy.h @@ -1,7 +1,7 @@ // // AbstractStrategy.h // -// $Id: //poco/1.3/Foundation/include/Poco/AbstractStrategy.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/AbstractStrategy.h#1 $ // // Library: Foundation // Package: Cache diff --git a/Foundation/include/Poco/AccessExpirationDecorator.h b/Foundation/include/Poco/AccessExpirationDecorator.h index 6b034438a..baf66d704 100644 --- a/Foundation/include/Poco/AccessExpirationDecorator.h +++ b/Foundation/include/Poco/AccessExpirationDecorator.h @@ -1,7 +1,7 @@ // // AccessExpirationDecorator.h // -// $Id: //poco/1.3/Foundation/include/Poco/AccessExpirationDecorator.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/AccessExpirationDecorator.h#1 $ // // Library: Foundation // Package: Events diff --git a/Foundation/include/Poco/AccessExpireCache.h b/Foundation/include/Poco/AccessExpireCache.h index c882912d1..d4af4bf71 100644 --- a/Foundation/include/Poco/AccessExpireCache.h +++ b/Foundation/include/Poco/AccessExpireCache.h @@ -1,7 +1,7 @@ // // AccessExpireCache.h // -// $Id: //poco/1.3/Foundation/include/Poco/AccessExpireCache.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/AccessExpireCache.h#1 $ // // Library: Foundation // Package: Cache diff --git a/Foundation/include/Poco/AccessExpireLRUCache.h b/Foundation/include/Poco/AccessExpireLRUCache.h index eb679f041..bd71efaf5 100644 --- a/Foundation/include/Poco/AccessExpireLRUCache.h +++ b/Foundation/include/Poco/AccessExpireLRUCache.h @@ -1,7 +1,7 @@ // // AccessExpireLRUCache.h // -// $Id: //poco/1.3/Foundation/include/Poco/AccessExpireLRUCache.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/AccessExpireLRUCache.h#1 $ // // Library: Foundation // Package: Cache diff --git a/Foundation/include/Poco/AccessExpireStrategy.h b/Foundation/include/Poco/AccessExpireStrategy.h index 13720a0c4..107bfaf0e 100644 --- a/Foundation/include/Poco/AccessExpireStrategy.h +++ b/Foundation/include/Poco/AccessExpireStrategy.h @@ -1,7 +1,7 @@ // // AccessExpireStrategy.h // -// $Id: //poco/1.3/Foundation/include/Poco/AccessExpireStrategy.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/AccessExpireStrategy.h#1 $ // // Library: Foundation // Package: Cache diff --git a/Foundation/include/Poco/ActiveDispatcher.h b/Foundation/include/Poco/ActiveDispatcher.h index bb80f471e..772c854b0 100644 --- a/Foundation/include/Poco/ActiveDispatcher.h +++ b/Foundation/include/Poco/ActiveDispatcher.h @@ -1,7 +1,7 @@ // // ActiveDispatcher.h // -// $Id: //poco/1.3/Foundation/include/Poco/ActiveDispatcher.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/ActiveDispatcher.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/ActiveMethod.h b/Foundation/include/Poco/ActiveMethod.h index 8c2f4143a..08b536243 100644 --- a/Foundation/include/Poco/ActiveMethod.h +++ b/Foundation/include/Poco/ActiveMethod.h @@ -1,7 +1,7 @@ // // ActiveMethod.h // -// $Id: //poco/1.3/Foundation/include/Poco/ActiveMethod.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/ActiveMethod.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/ActiveResult.h b/Foundation/include/Poco/ActiveResult.h index 3610519f1..bafaa9f67 100644 --- a/Foundation/include/Poco/ActiveResult.h +++ b/Foundation/include/Poco/ActiveResult.h @@ -1,7 +1,7 @@ // // ActiveResult.h // -// $Id: //poco/1.3/Foundation/include/Poco/ActiveResult.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/ActiveResult.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/ActiveRunnable.h b/Foundation/include/Poco/ActiveRunnable.h index a77a472a2..228ff5189 100644 --- a/Foundation/include/Poco/ActiveRunnable.h +++ b/Foundation/include/Poco/ActiveRunnable.h @@ -1,7 +1,7 @@ // // ActiveRunnable.h // -// $Id: //poco/1.3/Foundation/include/Poco/ActiveRunnable.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/ActiveRunnable.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/ActiveStarter.h b/Foundation/include/Poco/ActiveStarter.h index f3c27b937..ff036c766 100644 --- a/Foundation/include/Poco/ActiveStarter.h +++ b/Foundation/include/Poco/ActiveStarter.h @@ -1,7 +1,7 @@ // // ActiveStarter.h // -// $Id: //poco/1.3/Foundation/include/Poco/ActiveStarter.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/ActiveStarter.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/Activity.h b/Foundation/include/Poco/Activity.h index cd14b7e11..66c80d9ae 100644 --- a/Foundation/include/Poco/Activity.h +++ b/Foundation/include/Poco/Activity.h @@ -1,7 +1,7 @@ // // Activity.h // -// $Id: //poco/1.3/Foundation/include/Poco/Activity.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/Activity.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/Any.h b/Foundation/include/Poco/Any.h index 559fe8440..c89965603 100644 --- a/Foundation/include/Poco/Any.h +++ b/Foundation/include/Poco/Any.h @@ -1,7 +1,7 @@ // // Any.h // -// $Id: //poco/1.3/Foundation/include/Poco/Any.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/Any.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/ArchiveStrategy.h b/Foundation/include/Poco/ArchiveStrategy.h index 8a93790d0..681aa15cd 100644 --- a/Foundation/include/Poco/ArchiveStrategy.h +++ b/Foundation/include/Poco/ArchiveStrategy.h @@ -1,7 +1,7 @@ // // ArchiveStrategy.h // -// $Id: //poco/1.3/Foundation/include/Poco/ArchiveStrategy.h#5 $ +// $Id: //poco/1.4/Foundation/include/Poco/ArchiveStrategy.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/Ascii.h b/Foundation/include/Poco/Ascii.h index 2c7723814..edd2b4f52 100644 --- a/Foundation/include/Poco/Ascii.h +++ b/Foundation/include/Poco/Ascii.h @@ -1,7 +1,7 @@ // // Ascii.h // -// $Id: //poco/1.3/Foundation/include/Poco/Ascii.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/Ascii.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/AsyncChannel.h b/Foundation/include/Poco/AsyncChannel.h index 41fd55c10..e8c789f59 100644 --- a/Foundation/include/Poco/AsyncChannel.h +++ b/Foundation/include/Poco/AsyncChannel.h @@ -1,7 +1,7 @@ // // AsyncChannel.h // -// $Id: //poco/1.3/Foundation/include/Poco/AsyncChannel.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/AsyncChannel.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/AtomicCounter.h b/Foundation/include/Poco/AtomicCounter.h index 3d956f6f5..36b3bc5f3 100644 --- a/Foundation/include/Poco/AtomicCounter.h +++ b/Foundation/include/Poco/AtomicCounter.h @@ -1,7 +1,7 @@ // // AtomicCounter.h // -// $Id: //poco/1.3/Foundation/include/Poco/AtomicCounter.h#6 $ +// $Id: //poco/1.4/Foundation/include/Poco/AtomicCounter.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/AutoPtr.h b/Foundation/include/Poco/AutoPtr.h index 82822ece1..c349623cf 100644 --- a/Foundation/include/Poco/AutoPtr.h +++ b/Foundation/include/Poco/AutoPtr.h @@ -1,7 +1,7 @@ // // AutoPtr.h // -// $Id: //poco/1.3/Foundation/include/Poco/AutoPtr.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/AutoPtr.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/AutoReleasePool.h b/Foundation/include/Poco/AutoReleasePool.h index 828d34afd..26faf734b 100644 --- a/Foundation/include/Poco/AutoReleasePool.h +++ b/Foundation/include/Poco/AutoReleasePool.h @@ -1,7 +1,7 @@ // // AutoReleasePool.h // -// $Id: //poco/1.3/Foundation/include/Poco/AutoReleasePool.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/AutoReleasePool.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/Base64Decoder.h b/Foundation/include/Poco/Base64Decoder.h index 453800696..d3fdf6840 100644 --- a/Foundation/include/Poco/Base64Decoder.h +++ b/Foundation/include/Poco/Base64Decoder.h @@ -1,7 +1,7 @@ // // Base64Decoder.h // -// $Id: //poco/1.3/Foundation/include/Poco/Base64Decoder.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/Base64Decoder.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/Base64Encoder.h b/Foundation/include/Poco/Base64Encoder.h index 7666eb8bf..1e09262b7 100644 --- a/Foundation/include/Poco/Base64Encoder.h +++ b/Foundation/include/Poco/Base64Encoder.h @@ -1,7 +1,7 @@ // // Base64Encoder.h // -// $Id: //poco/1.3/Foundation/include/Poco/Base64Encoder.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/Base64Encoder.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/BasicEvent.h b/Foundation/include/Poco/BasicEvent.h index f5bf94a4d..3409e66b4 100644 --- a/Foundation/include/Poco/BasicEvent.h +++ b/Foundation/include/Poco/BasicEvent.h @@ -1,7 +1,7 @@ // // BasicEvent.h // -// $Id: //poco/1.3/Foundation/include/Poco/BasicEvent.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/BasicEvent.h#1 $ // // Library: Foundation // Package: Events diff --git a/Foundation/include/Poco/BinaryReader.h b/Foundation/include/Poco/BinaryReader.h index 291b620b5..41ce153fd 100644 --- a/Foundation/include/Poco/BinaryReader.h +++ b/Foundation/include/Poco/BinaryReader.h @@ -1,7 +1,7 @@ // // BinaryReader.h // -// $Id: //poco/1.3/Foundation/include/Poco/BinaryReader.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/BinaryReader.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/BinaryWriter.h b/Foundation/include/Poco/BinaryWriter.h index 5f88ebc7a..2eccbc08e 100644 --- a/Foundation/include/Poco/BinaryWriter.h +++ b/Foundation/include/Poco/BinaryWriter.h @@ -1,7 +1,7 @@ // // BinaryWriter.h // -// $Id: //poco/1.3/Foundation/include/Poco/BinaryWriter.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/BinaryWriter.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/Buffer.h b/Foundation/include/Poco/Buffer.h index d21be5db3..5d9417c44 100644 --- a/Foundation/include/Poco/Buffer.h +++ b/Foundation/include/Poco/Buffer.h @@ -1,7 +1,7 @@ // // Buffer.h // -// $Id: //poco/1.3/Foundation/include/Poco/Buffer.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/Buffer.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/BufferAllocator.h b/Foundation/include/Poco/BufferAllocator.h index ff1120c77..dece69b4c 100644 --- a/Foundation/include/Poco/BufferAllocator.h +++ b/Foundation/include/Poco/BufferAllocator.h @@ -1,7 +1,7 @@ // // BufferAllocator.h // -// $Id: //poco/1.3/Foundation/include/Poco/BufferAllocator.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/BufferAllocator.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/BufferedBidirectionalStreamBuf.h b/Foundation/include/Poco/BufferedBidirectionalStreamBuf.h index e7d9da7b7..4730509b1 100644 --- a/Foundation/include/Poco/BufferedBidirectionalStreamBuf.h +++ b/Foundation/include/Poco/BufferedBidirectionalStreamBuf.h @@ -1,7 +1,7 @@ // // BufferedBidirectionalStreamBuf.h // -// $Id: //poco/1.3/Foundation/include/Poco/BufferedBidirectionalStreamBuf.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/BufferedBidirectionalStreamBuf.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/BufferedStreamBuf.h b/Foundation/include/Poco/BufferedStreamBuf.h index d1ba443ed..f4cd31e91 100644 --- a/Foundation/include/Poco/BufferedStreamBuf.h +++ b/Foundation/include/Poco/BufferedStreamBuf.h @@ -1,7 +1,7 @@ // // BufferedStreamBuf.h // -// $Id: //poco/1.3/Foundation/include/Poco/BufferedStreamBuf.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/BufferedStreamBuf.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/Bugcheck.h b/Foundation/include/Poco/Bugcheck.h index b7a6edaa8..d2170e026 100644 --- a/Foundation/include/Poco/Bugcheck.h +++ b/Foundation/include/Poco/Bugcheck.h @@ -1,7 +1,7 @@ // // Bugcheck.h // -// $Id: //poco/1.3/Foundation/include/Poco/Bugcheck.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/Bugcheck.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/ByteOrder.h b/Foundation/include/Poco/ByteOrder.h index 7c3ba9735..b9f8daf08 100644 --- a/Foundation/include/Poco/ByteOrder.h +++ b/Foundation/include/Poco/ByteOrder.h @@ -1,7 +1,7 @@ // // ByteOrder.h // -// $Id: //poco/1.3/Foundation/include/Poco/ByteOrder.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/ByteOrder.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/Channel.h b/Foundation/include/Poco/Channel.h index 22d43ffdc..101310f32 100644 --- a/Foundation/include/Poco/Channel.h +++ b/Foundation/include/Poco/Channel.h @@ -1,7 +1,7 @@ // // Channel.h // -// $Id: //poco/1.3/Foundation/include/Poco/Channel.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/Channel.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/Checksum.h b/Foundation/include/Poco/Checksum.h index 405369544..3e9fbe470 100644 --- a/Foundation/include/Poco/Checksum.h +++ b/Foundation/include/Poco/Checksum.h @@ -1,7 +1,7 @@ // // Checksum.h // -// $Id: //poco/1.3/Foundation/include/Poco/Checksum.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Checksum.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/ClassLibrary.h b/Foundation/include/Poco/ClassLibrary.h index e5a7d3dfa..7118f0701 100644 --- a/Foundation/include/Poco/ClassLibrary.h +++ b/Foundation/include/Poco/ClassLibrary.h @@ -1,7 +1,7 @@ // // ClassLibrary.h // -// $Id: //poco/1.3/Foundation/include/Poco/ClassLibrary.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/ClassLibrary.h#1 $ // // Library: Foundation // Package: SharedLibrary diff --git a/Foundation/include/Poco/ClassLoader.h b/Foundation/include/Poco/ClassLoader.h index 0a379349c..f15085f99 100644 --- a/Foundation/include/Poco/ClassLoader.h +++ b/Foundation/include/Poco/ClassLoader.h @@ -1,7 +1,7 @@ // // ClassLoader.h // -// $Id: //poco/1.3/Foundation/include/Poco/ClassLoader.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/ClassLoader.h#1 $ // // Library: Foundation // Package: SharedLibrary diff --git a/Foundation/include/Poco/CompareFunctions.h b/Foundation/include/Poco/CompareFunctions.h index e59c5fc08..553d4e659 100644 --- a/Foundation/include/Poco/CompareFunctions.h +++ b/Foundation/include/Poco/CompareFunctions.h @@ -1,7 +1,7 @@ // // CompareFunctions.h // -// $Id: //poco/1.3/Foundation/include/Poco/CompareFunctions.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/CompareFunctions.h#1 $ // // Library: Foundation // Package: Events diff --git a/Foundation/include/Poco/Condition.h b/Foundation/include/Poco/Condition.h index d59388108..050584ded 100644 --- a/Foundation/include/Poco/Condition.h +++ b/Foundation/include/Poco/Condition.h @@ -1,7 +1,7 @@ // // Condition.h // -// $Id: //poco/1.3/Foundation/include/Poco/Condition.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Condition.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/Config.h b/Foundation/include/Poco/Config.h index afb4e89d9..4f2d0a699 100644 --- a/Foundation/include/Poco/Config.h +++ b/Foundation/include/Poco/Config.h @@ -1,7 +1,7 @@ // // Config.h // -// $Id: //poco/1.3/Foundation/include/Poco/Config.h#10 $ +// $Id: //poco/1.4/Foundation/include/Poco/Config.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/Configurable.h b/Foundation/include/Poco/Configurable.h index c77f3d46b..872d91866 100644 --- a/Foundation/include/Poco/Configurable.h +++ b/Foundation/include/Poco/Configurable.h @@ -1,7 +1,7 @@ // // Configurable.h // -// $Id: //poco/1.3/Foundation/include/Poco/Configurable.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Configurable.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/ConsoleChannel.h b/Foundation/include/Poco/ConsoleChannel.h index 2fdc0f221..5a4a98428 100644 --- a/Foundation/include/Poco/ConsoleChannel.h +++ b/Foundation/include/Poco/ConsoleChannel.h @@ -1,7 +1,7 @@ // // ConsoleChannel.h // -// $Id: //poco/1.3/Foundation/include/Poco/ConsoleChannel.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/ConsoleChannel.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/CountingStream.h b/Foundation/include/Poco/CountingStream.h index 620350553..d7c836392 100644 --- a/Foundation/include/Poco/CountingStream.h +++ b/Foundation/include/Poco/CountingStream.h @@ -1,7 +1,7 @@ // // CountingStream.h // -// $Id: //poco/1.3/Foundation/include/Poco/CountingStream.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/CountingStream.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/DateTime.h b/Foundation/include/Poco/DateTime.h index c7b840946..420563cc9 100644 --- a/Foundation/include/Poco/DateTime.h +++ b/Foundation/include/Poco/DateTime.h @@ -1,7 +1,7 @@ // // DateTime.h // -// $Id: //poco/1.3/Foundation/include/Poco/DateTime.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/DateTime.h#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/include/Poco/DateTimeFormat.h b/Foundation/include/Poco/DateTimeFormat.h index 689a5a993..2fcc796c3 100644 --- a/Foundation/include/Poco/DateTimeFormat.h +++ b/Foundation/include/Poco/DateTimeFormat.h @@ -1,7 +1,7 @@ // // DateTimeFormat.h // -// $Id: //poco/1.3/Foundation/include/Poco/DateTimeFormat.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/DateTimeFormat.h#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/include/Poco/DateTimeFormatter.h b/Foundation/include/Poco/DateTimeFormatter.h index 20992472b..6936983ce 100644 --- a/Foundation/include/Poco/DateTimeFormatter.h +++ b/Foundation/include/Poco/DateTimeFormatter.h @@ -1,7 +1,7 @@ // // DateTimeFormatter.h // -// $Id: //poco/1.3/Foundation/include/Poco/DateTimeFormatter.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/DateTimeFormatter.h#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/include/Poco/DateTimeParser.h b/Foundation/include/Poco/DateTimeParser.h index 0321839d6..aac796b4a 100644 --- a/Foundation/include/Poco/DateTimeParser.h +++ b/Foundation/include/Poco/DateTimeParser.h @@ -1,7 +1,7 @@ // // DateTimeParser.h // -// $Id: //poco/1.3/Foundation/include/Poco/DateTimeParser.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/DateTimeParser.h#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/include/Poco/Debugger.h b/Foundation/include/Poco/Debugger.h index 6fdf10beb..280b16c12 100644 --- a/Foundation/include/Poco/Debugger.h +++ b/Foundation/include/Poco/Debugger.h @@ -1,7 +1,7 @@ // // Debugger.h // -// $Id: //poco/1.3/Foundation/include/Poco/Debugger.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Debugger.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/DefaultStrategy.h b/Foundation/include/Poco/DefaultStrategy.h index b6aba17b7..2dc2ca4e5 100644 --- a/Foundation/include/Poco/DefaultStrategy.h +++ b/Foundation/include/Poco/DefaultStrategy.h @@ -1,7 +1,7 @@ // // DefaultStrategy.h // -// $Id: //poco/1.3/Foundation/include/Poco/DefaultStrategy.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/DefaultStrategy.h#1 $ // // Library: Foundation // Package: Events diff --git a/Foundation/include/Poco/DeflatingStream.h b/Foundation/include/Poco/DeflatingStream.h index 92f8d19e1..3080a8d47 100644 --- a/Foundation/include/Poco/DeflatingStream.h +++ b/Foundation/include/Poco/DeflatingStream.h @@ -1,7 +1,7 @@ // // DeflatingStream.h // -// $Id: //poco/1.3/Foundation/include/Poco/DeflatingStream.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/DeflatingStream.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/Delegate.h b/Foundation/include/Poco/Delegate.h index bca180363..ff13521d3 100644 --- a/Foundation/include/Poco/Delegate.h +++ b/Foundation/include/Poco/Delegate.h @@ -1,7 +1,7 @@ // // Delegate.h // -// $Id: //poco/1.3/Foundation/include/Poco/Delegate.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/Delegate.h#1 $ // // Library: Foundation // Package: Events diff --git a/Foundation/include/Poco/DigestEngine.h b/Foundation/include/Poco/DigestEngine.h index 2dd2e24d4..fd9852fcf 100644 --- a/Foundation/include/Poco/DigestEngine.h +++ b/Foundation/include/Poco/DigestEngine.h @@ -1,7 +1,7 @@ // // DigestEngine.h // -// $Id: //poco/1.3/Foundation/include/Poco/DigestEngine.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/DigestEngine.h#1 $ // // Library: Foundation // Package: Crypt diff --git a/Foundation/include/Poco/DigestStream.h b/Foundation/include/Poco/DigestStream.h index 6dc7468f8..fb4017c50 100644 --- a/Foundation/include/Poco/DigestStream.h +++ b/Foundation/include/Poco/DigestStream.h @@ -1,7 +1,7 @@ // // DigestStream.h // -// $Id: //poco/1.3/Foundation/include/Poco/DigestStream.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/DigestStream.h#1 $ // // Library: Foundation // Package: Crypt diff --git a/Foundation/include/Poco/DirectoryIterator.h b/Foundation/include/Poco/DirectoryIterator.h index 680867662..ece8102fb 100644 --- a/Foundation/include/Poco/DirectoryIterator.h +++ b/Foundation/include/Poco/DirectoryIterator.h @@ -1,7 +1,7 @@ // // DirectoryIterator.h // -// $Id: //poco/1.3/Foundation/include/Poco/DirectoryIterator.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/DirectoryIterator.h#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/include/Poco/DirectoryIterator_UNIX.h b/Foundation/include/Poco/DirectoryIterator_UNIX.h index 6bbbbcb79..d0f7c5a17 100644 --- a/Foundation/include/Poco/DirectoryIterator_UNIX.h +++ b/Foundation/include/Poco/DirectoryIterator_UNIX.h @@ -1,7 +1,7 @@ // // DirectoryIterator_UNIX.h // -// $Id: //poco/1.3/Foundation/include/Poco/DirectoryIterator_UNIX.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/DirectoryIterator_UNIX.h#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/include/Poco/DirectoryIterator_VMS.h b/Foundation/include/Poco/DirectoryIterator_VMS.h index 5a087d981..8ade4c89a 100644 --- a/Foundation/include/Poco/DirectoryIterator_VMS.h +++ b/Foundation/include/Poco/DirectoryIterator_VMS.h @@ -1,7 +1,7 @@ // // DirectoryIterator_VMS.h // -// $Id: //poco/1.3/Foundation/include/Poco/DirectoryIterator_VMS.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/DirectoryIterator_VMS.h#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/include/Poco/DirectoryIterator_WIN32.h b/Foundation/include/Poco/DirectoryIterator_WIN32.h index fdb641587..6d02b93cf 100644 --- a/Foundation/include/Poco/DirectoryIterator_WIN32.h +++ b/Foundation/include/Poco/DirectoryIterator_WIN32.h @@ -1,7 +1,7 @@ // // DirectoryIterator_WIN32.h // -// $Id: //poco/1.3/Foundation/include/Poco/DirectoryIterator_WIN32.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/DirectoryIterator_WIN32.h#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/include/Poco/DirectoryIterator_WIN32U.h b/Foundation/include/Poco/DirectoryIterator_WIN32U.h index 00779c85e..2fc7dd478 100644 --- a/Foundation/include/Poco/DirectoryIterator_WIN32U.h +++ b/Foundation/include/Poco/DirectoryIterator_WIN32U.h @@ -1,7 +1,7 @@ // // DirectoryIterator_WIN32U.h // -// $Id: //poco/1.3/Foundation/include/Poco/DirectoryIterator_WIN32U.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/DirectoryIterator_WIN32U.h#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/include/Poco/DynamicAny.h b/Foundation/include/Poco/DynamicAny.h index d9469ce65..c6650fb2c 100644 --- a/Foundation/include/Poco/DynamicAny.h +++ b/Foundation/include/Poco/DynamicAny.h @@ -1,7 +1,7 @@ // // DynamicAny.h // -// $Id: //poco/1.3/Foundation/include/Poco/DynamicAny.h#9 $ +// $Id: //poco/1.4/Foundation/include/Poco/DynamicAny.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/DynamicAnyHolder.h b/Foundation/include/Poco/DynamicAnyHolder.h index 9236b10aa..570d186d4 100644 --- a/Foundation/include/Poco/DynamicAnyHolder.h +++ b/Foundation/include/Poco/DynamicAnyHolder.h @@ -1,7 +1,7 @@ // // DynamicAnyHolder.h // -// $Id: //poco/1.3/Foundation/include/Poco/DynamicAnyHolder.h#5 $ +// $Id: //poco/1.4/Foundation/include/Poco/DynamicAnyHolder.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/DynamicFactory.h b/Foundation/include/Poco/DynamicFactory.h index c8957072a..260d33f4e 100644 --- a/Foundation/include/Poco/DynamicFactory.h +++ b/Foundation/include/Poco/DynamicFactory.h @@ -1,7 +1,7 @@ // // DynamicFactory.h // -// $Id: //poco/1.3/Foundation/include/Poco/DynamicFactory.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/DynamicFactory.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/Environment.h b/Foundation/include/Poco/Environment.h index 889ddd07f..06c25f358 100644 --- a/Foundation/include/Poco/Environment.h +++ b/Foundation/include/Poco/Environment.h @@ -1,7 +1,7 @@ // // Environment.h // -// $Id: //poco/1.3/Foundation/include/Poco/Environment.h#5 $ +// $Id: //poco/1.4/Foundation/include/Poco/Environment.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/Environment_UNIX.h b/Foundation/include/Poco/Environment_UNIX.h index 9e5a27cf4..292994dbf 100644 --- a/Foundation/include/Poco/Environment_UNIX.h +++ b/Foundation/include/Poco/Environment_UNIX.h @@ -1,7 +1,7 @@ // // Environment_UNIX.h // -// $Id: //poco/1.3/Foundation/include/Poco/Environment_UNIX.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/Environment_UNIX.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/Environment_VMS.h b/Foundation/include/Poco/Environment_VMS.h index da7f9ff28..c16d1df7f 100644 --- a/Foundation/include/Poco/Environment_VMS.h +++ b/Foundation/include/Poco/Environment_VMS.h @@ -1,7 +1,7 @@ // // Environment_VMS.h // -// $Id: //poco/1.3/Foundation/include/Poco/Environment_VMS.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/Environment_VMS.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/Environment_WIN32.h b/Foundation/include/Poco/Environment_WIN32.h index 4e1554aa8..4a2b21426 100644 --- a/Foundation/include/Poco/Environment_WIN32.h +++ b/Foundation/include/Poco/Environment_WIN32.h @@ -1,7 +1,7 @@ // // Environment_WIN32.h // -// $Id: //poco/1.3/Foundation/include/Poco/Environment_WIN32.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/Environment_WIN32.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/Environment_WIN32U.h b/Foundation/include/Poco/Environment_WIN32U.h index 11013a092..795cf948b 100644 --- a/Foundation/include/Poco/Environment_WIN32U.h +++ b/Foundation/include/Poco/Environment_WIN32U.h @@ -1,7 +1,7 @@ // // Environment_WIN32U.h // -// $Id: //poco/1.3/Foundation/include/Poco/Environment_WIN32U.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/Environment_WIN32U.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/Environment_WINCE.h b/Foundation/include/Poco/Environment_WINCE.h index c38d041e5..1059e269c 100644 --- a/Foundation/include/Poco/Environment_WINCE.h +++ b/Foundation/include/Poco/Environment_WINCE.h @@ -1,7 +1,7 @@ // // Environment_WINCE.h // -// $Id: //poco/1.3/Foundation/include/Poco/Environment_WINCE.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Environment_WINCE.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/ErrorHandler.h b/Foundation/include/Poco/ErrorHandler.h index d1025a373..6326c331c 100644 --- a/Foundation/include/Poco/ErrorHandler.h +++ b/Foundation/include/Poco/ErrorHandler.h @@ -1,7 +1,7 @@ // // ErrorHandler.h // -// $Id: //poco/1.3/Foundation/include/Poco/ErrorHandler.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/ErrorHandler.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/Event.h b/Foundation/include/Poco/Event.h index 7faa7b5b3..ae2c24815 100644 --- a/Foundation/include/Poco/Event.h +++ b/Foundation/include/Poco/Event.h @@ -1,7 +1,7 @@ // // Event.h // -// $Id: //poco/1.3/Foundation/include/Poco/Event.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/Event.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/EventArgs.h b/Foundation/include/Poco/EventArgs.h index 7eb9612a0..0b3aae631 100644 --- a/Foundation/include/Poco/EventArgs.h +++ b/Foundation/include/Poco/EventArgs.h @@ -1,7 +1,7 @@ // // EventArgs.h // -// $Id: //poco/1.3/Foundation/include/Poco/EventArgs.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/EventArgs.h#1 $ // // Library: Foundation // Package: Events diff --git a/Foundation/include/Poco/EventLogChannel.h b/Foundation/include/Poco/EventLogChannel.h index cf1ab08fc..d80efa6db 100644 --- a/Foundation/include/Poco/EventLogChannel.h +++ b/Foundation/include/Poco/EventLogChannel.h @@ -1,7 +1,7 @@ // // EventLogChannel.h // -// $Id: //poco/1.3/Foundation/include/Poco/EventLogChannel.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/EventLogChannel.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/Event_POSIX.h b/Foundation/include/Poco/Event_POSIX.h index 5068fa43d..cf94d2441 100644 --- a/Foundation/include/Poco/Event_POSIX.h +++ b/Foundation/include/Poco/Event_POSIX.h @@ -1,7 +1,7 @@ // // Event_POSIX.h // -// $Id: //poco/1.3/Foundation/include/Poco/Event_POSIX.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Event_POSIX.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/Event_WIN32.h b/Foundation/include/Poco/Event_WIN32.h index 0838633b3..79916aff7 100644 --- a/Foundation/include/Poco/Event_WIN32.h +++ b/Foundation/include/Poco/Event_WIN32.h @@ -1,7 +1,7 @@ // // Event_WIN32.h // -// $Id: //poco/1.3/Foundation/include/Poco/Event_WIN32.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/Event_WIN32.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/Exception.h b/Foundation/include/Poco/Exception.h index 4dc8944e7..9e2a43c03 100644 --- a/Foundation/include/Poco/Exception.h +++ b/Foundation/include/Poco/Exception.h @@ -1,7 +1,7 @@ // // Exception.h // -// $Id: //poco/1.3/Foundation/include/Poco/Exception.h#5 $ +// $Id: //poco/1.4/Foundation/include/Poco/Exception.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/ExpirationDecorator.h b/Foundation/include/Poco/ExpirationDecorator.h index d06809a0f..0fe5f9556 100644 --- a/Foundation/include/Poco/ExpirationDecorator.h +++ b/Foundation/include/Poco/ExpirationDecorator.h @@ -1,7 +1,7 @@ // // ExpirationDecorator.h // -// $Id: //poco/1.3/Foundation/include/Poco/ExpirationDecorator.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/ExpirationDecorator.h#1 $ // // Library: Foundation // Package: Events diff --git a/Foundation/include/Poco/Expire.h b/Foundation/include/Poco/Expire.h index 1a9742a55..c9179c7ae 100644 --- a/Foundation/include/Poco/Expire.h +++ b/Foundation/include/Poco/Expire.h @@ -1,7 +1,7 @@ // // Expire.h // -// $Id: //poco/1.3/Foundation/include/Poco/Expire.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/Expire.h#1 $ // // Library: Foundation // Package: Events diff --git a/Foundation/include/Poco/ExpireCache.h b/Foundation/include/Poco/ExpireCache.h index 0bea19c67..9aee588f2 100644 --- a/Foundation/include/Poco/ExpireCache.h +++ b/Foundation/include/Poco/ExpireCache.h @@ -1,7 +1,7 @@ // // ExpireCache.h // -// $Id: //poco/1.3/Foundation/include/Poco/ExpireCache.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/ExpireCache.h#1 $ // // Library: Foundation // Package: Cache diff --git a/Foundation/include/Poco/ExpireLRUCache.h b/Foundation/include/Poco/ExpireLRUCache.h index 56debe597..eb7400781 100644 --- a/Foundation/include/Poco/ExpireLRUCache.h +++ b/Foundation/include/Poco/ExpireLRUCache.h @@ -1,7 +1,7 @@ // // ExpireLRUCache.h // -// $Id: //poco/1.3/Foundation/include/Poco/ExpireLRUCache.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/ExpireLRUCache.h#1 $ // // Library: Foundation // Package: Cache diff --git a/Foundation/include/Poco/ExpireStrategy.h b/Foundation/include/Poco/ExpireStrategy.h index 9ec999789..121a4a459 100644 --- a/Foundation/include/Poco/ExpireStrategy.h +++ b/Foundation/include/Poco/ExpireStrategy.h @@ -1,7 +1,7 @@ // // ExpireStrategy.h // -// $Id: //poco/1.3/Foundation/include/Poco/ExpireStrategy.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/ExpireStrategy.h#1 $ // // Library: Foundation // Package: Cache diff --git a/Foundation/include/Poco/FIFOEvent.h b/Foundation/include/Poco/FIFOEvent.h index ad68cde70..69cef4738 100644 --- a/Foundation/include/Poco/FIFOEvent.h +++ b/Foundation/include/Poco/FIFOEvent.h @@ -1,7 +1,7 @@ // // FIFOEvent.h // -// $Id: //poco/1.3/Foundation/include/Poco/FIFOEvent.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/FIFOEvent.h#1 $ // // Library: Foundation // Package: Events diff --git a/Foundation/include/Poco/FIFOStrategy.h b/Foundation/include/Poco/FIFOStrategy.h index 0a33666ba..b16687fce 100644 --- a/Foundation/include/Poco/FIFOStrategy.h +++ b/Foundation/include/Poco/FIFOStrategy.h @@ -1,7 +1,7 @@ // // FIFOStrategy.h // -// $Id: //poco/1.3/Foundation/include/Poco/FIFOStrategy.h#6 $ +// $Id: //poco/1.4/Foundation/include/Poco/FIFOStrategy.h#1 $ // // Library: Foundation // Package: Events diff --git a/Foundation/include/Poco/FPEnvironment.h b/Foundation/include/Poco/FPEnvironment.h index 737a8d15d..3620f2c6f 100644 --- a/Foundation/include/Poco/FPEnvironment.h +++ b/Foundation/include/Poco/FPEnvironment.h @@ -1,7 +1,7 @@ // // FPEnvironment.h // -// $Id: //poco/1.3/Foundation/include/Poco/FPEnvironment.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/FPEnvironment.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/FPEnvironment_C99.h b/Foundation/include/Poco/FPEnvironment_C99.h index 1c3547e0a..7da0e868c 100644 --- a/Foundation/include/Poco/FPEnvironment_C99.h +++ b/Foundation/include/Poco/FPEnvironment_C99.h @@ -1,7 +1,7 @@ // // FPEnvironment_C99.h // -// $Id: //poco/1.3/Foundation/include/Poco/FPEnvironment_C99.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/FPEnvironment_C99.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/FPEnvironment_DEC.h b/Foundation/include/Poco/FPEnvironment_DEC.h index ad8953d4e..f8c815337 100644 --- a/Foundation/include/Poco/FPEnvironment_DEC.h +++ b/Foundation/include/Poco/FPEnvironment_DEC.h @@ -1,7 +1,7 @@ // // FPEnvironment_DEC.h // -// $Id: //poco/1.3/Foundation/include/Poco/FPEnvironment_DEC.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/FPEnvironment_DEC.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/FPEnvironment_DUMMY.h b/Foundation/include/Poco/FPEnvironment_DUMMY.h index 79658a243..284313f7f 100644 --- a/Foundation/include/Poco/FPEnvironment_DUMMY.h +++ b/Foundation/include/Poco/FPEnvironment_DUMMY.h @@ -1,7 +1,7 @@ // // FPEnvironment_DUMMY.h // -// $Id: //poco/1.3/Foundation/include/Poco/FPEnvironment_DUMMY.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/FPEnvironment_DUMMY.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/FPEnvironment_SUN.h b/Foundation/include/Poco/FPEnvironment_SUN.h index 826347cdd..4513d16f5 100644 --- a/Foundation/include/Poco/FPEnvironment_SUN.h +++ b/Foundation/include/Poco/FPEnvironment_SUN.h @@ -1,7 +1,7 @@ // // FPEnvironment_SUN.h // -// $Id: //poco/1.3/Foundation/include/Poco/FPEnvironment_SUN.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/FPEnvironment_SUN.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/FPEnvironment_WIN32.h b/Foundation/include/Poco/FPEnvironment_WIN32.h index 9ad88b9d1..4536dcdd7 100644 --- a/Foundation/include/Poco/FPEnvironment_WIN32.h +++ b/Foundation/include/Poco/FPEnvironment_WIN32.h @@ -1,7 +1,7 @@ // // FPEnvironment_WIN32.h // -// $Id: //poco/1.3/Foundation/include/Poco/FPEnvironment_WIN32.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/FPEnvironment_WIN32.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/File.h b/Foundation/include/Poco/File.h index 68ea9a718..f1ca72822 100644 --- a/Foundation/include/Poco/File.h +++ b/Foundation/include/Poco/File.h @@ -1,7 +1,7 @@ // // File.h // -// $Id: //poco/1.3/Foundation/include/Poco/File.h#8 $ +// $Id: //poco/1.4/Foundation/include/Poco/File.h#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/include/Poco/FileChannel.h b/Foundation/include/Poco/FileChannel.h index 9eb36320d..e1943a312 100644 --- a/Foundation/include/Poco/FileChannel.h +++ b/Foundation/include/Poco/FileChannel.h @@ -1,7 +1,7 @@ // // FileChannel.h // -// $Id: //poco/1.3/Foundation/include/Poco/FileChannel.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/FileChannel.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/FileStream.h b/Foundation/include/Poco/FileStream.h index cc4c08dc3..cc8638e31 100644 --- a/Foundation/include/Poco/FileStream.h +++ b/Foundation/include/Poco/FileStream.h @@ -1,7 +1,7 @@ // // FileStream.h // -// $Id: //poco/1.3/Foundation/include/Poco/FileStream.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/FileStream.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/FileStreamFactory.h b/Foundation/include/Poco/FileStreamFactory.h index 829186b04..c55bc9f09 100644 --- a/Foundation/include/Poco/FileStreamFactory.h +++ b/Foundation/include/Poco/FileStreamFactory.h @@ -1,7 +1,7 @@ // // FileStreamFactory.h // -// $Id: //poco/1.3/Foundation/include/Poco/FileStreamFactory.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/FileStreamFactory.h#1 $ // // Library: Foundation // Package: URI diff --git a/Foundation/include/Poco/FileStream_POSIX.h b/Foundation/include/Poco/FileStream_POSIX.h index 2442b25a8..e17ee967e 100644 --- a/Foundation/include/Poco/FileStream_POSIX.h +++ b/Foundation/include/Poco/FileStream_POSIX.h @@ -1,7 +1,7 @@ // // FileStream_POSIX.h // -// $Id: //poco/1.3/Foundation/include/Poco/FileStream_POSIX.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/FileStream_POSIX.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/FileStream_WIN32.h b/Foundation/include/Poco/FileStream_WIN32.h index 07146fe73..8e5da49ab 100644 --- a/Foundation/include/Poco/FileStream_WIN32.h +++ b/Foundation/include/Poco/FileStream_WIN32.h @@ -1,7 +1,7 @@ // // FileStream_WIN32.h // -// $Id: //poco/1.3/Foundation/include/Poco/FileStream_WIN32.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/FileStream_WIN32.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/File_UNIX.h b/Foundation/include/Poco/File_UNIX.h index 02eacfbcd..687433eae 100644 --- a/Foundation/include/Poco/File_UNIX.h +++ b/Foundation/include/Poco/File_UNIX.h @@ -1,7 +1,7 @@ // // File_UNIX.h // -// $Id: //poco/1.3/Foundation/include/Poco/File_UNIX.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/File_UNIX.h#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/include/Poco/File_VMS.h b/Foundation/include/Poco/File_VMS.h index 4a6e9c132..1b3547590 100644 --- a/Foundation/include/Poco/File_VMS.h +++ b/Foundation/include/Poco/File_VMS.h @@ -1,7 +1,7 @@ // // File_VMS.h // -// $Id: //poco/1.3/Foundation/include/Poco/File_VMS.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/File_VMS.h#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/include/Poco/File_WIN32.h b/Foundation/include/Poco/File_WIN32.h index f6e3b84ba..fb39b7bfc 100644 --- a/Foundation/include/Poco/File_WIN32.h +++ b/Foundation/include/Poco/File_WIN32.h @@ -1,7 +1,7 @@ // // File_WIN32.h // -// $Id: //poco/1.3/Foundation/include/Poco/File_WIN32.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/File_WIN32.h#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/include/Poco/File_WIN32U.h b/Foundation/include/Poco/File_WIN32U.h index 38fd49814..26f63f01a 100644 --- a/Foundation/include/Poco/File_WIN32U.h +++ b/Foundation/include/Poco/File_WIN32U.h @@ -1,7 +1,7 @@ // // File_WIN32U.h // -// $Id: //poco/1.3/Foundation/include/Poco/File_WIN32U.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/File_WIN32U.h#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/include/Poco/File_WINCE.h b/Foundation/include/Poco/File_WINCE.h index 0aa36007b..6235818bf 100644 --- a/Foundation/include/Poco/File_WINCE.h +++ b/Foundation/include/Poco/File_WINCE.h @@ -1,7 +1,7 @@ // // File_WIN32U.h // -// $Id: //poco/1.3/Foundation/include/Poco/File_WINCE.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/File_WINCE.h#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/include/Poco/Format.h b/Foundation/include/Poco/Format.h index 6de746aef..295bc7f79 100644 --- a/Foundation/include/Poco/Format.h +++ b/Foundation/include/Poco/Format.h @@ -1,7 +1,7 @@ // // Format.h // -// $Id: //poco/1.3/Foundation/include/Poco/Format.h#8 $ +// $Id: //poco/1.4/Foundation/include/Poco/Format.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/Formatter.h b/Foundation/include/Poco/Formatter.h index 1d49014f3..5f78e9220 100644 --- a/Foundation/include/Poco/Formatter.h +++ b/Foundation/include/Poco/Formatter.h @@ -1,7 +1,7 @@ // // Formatter.h // -// $Id: //poco/1.3/Foundation/include/Poco/Formatter.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Formatter.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/FormattingChannel.h b/Foundation/include/Poco/FormattingChannel.h index 0f021fe53..dd5b32fcb 100644 --- a/Foundation/include/Poco/FormattingChannel.h +++ b/Foundation/include/Poco/FormattingChannel.h @@ -1,7 +1,7 @@ // // FormattingChannel.h // -// $Id: //poco/1.3/Foundation/include/Poco/FormattingChannel.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/FormattingChannel.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/Foundation.h b/Foundation/include/Poco/Foundation.h index 57a7f04b5..db1523b16 100644 --- a/Foundation/include/Poco/Foundation.h +++ b/Foundation/include/Poco/Foundation.h @@ -1,7 +1,7 @@ // // Foundation.h // -// $Id: //poco/1.3/Foundation/include/Poco/Foundation.h#9 $ +// $Id: //poco/1.4/Foundation/include/Poco/Foundation.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/FunctionDelegate.h b/Foundation/include/Poco/FunctionDelegate.h index 7f3b17eed..9b463196f 100644 --- a/Foundation/include/Poco/FunctionDelegate.h +++ b/Foundation/include/Poco/FunctionDelegate.h @@ -1,7 +1,7 @@ // // FunctionDelegate.h // -// $Id: //poco/1.3/Foundation/include/Poco/FunctionDelegate.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/FunctionDelegate.h#1 $ // // Library: Foundation // Package: Events diff --git a/Foundation/include/Poco/FunctionPriorityDelegate.h b/Foundation/include/Poco/FunctionPriorityDelegate.h index 62b9b1258..69ad7b20b 100644 --- a/Foundation/include/Poco/FunctionPriorityDelegate.h +++ b/Foundation/include/Poco/FunctionPriorityDelegate.h @@ -1,7 +1,7 @@ // // FunctionPriorityDelegate.h // -// $Id: //poco/1.3/Foundation/include/Poco/FunctionPriorityDelegate.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/FunctionPriorityDelegate.h#1 $ // // Library: Foundation // Package: Events diff --git a/Foundation/include/Poco/Glob.h b/Foundation/include/Poco/Glob.h index 9451482f3..838eddd6f 100644 --- a/Foundation/include/Poco/Glob.h +++ b/Foundation/include/Poco/Glob.h @@ -1,7 +1,7 @@ // // Glob.h // -// $Id: //poco/1.3/Foundation/include/Poco/Glob.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/Glob.h#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/include/Poco/HMACEngine.h b/Foundation/include/Poco/HMACEngine.h index 33f1fa986..da3024d48 100644 --- a/Foundation/include/Poco/HMACEngine.h +++ b/Foundation/include/Poco/HMACEngine.h @@ -1,7 +1,7 @@ // // HMACEngine.h // -// $Id: //poco/1.3/Foundation/include/Poco/HMACEngine.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/HMACEngine.h#1 $ // // Library: Foundation // Package: Crypt diff --git a/Foundation/include/Poco/Hash.h b/Foundation/include/Poco/Hash.h index 4b0971346..df6fc9cbb 100644 --- a/Foundation/include/Poco/Hash.h +++ b/Foundation/include/Poco/Hash.h @@ -1,7 +1,7 @@ // // Hash.h // -// $Id: //poco/1.3/Foundation/include/Poco/Hash.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/Hash.h#1 $ // // Library: Foundation // Package: Hashing diff --git a/Foundation/include/Poco/HashFunction.h b/Foundation/include/Poco/HashFunction.h index 36583c4c0..1a4ae786f 100644 --- a/Foundation/include/Poco/HashFunction.h +++ b/Foundation/include/Poco/HashFunction.h @@ -1,7 +1,7 @@ // // HashFunction.h // -// $Id: //poco/1.3/Foundation/include/Poco/HashFunction.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/HashFunction.h#1 $ // // Library: Foundation // Package: Hashing diff --git a/Foundation/include/Poco/HashMap.h b/Foundation/include/Poco/HashMap.h index 4740982c3..3684c211c 100644 --- a/Foundation/include/Poco/HashMap.h +++ b/Foundation/include/Poco/HashMap.h @@ -1,7 +1,7 @@ // // HashMap.h // -// $Id: //poco/1.3/Foundation/include/Poco/HashMap.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/HashMap.h#1 $ // // Library: Foundation // Package: Hashing diff --git a/Foundation/include/Poco/HashSet.h b/Foundation/include/Poco/HashSet.h index 97339b02f..211c00489 100644 --- a/Foundation/include/Poco/HashSet.h +++ b/Foundation/include/Poco/HashSet.h @@ -1,7 +1,7 @@ // // HashSet.h // -// $Id: //poco/1.3/Foundation/include/Poco/HashSet.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/HashSet.h#1 $ // // Library: Foundation // Package: Hashing diff --git a/Foundation/include/Poco/HashStatistic.h b/Foundation/include/Poco/HashStatistic.h index 45defe13a..95a2c4c31 100644 --- a/Foundation/include/Poco/HashStatistic.h +++ b/Foundation/include/Poco/HashStatistic.h @@ -1,7 +1,7 @@ // // HashStatistic.h // -// $Id: //poco/1.3/Foundation/include/Poco/HashStatistic.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/HashStatistic.h#1 $ // // Library: Foundation // Package: Hashing diff --git a/Foundation/include/Poco/HashTable.h b/Foundation/include/Poco/HashTable.h index 0445f1157..6b537062e 100644 --- a/Foundation/include/Poco/HashTable.h +++ b/Foundation/include/Poco/HashTable.h @@ -1,7 +1,7 @@ // // HashTable.h // -// $Id: //poco/1.3/Foundation/include/Poco/HashTable.h#5 $ +// $Id: //poco/1.4/Foundation/include/Poco/HashTable.h#1 $ // // Library: Foundation // Package: Hashing diff --git a/Foundation/include/Poco/HexBinaryDecoder.h b/Foundation/include/Poco/HexBinaryDecoder.h index 6cf846433..979086ff0 100644 --- a/Foundation/include/Poco/HexBinaryDecoder.h +++ b/Foundation/include/Poco/HexBinaryDecoder.h @@ -1,7 +1,7 @@ // // HexBinaryDecoder.h // -// $Id: //poco/1.3/Foundation/include/Poco/HexBinaryDecoder.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/HexBinaryDecoder.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/HexBinaryEncoder.h b/Foundation/include/Poco/HexBinaryEncoder.h index cb56709c9..0e83c9a5b 100644 --- a/Foundation/include/Poco/HexBinaryEncoder.h +++ b/Foundation/include/Poco/HexBinaryEncoder.h @@ -1,7 +1,7 @@ // // HexBinaryEncoder.h // -// $Id: //poco/1.3/Foundation/include/Poco/HexBinaryEncoder.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/HexBinaryEncoder.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/InflatingStream.h b/Foundation/include/Poco/InflatingStream.h index 208fe7d52..54e7a39e5 100644 --- a/Foundation/include/Poco/InflatingStream.h +++ b/Foundation/include/Poco/InflatingStream.h @@ -1,7 +1,7 @@ // // InflatingStream.h // -// $Id: //poco/1.3/Foundation/include/Poco/InflatingStream.h#5 $ +// $Id: //poco/1.4/Foundation/include/Poco/InflatingStream.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/Instantiator.h b/Foundation/include/Poco/Instantiator.h index 162e08b41..8d49b0c9c 100644 --- a/Foundation/include/Poco/Instantiator.h +++ b/Foundation/include/Poco/Instantiator.h @@ -1,7 +1,7 @@ // // Instantiator.h // -// $Id: //poco/1.3/Foundation/include/Poco/Instantiator.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Instantiator.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/KeyValueArgs.h b/Foundation/include/Poco/KeyValueArgs.h index 8be5e9717..4b9eda328 100644 --- a/Foundation/include/Poco/KeyValueArgs.h +++ b/Foundation/include/Poco/KeyValueArgs.h @@ -1,7 +1,7 @@ // // KeyValueArgs.h // -// $Id: //poco/1.3/Foundation/include/Poco/KeyValueArgs.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/KeyValueArgs.h#1 $ // // Library: Foundation // Package: Cache diff --git a/Foundation/include/Poco/LRUCache.h b/Foundation/include/Poco/LRUCache.h index 3d9ef5c18..f358c6078 100644 --- a/Foundation/include/Poco/LRUCache.h +++ b/Foundation/include/Poco/LRUCache.h @@ -1,7 +1,7 @@ // // LRUCache.h // -// $Id: //poco/1.3/Foundation/include/Poco/LRUCache.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/LRUCache.h#1 $ // // Library: Foundation // Package: Cache diff --git a/Foundation/include/Poco/LRUStrategy.h b/Foundation/include/Poco/LRUStrategy.h index 70c9d38ca..7b70398e4 100644 --- a/Foundation/include/Poco/LRUStrategy.h +++ b/Foundation/include/Poco/LRUStrategy.h @@ -1,7 +1,7 @@ // // LRUStrategy.h // -// $Id: //poco/1.3/Foundation/include/Poco/LRUStrategy.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/LRUStrategy.h#1 $ // // Library: Foundation // Package: Cache diff --git a/Foundation/include/Poco/Latin1Encoding.h b/Foundation/include/Poco/Latin1Encoding.h index 9c52cb793..cbb02ff17 100644 --- a/Foundation/include/Poco/Latin1Encoding.h +++ b/Foundation/include/Poco/Latin1Encoding.h @@ -1,7 +1,7 @@ // // Latin1Encoding.h // -// $Id: //poco/1.3/Foundation/include/Poco/Latin1Encoding.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/Latin1Encoding.h#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/include/Poco/Latin9Encoding.h b/Foundation/include/Poco/Latin9Encoding.h index 704ae8542..728ae64d4 100644 --- a/Foundation/include/Poco/Latin9Encoding.h +++ b/Foundation/include/Poco/Latin9Encoding.h @@ -1,7 +1,7 @@ // // Latin9Encoding.h // -// $Id: //poco/1.3/Foundation/include/Poco/Latin9Encoding.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/Latin9Encoding.h#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/include/Poco/LineEndingConverter.h b/Foundation/include/Poco/LineEndingConverter.h index c995a8c8c..fd5c49b5c 100644 --- a/Foundation/include/Poco/LineEndingConverter.h +++ b/Foundation/include/Poco/LineEndingConverter.h @@ -1,7 +1,7 @@ // // LineEndingConverter.h // -// $Id: //poco/1.3/Foundation/include/Poco/LineEndingConverter.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/LineEndingConverter.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/LinearHashTable.h b/Foundation/include/Poco/LinearHashTable.h index 3ed5271ef..21bc7e1cc 100644 --- a/Foundation/include/Poco/LinearHashTable.h +++ b/Foundation/include/Poco/LinearHashTable.h @@ -1,7 +1,7 @@ // // LinearHashTable.h // -// $Id: //poco/1.3/Foundation/include/Poco/LinearHashTable.h#6 $ +// $Id: //poco/1.4/Foundation/include/Poco/LinearHashTable.h#1 $ // // Library: Foundation // Package: Hashing diff --git a/Foundation/include/Poco/LocalDateTime.h b/Foundation/include/Poco/LocalDateTime.h index 042e293f1..b8840d613 100644 --- a/Foundation/include/Poco/LocalDateTime.h +++ b/Foundation/include/Poco/LocalDateTime.h @@ -1,7 +1,7 @@ // // LocalDateTime.h // -// $Id: //poco/1.3/Foundation/include/Poco/LocalDateTime.h#6 $ +// $Id: //poco/1.4/Foundation/include/Poco/LocalDateTime.h#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/include/Poco/LogFile.h b/Foundation/include/Poco/LogFile.h index 0bee3e82f..102b7bc02 100644 --- a/Foundation/include/Poco/LogFile.h +++ b/Foundation/include/Poco/LogFile.h @@ -1,7 +1,7 @@ // // LogFile.h // -// $Id: //poco/1.3/Foundation/include/Poco/LogFile.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/LogFile.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/LogFile_STD.h b/Foundation/include/Poco/LogFile_STD.h index 9b0c0212c..0d5344cb2 100644 --- a/Foundation/include/Poco/LogFile_STD.h +++ b/Foundation/include/Poco/LogFile_STD.h @@ -1,7 +1,7 @@ // // LogFile_STD.h // -// $Id: //poco/1.3/Foundation/include/Poco/LogFile_STD.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/LogFile_STD.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/LogFile_VMS.h b/Foundation/include/Poco/LogFile_VMS.h index 99f47d45e..6ddf0d156 100644 --- a/Foundation/include/Poco/LogFile_VMS.h +++ b/Foundation/include/Poco/LogFile_VMS.h @@ -1,7 +1,7 @@ // // LogFile_VMS.h // -// $Id: //poco/1.3/Foundation/include/Poco/LogFile_VMS.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/LogFile_VMS.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/LogFile_WIN32.h b/Foundation/include/Poco/LogFile_WIN32.h index 8125740ef..0f743fced 100644 --- a/Foundation/include/Poco/LogFile_WIN32.h +++ b/Foundation/include/Poco/LogFile_WIN32.h @@ -1,7 +1,7 @@ // // LogFile_WIN32.h // -// $Id: //poco/1.3/Foundation/include/Poco/LogFile_WIN32.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/LogFile_WIN32.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/LogFile_WIN32U.h b/Foundation/include/Poco/LogFile_WIN32U.h index df2999c0a..119eb97e8 100644 --- a/Foundation/include/Poco/LogFile_WIN32U.h +++ b/Foundation/include/Poco/LogFile_WIN32U.h @@ -1,7 +1,7 @@ // // LogFile_WIN32U.h // -// $Id: //poco/1.3/Foundation/include/Poco/LogFile_WIN32U.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/LogFile_WIN32U.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/LogStream.h b/Foundation/include/Poco/LogStream.h index 0dbca5d59..bea9cb2ff 100644 --- a/Foundation/include/Poco/LogStream.h +++ b/Foundation/include/Poco/LogStream.h @@ -1,7 +1,7 @@ // // LogStream.h // -// $Id: //poco/1.3/Foundation/include/Poco/LogStream.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/LogStream.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/Logger.h b/Foundation/include/Poco/Logger.h index 4435e47bf..13f9d0a29 100644 --- a/Foundation/include/Poco/Logger.h +++ b/Foundation/include/Poco/Logger.h @@ -1,7 +1,7 @@ // // Logger.h // -// $Id: //poco/1.3/Foundation/include/Poco/Logger.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/Logger.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/LoggingFactory.h b/Foundation/include/Poco/LoggingFactory.h index 0e9412553..62ee6e1f1 100644 --- a/Foundation/include/Poco/LoggingFactory.h +++ b/Foundation/include/Poco/LoggingFactory.h @@ -1,7 +1,7 @@ // // LoggingFactory.h // -// $Id: //poco/1.3/Foundation/include/Poco/LoggingFactory.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/LoggingFactory.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/LoggingRegistry.h b/Foundation/include/Poco/LoggingRegistry.h index 3eaf0d6ca..febb59651 100644 --- a/Foundation/include/Poco/LoggingRegistry.h +++ b/Foundation/include/Poco/LoggingRegistry.h @@ -1,7 +1,7 @@ // // LoggingRegistry.h // -// $Id: //poco/1.3/Foundation/include/Poco/LoggingRegistry.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/LoggingRegistry.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/MD2Engine.h b/Foundation/include/Poco/MD2Engine.h index 602a2d60c..c8edd9a84 100644 --- a/Foundation/include/Poco/MD2Engine.h +++ b/Foundation/include/Poco/MD2Engine.h @@ -1,7 +1,7 @@ // // MD2Engine.h // -// $Id: //poco/1.3/Foundation/include/Poco/MD2Engine.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/MD2Engine.h#1 $ // // Library: Foundation // Package: Crypt diff --git a/Foundation/include/Poco/MD4Engine.h b/Foundation/include/Poco/MD4Engine.h index 3ccb8cbc2..5f89fa208 100644 --- a/Foundation/include/Poco/MD4Engine.h +++ b/Foundation/include/Poco/MD4Engine.h @@ -1,7 +1,7 @@ // // MD4Engine.h // -// $Id: //poco/1.3/Foundation/include/Poco/MD4Engine.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/MD4Engine.h#1 $ // // Library: Foundation // Package: Crypt diff --git a/Foundation/include/Poco/MD5Engine.h b/Foundation/include/Poco/MD5Engine.h index d40576bf7..26a81e8f1 100644 --- a/Foundation/include/Poco/MD5Engine.h +++ b/Foundation/include/Poco/MD5Engine.h @@ -1,7 +1,7 @@ // // MD5Engine.h // -// $Id: //poco/1.3/Foundation/include/Poco/MD5Engine.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/MD5Engine.h#1 $ // // Library: Foundation // Package: Crypt diff --git a/Foundation/include/Poco/Manifest.h b/Foundation/include/Poco/Manifest.h index 1be9c8b1a..08d685d4d 100644 --- a/Foundation/include/Poco/Manifest.h +++ b/Foundation/include/Poco/Manifest.h @@ -1,7 +1,7 @@ // // Manifest.h // -// $Id: //poco/1.3/Foundation/include/Poco/Manifest.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Manifest.h#1 $ // // Library: Foundation // Package: SharedLibrary diff --git a/Foundation/include/Poco/MemoryPool.h b/Foundation/include/Poco/MemoryPool.h index 09578642c..d4403168c 100644 --- a/Foundation/include/Poco/MemoryPool.h +++ b/Foundation/include/Poco/MemoryPool.h @@ -1,7 +1,7 @@ // // MemoryPool.h // -// $Id: //poco/1.3/Foundation/include/Poco/MemoryPool.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/MemoryPool.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/MemoryStream.h b/Foundation/include/Poco/MemoryStream.h index 552ef1353..1c430af53 100644 --- a/Foundation/include/Poco/MemoryStream.h +++ b/Foundation/include/Poco/MemoryStream.h @@ -1,7 +1,7 @@ // // MemoryStream.h // -// $Id: //poco/1.3/Foundation/include/Poco/MemoryStream.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/MemoryStream.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/Message.h b/Foundation/include/Poco/Message.h index 3ce086c98..b2352eeb1 100644 --- a/Foundation/include/Poco/Message.h +++ b/Foundation/include/Poco/Message.h @@ -1,7 +1,7 @@ // // Message.h // -// $Id: //poco/1.3/Foundation/include/Poco/Message.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/Message.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/MetaObject.h b/Foundation/include/Poco/MetaObject.h index 526bc5dfe..643ee573b 100644 --- a/Foundation/include/Poco/MetaObject.h +++ b/Foundation/include/Poco/MetaObject.h @@ -1,7 +1,7 @@ // // MetaObject.h // -// $Id: //poco/1.3/Foundation/include/Poco/MetaObject.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/MetaObject.h#1 $ // // Library: Foundation // Package: SharedLibrary diff --git a/Foundation/include/Poco/MetaProgramming.h b/Foundation/include/Poco/MetaProgramming.h index 5bcfcb8ed..de2842869 100644 --- a/Foundation/include/Poco/MetaProgramming.h +++ b/Foundation/include/Poco/MetaProgramming.h @@ -1,7 +1,7 @@ // // MetaProgramming.h // -// $Id: //poco/1.3/Foundation/include/Poco/MetaProgramming.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/MetaProgramming.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/Mutex.h b/Foundation/include/Poco/Mutex.h index 12b708176..f71c7b0b8 100644 --- a/Foundation/include/Poco/Mutex.h +++ b/Foundation/include/Poco/Mutex.h @@ -1,7 +1,7 @@ // // Mutex.h // -// $Id: //poco/1.3/Foundation/include/Poco/Mutex.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/Mutex.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/Mutex_POSIX.h b/Foundation/include/Poco/Mutex_POSIX.h index 043f9c19b..71cc4db31 100644 --- a/Foundation/include/Poco/Mutex_POSIX.h +++ b/Foundation/include/Poco/Mutex_POSIX.h @@ -1,7 +1,7 @@ // // Mutex_POSIX.h // -// $Id: //poco/1.3/Foundation/include/Poco/Mutex_POSIX.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/Mutex_POSIX.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/Mutex_WIN32.h b/Foundation/include/Poco/Mutex_WIN32.h index 60f7939ee..9d137af7d 100644 --- a/Foundation/include/Poco/Mutex_WIN32.h +++ b/Foundation/include/Poco/Mutex_WIN32.h @@ -1,7 +1,7 @@ // // Mutex_WIN32.h // -// $Id: //poco/1.3/Foundation/include/Poco/Mutex_WIN32.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/Mutex_WIN32.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/Mutex_WINCE.h b/Foundation/include/Poco/Mutex_WINCE.h index d69c27157..744be989c 100644 --- a/Foundation/include/Poco/Mutex_WINCE.h +++ b/Foundation/include/Poco/Mutex_WINCE.h @@ -1,7 +1,7 @@ // // Mutex_WIN32.h // -// $Id: //poco/1.3/Foundation/include/Poco/Mutex_WINCE.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Mutex_WINCE.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/NObserver.h b/Foundation/include/Poco/NObserver.h index 289c6376c..c39e2dc94 100644 --- a/Foundation/include/Poco/NObserver.h +++ b/Foundation/include/Poco/NObserver.h @@ -1,7 +1,7 @@ // // NObserver.h // -// $Id: //poco/1.3/Foundation/include/Poco/NObserver.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/NObserver.h#1 $ // // Library: Foundation // Package: Notifications diff --git a/Foundation/include/Poco/NamedEvent.h b/Foundation/include/Poco/NamedEvent.h index 27ebafa88..1bbf4b075 100644 --- a/Foundation/include/Poco/NamedEvent.h +++ b/Foundation/include/Poco/NamedEvent.h @@ -1,7 +1,7 @@ // // NamedEvent.h // -// $Id: //poco/1.3/Foundation/include/Poco/NamedEvent.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/NamedEvent.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/NamedEvent_UNIX.h b/Foundation/include/Poco/NamedEvent_UNIX.h index 18f742365..1f53a5127 100644 --- a/Foundation/include/Poco/NamedEvent_UNIX.h +++ b/Foundation/include/Poco/NamedEvent_UNIX.h @@ -1,7 +1,7 @@ // // NamedEvent_UNIX.h // -// $Id: //poco/1.3/Foundation/include/Poco/NamedEvent_UNIX.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/NamedEvent_UNIX.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/NamedEvent_VMS.h b/Foundation/include/Poco/NamedEvent_VMS.h index aa1ec3727..09d196569 100644 --- a/Foundation/include/Poco/NamedEvent_VMS.h +++ b/Foundation/include/Poco/NamedEvent_VMS.h @@ -1,7 +1,7 @@ // // NamedEvent_VMS.h // -// $Id: //poco/1.3/Foundation/include/Poco/NamedEvent_VMS.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/NamedEvent_VMS.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/NamedEvent_WIN32.h b/Foundation/include/Poco/NamedEvent_WIN32.h index a83b764be..d5d6f5a12 100644 --- a/Foundation/include/Poco/NamedEvent_WIN32.h +++ b/Foundation/include/Poco/NamedEvent_WIN32.h @@ -1,7 +1,7 @@ // // NamedEvent_WIN32.h // -// $Id: //poco/1.3/Foundation/include/Poco/NamedEvent_WIN32.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/NamedEvent_WIN32.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/NamedEvent_WIN32U.h b/Foundation/include/Poco/NamedEvent_WIN32U.h index 414e7d98f..aff366cb6 100644 --- a/Foundation/include/Poco/NamedEvent_WIN32U.h +++ b/Foundation/include/Poco/NamedEvent_WIN32U.h @@ -1,7 +1,7 @@ // // NamedEvent_WIN32U.h // -// $Id: //poco/1.3/Foundation/include/Poco/NamedEvent_WIN32U.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/NamedEvent_WIN32U.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/NamedMutex.h b/Foundation/include/Poco/NamedMutex.h index 7c35cbfb4..5c6a88f0e 100644 --- a/Foundation/include/Poco/NamedMutex.h +++ b/Foundation/include/Poco/NamedMutex.h @@ -1,7 +1,7 @@ // // NamedMutex.h // -// $Id: //poco/1.3/Foundation/include/Poco/NamedMutex.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/NamedMutex.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/NamedMutex_UNIX.h b/Foundation/include/Poco/NamedMutex_UNIX.h index 287468007..6bfe2f5e0 100644 --- a/Foundation/include/Poco/NamedMutex_UNIX.h +++ b/Foundation/include/Poco/NamedMutex_UNIX.h @@ -1,7 +1,7 @@ // // NamedMutex_UNIX.h // -// $Id: //poco/1.3/Foundation/include/Poco/NamedMutex_UNIX.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/NamedMutex_UNIX.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/NamedMutex_VMS.h b/Foundation/include/Poco/NamedMutex_VMS.h index eeeddbeb3..1ae70fd21 100644 --- a/Foundation/include/Poco/NamedMutex_VMS.h +++ b/Foundation/include/Poco/NamedMutex_VMS.h @@ -1,7 +1,7 @@ // // NamedMutex_VMS.h // -// $Id: //poco/1.3/Foundation/include/Poco/NamedMutex_VMS.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/NamedMutex_VMS.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/NamedMutex_WIN32.h b/Foundation/include/Poco/NamedMutex_WIN32.h index 46e5d9422..b35219807 100644 --- a/Foundation/include/Poco/NamedMutex_WIN32.h +++ b/Foundation/include/Poco/NamedMutex_WIN32.h @@ -1,7 +1,7 @@ // // NamedMutex_WIN32.h // -// $Id: //poco/1.3/Foundation/include/Poco/NamedMutex_WIN32.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/NamedMutex_WIN32.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/NamedMutex_WIN32U.h b/Foundation/include/Poco/NamedMutex_WIN32U.h index aafec1cb7..bae45f991 100644 --- a/Foundation/include/Poco/NamedMutex_WIN32U.h +++ b/Foundation/include/Poco/NamedMutex_WIN32U.h @@ -1,7 +1,7 @@ // // NamedMutex_WIN32U.h // -// $Id: //poco/1.3/Foundation/include/Poco/NamedMutex_WIN32U.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/NamedMutex_WIN32U.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/NamedTuple.h b/Foundation/include/Poco/NamedTuple.h index 115be3f0f..1fd8b8393 100644 --- a/Foundation/include/Poco/NamedTuple.h +++ b/Foundation/include/Poco/NamedTuple.h @@ -1,7 +1,7 @@ // // NamedTuple.h // -// $Id: //poco/1.3/Foundation/include/Poco/NamedTuple.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/NamedTuple.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/NestedDiagnosticContext.h b/Foundation/include/Poco/NestedDiagnosticContext.h index 9a8047f8c..6c530b3f6 100644 --- a/Foundation/include/Poco/NestedDiagnosticContext.h +++ b/Foundation/include/Poco/NestedDiagnosticContext.h @@ -1,7 +1,7 @@ // // NestedDiagnosticContext.h // -// $Id: //poco/1.3/Foundation/include/Poco/NestedDiagnosticContext.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/NestedDiagnosticContext.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/Notification.h b/Foundation/include/Poco/Notification.h index 0264aa109..92a002e0b 100644 --- a/Foundation/include/Poco/Notification.h +++ b/Foundation/include/Poco/Notification.h @@ -1,7 +1,7 @@ // // Notification.h // -// $Id: //poco/1.3/Foundation/include/Poco/Notification.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/Notification.h#1 $ // // Library: Foundation // Package: Notifications diff --git a/Foundation/include/Poco/NotificationCenter.h b/Foundation/include/Poco/NotificationCenter.h index 3516e79eb..0f48c6a4b 100644 --- a/Foundation/include/Poco/NotificationCenter.h +++ b/Foundation/include/Poco/NotificationCenter.h @@ -1,7 +1,7 @@ // // NotificationCenter.h // -// $Id: //poco/1.3/Foundation/include/Poco/NotificationCenter.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/NotificationCenter.h#1 $ // // Library: Foundation // Package: Notifications diff --git a/Foundation/include/Poco/NotificationQueue.h b/Foundation/include/Poco/NotificationQueue.h index d9df4d0e0..3ff497234 100644 --- a/Foundation/include/Poco/NotificationQueue.h +++ b/Foundation/include/Poco/NotificationQueue.h @@ -1,7 +1,7 @@ // // NotificationQueue.h // -// $Id: //poco/1.3/Foundation/include/Poco/NotificationQueue.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/NotificationQueue.h#1 $ // // Library: Foundation // Package: Notifications diff --git a/Foundation/include/Poco/NotificationStrategy.h b/Foundation/include/Poco/NotificationStrategy.h index ca2f52c5c..0ab3f4ee5 100644 --- a/Foundation/include/Poco/NotificationStrategy.h +++ b/Foundation/include/Poco/NotificationStrategy.h @@ -1,7 +1,7 @@ // // NotificationStrategy.h // -// $Id: //poco/1.3/Foundation/include/Poco/NotificationStrategy.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/NotificationStrategy.h#1 $ // // Library: Foundation // Package: Events diff --git a/Foundation/include/Poco/NullChannel.h b/Foundation/include/Poco/NullChannel.h index 22d69a5c5..0de520db8 100644 --- a/Foundation/include/Poco/NullChannel.h +++ b/Foundation/include/Poco/NullChannel.h @@ -1,7 +1,7 @@ // // NullChannel.h // -// $Id: //poco/1.3/Foundation/include/Poco/NullChannel.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/NullChannel.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/NullStream.h b/Foundation/include/Poco/NullStream.h index 67e6cd859..487dcb4e0 100644 --- a/Foundation/include/Poco/NullStream.h +++ b/Foundation/include/Poco/NullStream.h @@ -1,7 +1,7 @@ // // NullStream.h // -// $Id: //poco/1.3/Foundation/include/Poco/NullStream.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/NullStream.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/Nullable.h b/Foundation/include/Poco/Nullable.h index 894886ad7..d405f4955 100644 --- a/Foundation/include/Poco/Nullable.h +++ b/Foundation/include/Poco/Nullable.h @@ -1,7 +1,7 @@ // // Nullable.h // -// $Id: //poco/1.3/Foundation/include/Poco/Nullable.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Nullable.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/NumberFormatter.h b/Foundation/include/Poco/NumberFormatter.h index 02333cc3a..671b0c3dc 100644 --- a/Foundation/include/Poco/NumberFormatter.h +++ b/Foundation/include/Poco/NumberFormatter.h @@ -1,7 +1,7 @@ // // NumberFormatter.h // -// $Id: //poco/1.3/Foundation/include/Poco/NumberFormatter.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/NumberFormatter.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/NumberParser.h b/Foundation/include/Poco/NumberParser.h index 945537532..c4e4f3233 100644 --- a/Foundation/include/Poco/NumberParser.h +++ b/Foundation/include/Poco/NumberParser.h @@ -1,7 +1,7 @@ // // NumberParser.h // -// $Id: //poco/1.3/Foundation/include/Poco/NumberParser.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/NumberParser.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/Observer.h b/Foundation/include/Poco/Observer.h index 5d834581f..cfd2fcd74 100644 --- a/Foundation/include/Poco/Observer.h +++ b/Foundation/include/Poco/Observer.h @@ -1,7 +1,7 @@ // // Observer.h // -// $Id: //poco/1.3/Foundation/include/Poco/Observer.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Observer.h#1 $ // // Library: Foundation // Package: Notifications diff --git a/Foundation/include/Poco/OpcomChannel.h b/Foundation/include/Poco/OpcomChannel.h index 655d8a13d..f1f4ea040 100644 --- a/Foundation/include/Poco/OpcomChannel.h +++ b/Foundation/include/Poco/OpcomChannel.h @@ -1,7 +1,7 @@ // // OpcomChannel.h // -// $Id: //poco/1.3/Foundation/include/Poco/OpcomChannel.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/OpcomChannel.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/Path.h b/Foundation/include/Poco/Path.h index 01f8ab66f..2c02a1af6 100644 --- a/Foundation/include/Poco/Path.h +++ b/Foundation/include/Poco/Path.h @@ -1,7 +1,7 @@ // // Path.h // -// $Id: //poco/1.3/Foundation/include/Poco/Path.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/Path.h#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/include/Poco/Path_UNIX.h b/Foundation/include/Poco/Path_UNIX.h index 0d7661edb..d591164cf 100644 --- a/Foundation/include/Poco/Path_UNIX.h +++ b/Foundation/include/Poco/Path_UNIX.h @@ -1,7 +1,7 @@ // // Path_UNIX.h // -// $Id: //poco/1.3/Foundation/include/Poco/Path_UNIX.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Path_UNIX.h#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/include/Poco/Path_VMS.h b/Foundation/include/Poco/Path_VMS.h index 3291f49c0..d0907eb39 100644 --- a/Foundation/include/Poco/Path_VMS.h +++ b/Foundation/include/Poco/Path_VMS.h @@ -1,7 +1,7 @@ // // Path_VMS.h // -// $Id: //poco/1.3/Foundation/include/Poco/Path_VMS.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Path_VMS.h#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/include/Poco/Path_WIN32.h b/Foundation/include/Poco/Path_WIN32.h index 20580d0cc..956b6ae19 100644 --- a/Foundation/include/Poco/Path_WIN32.h +++ b/Foundation/include/Poco/Path_WIN32.h @@ -1,7 +1,7 @@ // // Path_WIN32.h // -// $Id: //poco/1.3/Foundation/include/Poco/Path_WIN32.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Path_WIN32.h#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/include/Poco/Path_WIN32U.h b/Foundation/include/Poco/Path_WIN32U.h index 59e2cddbc..ac05a4629 100644 --- a/Foundation/include/Poco/Path_WIN32U.h +++ b/Foundation/include/Poco/Path_WIN32U.h @@ -1,7 +1,7 @@ // // Path_WIN32U.h // -// $Id: //poco/1.3/Foundation/include/Poco/Path_WIN32U.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Path_WIN32U.h#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/include/Poco/Path_WINCE.h b/Foundation/include/Poco/Path_WINCE.h index 56caf54c1..ef6b9f06a 100644 --- a/Foundation/include/Poco/Path_WINCE.h +++ b/Foundation/include/Poco/Path_WINCE.h @@ -1,7 +1,7 @@ // // Path_WINCE.h // -// $Id: //poco/1.3/Foundation/include/Poco/Path_WINCE.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Path_WINCE.h#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/include/Poco/PatternFormatter.h b/Foundation/include/Poco/PatternFormatter.h index 8546c785a..1a0f71747 100644 --- a/Foundation/include/Poco/PatternFormatter.h +++ b/Foundation/include/Poco/PatternFormatter.h @@ -1,7 +1,7 @@ // // PatternFormatter.h // -// $Id: //poco/1.3/Foundation/include/Poco/PatternFormatter.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/PatternFormatter.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/Pipe.h b/Foundation/include/Poco/Pipe.h index a2bb8e45f..67fd97705 100644 --- a/Foundation/include/Poco/Pipe.h +++ b/Foundation/include/Poco/Pipe.h @@ -1,7 +1,7 @@ // // Pipe.h // -// $Id: //poco/1.3/Foundation/include/Poco/Pipe.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Pipe.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/PipeImpl.h b/Foundation/include/Poco/PipeImpl.h index 9cdfd98c5..bd6be74e8 100644 --- a/Foundation/include/Poco/PipeImpl.h +++ b/Foundation/include/Poco/PipeImpl.h @@ -1,7 +1,7 @@ // // PipeImpl.h // -// $Id: //poco/1.3/Foundation/include/Poco/PipeImpl.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/PipeImpl.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/PipeImpl_DUMMY.h b/Foundation/include/Poco/PipeImpl_DUMMY.h index cf190b132..aeeafb23e 100644 --- a/Foundation/include/Poco/PipeImpl_DUMMY.h +++ b/Foundation/include/Poco/PipeImpl_DUMMY.h @@ -1,7 +1,7 @@ // // PipeImpl_DUMMY.h // -// $Id: //poco/1.3/Foundation/include/Poco/PipeImpl_DUMMY.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/PipeImpl_DUMMY.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/PipeImpl_POSIX.h b/Foundation/include/Poco/PipeImpl_POSIX.h index fa0350774..2ad6625f7 100644 --- a/Foundation/include/Poco/PipeImpl_POSIX.h +++ b/Foundation/include/Poco/PipeImpl_POSIX.h @@ -1,7 +1,7 @@ // // PipeImpl_POSIX.h // -// $Id: //poco/1.3/Foundation/include/Poco/PipeImpl_POSIX.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/PipeImpl_POSIX.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/PipeImpl_WIN32.h b/Foundation/include/Poco/PipeImpl_WIN32.h index e6ceab7a8..74e90161d 100644 --- a/Foundation/include/Poco/PipeImpl_WIN32.h +++ b/Foundation/include/Poco/PipeImpl_WIN32.h @@ -1,7 +1,7 @@ // // PipeImpl_WIN32.h // -// $Id: //poco/1.3/Foundation/include/Poco/PipeImpl_WIN32.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/PipeImpl_WIN32.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/PipeStream.h b/Foundation/include/Poco/PipeStream.h index 7c20e706f..9e1fb18b0 100644 --- a/Foundation/include/Poco/PipeStream.h +++ b/Foundation/include/Poco/PipeStream.h @@ -1,7 +1,7 @@ // // PipeStream.h // -// $Id: //poco/1.3/Foundation/include/Poco/PipeStream.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/PipeStream.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/Platform.h b/Foundation/include/Poco/Platform.h index 3bf6ab6fe..fc3dd98e0 100644 --- a/Foundation/include/Poco/Platform.h +++ b/Foundation/include/Poco/Platform.h @@ -1,7 +1,7 @@ // // Platform.h // -// $Id: //poco/1.3/Foundation/include/Poco/Platform.h#5 $ +// $Id: //poco/1.4/Foundation/include/Poco/Platform.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/Platform_POSIX.h b/Foundation/include/Poco/Platform_POSIX.h index 863a28395..ff1e6c83a 100644 --- a/Foundation/include/Poco/Platform_POSIX.h +++ b/Foundation/include/Poco/Platform_POSIX.h @@ -1,7 +1,7 @@ // // Platform_POSIX.h // -// $Id: //poco/1.3/Foundation/include/Poco/Platform_POSIX.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Platform_POSIX.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/Platform_VMS.h b/Foundation/include/Poco/Platform_VMS.h index 3cd3433ed..c304abd2c 100644 --- a/Foundation/include/Poco/Platform_VMS.h +++ b/Foundation/include/Poco/Platform_VMS.h @@ -1,7 +1,7 @@ // // Platform_VMS.h // -// $Id: //poco/1.3/Foundation/include/Poco/Platform_VMS.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Platform_VMS.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/Platform_WIN32.h b/Foundation/include/Poco/Platform_WIN32.h index ce2f27766..389997aee 100644 --- a/Foundation/include/Poco/Platform_WIN32.h +++ b/Foundation/include/Poco/Platform_WIN32.h @@ -1,7 +1,7 @@ // // Platform_WIN32.h // -// $Id: //poco/1.3/Foundation/include/Poco/Platform_WIN32.h#6 $ +// $Id: //poco/1.4/Foundation/include/Poco/Platform_WIN32.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/Poco.h b/Foundation/include/Poco/Poco.h index f00fc388c..4ec6db6b8 100644 --- a/Foundation/include/Poco/Poco.h +++ b/Foundation/include/Poco/Poco.h @@ -1,7 +1,7 @@ // // Poco.h // -// $Id: //poco/1.3/Foundation/include/Poco/Poco.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Poco.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/PriorityDelegate.h b/Foundation/include/Poco/PriorityDelegate.h index f24f1f464..fdbd1b472 100644 --- a/Foundation/include/Poco/PriorityDelegate.h +++ b/Foundation/include/Poco/PriorityDelegate.h @@ -1,7 +1,7 @@ // // PriorityDelegate.h // -// $Id: //poco/1.3/Foundation/include/Poco/PriorityDelegate.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/PriorityDelegate.h#1 $ // // Library: Foundation // Package: Events diff --git a/Foundation/include/Poco/PriorityEvent.h b/Foundation/include/Poco/PriorityEvent.h index 16d5c57e0..a20ac01aa 100644 --- a/Foundation/include/Poco/PriorityEvent.h +++ b/Foundation/include/Poco/PriorityEvent.h @@ -1,7 +1,7 @@ // // PriorityEvent.h // -// $Id: //poco/1.3/Foundation/include/Poco/PriorityEvent.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/PriorityEvent.h#1 $ // // Library: Foundation // Package: Events diff --git a/Foundation/include/Poco/PriorityExpire.h b/Foundation/include/Poco/PriorityExpire.h index 1c26a9135..e1a253d9d 100644 --- a/Foundation/include/Poco/PriorityExpire.h +++ b/Foundation/include/Poco/PriorityExpire.h @@ -1,7 +1,7 @@ // // PriorityExpire.h // -// $Id: //poco/1.3/Foundation/include/Poco/PriorityExpire.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/PriorityExpire.h#1 $ // // Library: Foundation // Package: Events diff --git a/Foundation/include/Poco/PriorityNotificationQueue.h b/Foundation/include/Poco/PriorityNotificationQueue.h index 5994c18dc..ff7271bdd 100644 --- a/Foundation/include/Poco/PriorityNotificationQueue.h +++ b/Foundation/include/Poco/PriorityNotificationQueue.h @@ -1,7 +1,7 @@ // // PriorityNotificationQueue.h // -// $Id: //poco/1.3/Foundation/include/Poco/PriorityNotificationQueue.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/PriorityNotificationQueue.h#1 $ // // Library: Foundation // Package: Notifications diff --git a/Foundation/include/Poco/Process.h b/Foundation/include/Poco/Process.h index 7c035ae92..4c7714194 100644 --- a/Foundation/include/Poco/Process.h +++ b/Foundation/include/Poco/Process.h @@ -1,7 +1,7 @@ // // Process.h // -// $Id: //poco/1.3/Foundation/include/Poco/Process.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/Process.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/Process_UNIX.h b/Foundation/include/Poco/Process_UNIX.h index c4ac9a8e3..800ed61f7 100644 --- a/Foundation/include/Poco/Process_UNIX.h +++ b/Foundation/include/Poco/Process_UNIX.h @@ -1,7 +1,7 @@ // // Process_UNIX.h // -// $Id: //poco/1.3/Foundation/include/Poco/Process_UNIX.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Process_UNIX.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/Process_VMS.h b/Foundation/include/Poco/Process_VMS.h index 955a6bfd7..abbf2ca26 100644 --- a/Foundation/include/Poco/Process_VMS.h +++ b/Foundation/include/Poco/Process_VMS.h @@ -1,7 +1,7 @@ // // Process_VMS.h // -// $Id: //poco/1.3/Foundation/include/Poco/Process_VMS.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Process_VMS.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/Process_WIN32.h b/Foundation/include/Poco/Process_WIN32.h index a2da54c4f..9aca67e8f 100644 --- a/Foundation/include/Poco/Process_WIN32.h +++ b/Foundation/include/Poco/Process_WIN32.h @@ -1,7 +1,7 @@ // // Process_WIN32.h // -// $Id: //poco/1.3/Foundation/include/Poco/Process_WIN32.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/Process_WIN32.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/Process_WIN32U.h b/Foundation/include/Poco/Process_WIN32U.h index 584e89f1e..72d8ea6bf 100644 --- a/Foundation/include/Poco/Process_WIN32U.h +++ b/Foundation/include/Poco/Process_WIN32U.h @@ -1,7 +1,7 @@ // // Process_WIN32U.h // -// $Id: //poco/1.3/Foundation/include/Poco/Process_WIN32U.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/Process_WIN32U.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/Process_WINCE.h b/Foundation/include/Poco/Process_WINCE.h index 58a4387c4..c9c40a097 100644 --- a/Foundation/include/Poco/Process_WINCE.h +++ b/Foundation/include/Poco/Process_WINCE.h @@ -1,7 +1,7 @@ // // Process_WINCE.h // -// $Id: //poco/1.3/Foundation/include/Poco/Process_WINCE.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/Process_WINCE.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/PurgeStrategy.h b/Foundation/include/Poco/PurgeStrategy.h index 52479250c..05889e4df 100644 --- a/Foundation/include/Poco/PurgeStrategy.h +++ b/Foundation/include/Poco/PurgeStrategy.h @@ -1,7 +1,7 @@ // // PurgeStrategy.h // -// $Id: //poco/1.3/Foundation/include/Poco/PurgeStrategy.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/PurgeStrategy.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/RWLock.h b/Foundation/include/Poco/RWLock.h index 3570c5f77..98641baf6 100644 --- a/Foundation/include/Poco/RWLock.h +++ b/Foundation/include/Poco/RWLock.h @@ -1,7 +1,7 @@ // // RWLock.h // -// $Id: //poco/1.3/Foundation/include/Poco/RWLock.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/RWLock.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/RWLock_POSIX.h b/Foundation/include/Poco/RWLock_POSIX.h index b3192f663..4e1f92355 100644 --- a/Foundation/include/Poco/RWLock_POSIX.h +++ b/Foundation/include/Poco/RWLock_POSIX.h @@ -1,7 +1,7 @@ // // RWLock_POSIX.h // -// $Id: //poco/1.3/Foundation/include/Poco/RWLock_POSIX.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/RWLock_POSIX.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/RWLock_WIN32.h b/Foundation/include/Poco/RWLock_WIN32.h index 529ba961d..3586f5c9c 100644 --- a/Foundation/include/Poco/RWLock_WIN32.h +++ b/Foundation/include/Poco/RWLock_WIN32.h @@ -1,7 +1,7 @@ // // RWLock_WIN32.h // -// $Id: //poco/1.3/Foundation/include/Poco/RWLock_WIN32.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/RWLock_WIN32.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/RWLock_WINCE.h b/Foundation/include/Poco/RWLock_WINCE.h index a2e358f37..679d2c9b6 100644 --- a/Foundation/include/Poco/RWLock_WINCE.h +++ b/Foundation/include/Poco/RWLock_WINCE.h @@ -1,7 +1,7 @@ // // RWLock_WINCE.h // -// $Id: //poco/1.3/Foundation/include/Poco/RWLock_WINCE.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/RWLock_WINCE.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/Random.h b/Foundation/include/Poco/Random.h index afb910df9..80f00676e 100644 --- a/Foundation/include/Poco/Random.h +++ b/Foundation/include/Poco/Random.h @@ -1,7 +1,7 @@ // // Random.h // -// $Id: //poco/1.3/Foundation/include/Poco/Random.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/Random.h#1 $ // // Library: Foundation // Package: Crypt diff --git a/Foundation/include/Poco/RandomStream.h b/Foundation/include/Poco/RandomStream.h index a9604fd52..0f93a6404 100644 --- a/Foundation/include/Poco/RandomStream.h +++ b/Foundation/include/Poco/RandomStream.h @@ -1,7 +1,7 @@ // // RandomStream.h // -// $Id: //poco/1.3/Foundation/include/Poco/RandomStream.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/RandomStream.h#1 $ // // Library: Foundation // Package: Crypt diff --git a/Foundation/include/Poco/RefCountedObject.h b/Foundation/include/Poco/RefCountedObject.h index d8ee916d3..0e1b06a53 100644 --- a/Foundation/include/Poco/RefCountedObject.h +++ b/Foundation/include/Poco/RefCountedObject.h @@ -1,7 +1,7 @@ // // RefCountedObject.h // -// $Id: //poco/1.3/Foundation/include/Poco/RefCountedObject.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/RefCountedObject.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/RegularExpression.h b/Foundation/include/Poco/RegularExpression.h index df975fe90..3bdd4effe 100644 --- a/Foundation/include/Poco/RegularExpression.h +++ b/Foundation/include/Poco/RegularExpression.h @@ -1,7 +1,7 @@ // // RegularExpression.h // -// $Id: //poco/1.3/Foundation/include/Poco/RegularExpression.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/RegularExpression.h#1 $ // // Library: Foundation // Package: RegExp diff --git a/Foundation/include/Poco/RotateStrategy.h b/Foundation/include/Poco/RotateStrategy.h index 2afd6c2c1..5fa61e384 100644 --- a/Foundation/include/Poco/RotateStrategy.h +++ b/Foundation/include/Poco/RotateStrategy.h @@ -1,7 +1,7 @@ // // RotateStrategy.h // -// $Id: //poco/1.3/Foundation/include/Poco/RotateStrategy.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/RotateStrategy.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/Runnable.h b/Foundation/include/Poco/Runnable.h index dc5d08823..17c78b0f1 100644 --- a/Foundation/include/Poco/Runnable.h +++ b/Foundation/include/Poco/Runnable.h @@ -1,7 +1,7 @@ // // Runnable.h // -// $Id: //poco/1.3/Foundation/include/Poco/Runnable.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Runnable.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/RunnableAdapter.h b/Foundation/include/Poco/RunnableAdapter.h index a34662fe0..b841f460f 100644 --- a/Foundation/include/Poco/RunnableAdapter.h +++ b/Foundation/include/Poco/RunnableAdapter.h @@ -1,7 +1,7 @@ // // RunnableAdapter.h // -// $Id: //poco/1.3/Foundation/include/Poco/RunnableAdapter.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/RunnableAdapter.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/SHA1Engine.h b/Foundation/include/Poco/SHA1Engine.h index f0b5fe42e..f85a1a8d4 100644 --- a/Foundation/include/Poco/SHA1Engine.h +++ b/Foundation/include/Poco/SHA1Engine.h @@ -1,7 +1,7 @@ // // SHA1Engine.h // -// $Id: //poco/1.3/Foundation/include/Poco/SHA1Engine.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/SHA1Engine.h#1 $ // // Library: Foundation // Package: Crypt diff --git a/Foundation/include/Poco/ScopedLock.h b/Foundation/include/Poco/ScopedLock.h index 1afd4cd9e..22133a91a 100644 --- a/Foundation/include/Poco/ScopedLock.h +++ b/Foundation/include/Poco/ScopedLock.h @@ -1,7 +1,7 @@ // // ScopedLock.h // -// $Id: //poco/1.3/Foundation/include/Poco/ScopedLock.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/ScopedLock.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/ScopedUnlock.h b/Foundation/include/Poco/ScopedUnlock.h index 2896db717..72ed894b1 100644 --- a/Foundation/include/Poco/ScopedUnlock.h +++ b/Foundation/include/Poco/ScopedUnlock.h @@ -1,7 +1,7 @@ // // ScopedUnlock.h // -// $Id: //poco/1.3/Foundation/include/Poco/ScopedUnlock.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/ScopedUnlock.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/Semaphore.h b/Foundation/include/Poco/Semaphore.h index fcec18259..bd2fa1ff9 100644 --- a/Foundation/include/Poco/Semaphore.h +++ b/Foundation/include/Poco/Semaphore.h @@ -1,7 +1,7 @@ // // Semaphore.h // -// $Id: //poco/1.3/Foundation/include/Poco/Semaphore.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/Semaphore.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/Semaphore_POSIX.h b/Foundation/include/Poco/Semaphore_POSIX.h index f45c2d930..b4430965c 100644 --- a/Foundation/include/Poco/Semaphore_POSIX.h +++ b/Foundation/include/Poco/Semaphore_POSIX.h @@ -1,7 +1,7 @@ // // Semaphore_POSIX.h // -// $Id: //poco/1.3/Foundation/include/Poco/Semaphore_POSIX.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Semaphore_POSIX.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/Semaphore_WIN32.h b/Foundation/include/Poco/Semaphore_WIN32.h index 8300f02f7..09a8bdb34 100644 --- a/Foundation/include/Poco/Semaphore_WIN32.h +++ b/Foundation/include/Poco/Semaphore_WIN32.h @@ -1,7 +1,7 @@ // // Semaphore_WIN32.h // -// $Id: //poco/1.3/Foundation/include/Poco/Semaphore_WIN32.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/Semaphore_WIN32.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/SharedLibrary.h b/Foundation/include/Poco/SharedLibrary.h index 45001665c..24f6d048e 100644 --- a/Foundation/include/Poco/SharedLibrary.h +++ b/Foundation/include/Poco/SharedLibrary.h @@ -1,7 +1,7 @@ // // SharedLibrary.h // -// $Id: //poco/1.3/Foundation/include/Poco/SharedLibrary.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/SharedLibrary.h#1 $ // // Library: Foundation // Package: SharedLibrary diff --git a/Foundation/include/Poco/SharedLibrary_HPUX.h b/Foundation/include/Poco/SharedLibrary_HPUX.h index 313b3c994..72f443927 100644 --- a/Foundation/include/Poco/SharedLibrary_HPUX.h +++ b/Foundation/include/Poco/SharedLibrary_HPUX.h @@ -1,7 +1,7 @@ // // SharedLibrary_HPUX.h // -// $Id: //poco/1.3/Foundation/include/Poco/SharedLibrary_HPUX.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/SharedLibrary_HPUX.h#1 $ // // Library: Foundation // Package: SharedLibrary diff --git a/Foundation/include/Poco/SharedLibrary_UNIX.h b/Foundation/include/Poco/SharedLibrary_UNIX.h index 9f47ccbec..f130990d5 100644 --- a/Foundation/include/Poco/SharedLibrary_UNIX.h +++ b/Foundation/include/Poco/SharedLibrary_UNIX.h @@ -1,7 +1,7 @@ // // SharedLibrary_UNIX.h // -// $Id: //poco/1.3/Foundation/include/Poco/SharedLibrary_UNIX.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/SharedLibrary_UNIX.h#1 $ // // Library: Foundation // Package: SharedLibrary diff --git a/Foundation/include/Poco/SharedLibrary_VMS.h b/Foundation/include/Poco/SharedLibrary_VMS.h index d7f76e4ff..18c9cdafd 100644 --- a/Foundation/include/Poco/SharedLibrary_VMS.h +++ b/Foundation/include/Poco/SharedLibrary_VMS.h @@ -1,7 +1,7 @@ // // SharedLibrary_VMS.h // -// $Id: //poco/1.3/Foundation/include/Poco/SharedLibrary_VMS.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/SharedLibrary_VMS.h#1 $ // // Library: Foundation // Package: SharedLibrary diff --git a/Foundation/include/Poco/SharedLibrary_WIN32.h b/Foundation/include/Poco/SharedLibrary_WIN32.h index b61587f51..07cb2947c 100644 --- a/Foundation/include/Poco/SharedLibrary_WIN32.h +++ b/Foundation/include/Poco/SharedLibrary_WIN32.h @@ -1,7 +1,7 @@ // // SharedLibrary_WIN32.h // -// $Id: //poco/1.3/Foundation/include/Poco/SharedLibrary_WIN32.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/SharedLibrary_WIN32.h#1 $ // // Library: Foundation // Package: SharedLibrary diff --git a/Foundation/include/Poco/SharedLibrary_WIN32U.h b/Foundation/include/Poco/SharedLibrary_WIN32U.h index 91b77b980..07a63db07 100644 --- a/Foundation/include/Poco/SharedLibrary_WIN32U.h +++ b/Foundation/include/Poco/SharedLibrary_WIN32U.h @@ -1,7 +1,7 @@ // // SharedLibrary_WIN32U.h // -// $Id: //poco/1.3/Foundation/include/Poco/SharedLibrary_WIN32U.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/SharedLibrary_WIN32U.h#1 $ // // Library: Foundation // Package: SharedLibrary diff --git a/Foundation/include/Poco/SharedMemory.h b/Foundation/include/Poco/SharedMemory.h index c5638da2f..e9b533b78 100644 --- a/Foundation/include/Poco/SharedMemory.h +++ b/Foundation/include/Poco/SharedMemory.h @@ -1,7 +1,7 @@ // // SharedMemory.h // -// $Id: //poco/1.3/Foundation/include/Poco/SharedMemory.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/SharedMemory.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/SharedMemory_DUMMY.h b/Foundation/include/Poco/SharedMemory_DUMMY.h index c93027d81..d363a37e1 100644 --- a/Foundation/include/Poco/SharedMemory_DUMMY.h +++ b/Foundation/include/Poco/SharedMemory_DUMMY.h @@ -1,7 +1,7 @@ // // SharedMemoryImpl.h // -// $Id: //poco/1.3/Foundation/include/Poco/SharedMemory_DUMMY.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/SharedMemory_DUMMY.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/SharedMemory_POSIX.h b/Foundation/include/Poco/SharedMemory_POSIX.h index 06ea31047..91a8d7356 100644 --- a/Foundation/include/Poco/SharedMemory_POSIX.h +++ b/Foundation/include/Poco/SharedMemory_POSIX.h @@ -1,7 +1,7 @@ // // SharedMemoryImpl.h // -// $Id: //poco/1.3/Foundation/include/Poco/SharedMemory_POSIX.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/SharedMemory_POSIX.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/SharedMemory_WIN32.h b/Foundation/include/Poco/SharedMemory_WIN32.h index e90e45bee..f4cc4ea8c 100644 --- a/Foundation/include/Poco/SharedMemory_WIN32.h +++ b/Foundation/include/Poco/SharedMemory_WIN32.h @@ -1,7 +1,7 @@ // // SharedMemoryImpl.h // -// $Id: //poco/1.3/Foundation/include/Poco/SharedMemory_WIN32.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/SharedMemory_WIN32.h#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/include/Poco/SharedPtr.h b/Foundation/include/Poco/SharedPtr.h index 849d3413e..655f3bd92 100644 --- a/Foundation/include/Poco/SharedPtr.h +++ b/Foundation/include/Poco/SharedPtr.h @@ -1,7 +1,7 @@ // // SharedPtr.h // -// $Id: //poco/1.3/Foundation/include/Poco/SharedPtr.h#8 $ +// $Id: //poco/1.4/Foundation/include/Poco/SharedPtr.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/SignalHandler.h b/Foundation/include/Poco/SignalHandler.h index 3b631c2d9..efe5855ed 100644 --- a/Foundation/include/Poco/SignalHandler.h +++ b/Foundation/include/Poco/SignalHandler.h @@ -1,7 +1,7 @@ // // SignalHandler.h // -// $Id: //poco/1.3/Foundation/include/Poco/SignalHandler.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/SignalHandler.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/SimpleFileChannel.h b/Foundation/include/Poco/SimpleFileChannel.h index 79778e537..f787a10f6 100644 --- a/Foundation/include/Poco/SimpleFileChannel.h +++ b/Foundation/include/Poco/SimpleFileChannel.h @@ -1,7 +1,7 @@ // // SimpleFileChannel.h // -// $Id: //poco/1.3/Foundation/include/Poco/SimpleFileChannel.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/SimpleFileChannel.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/SimpleHashTable.h b/Foundation/include/Poco/SimpleHashTable.h index ba983ae13..2fc4895da 100644 --- a/Foundation/include/Poco/SimpleHashTable.h +++ b/Foundation/include/Poco/SimpleHashTable.h @@ -1,7 +1,7 @@ // // SimpleHashTable.h // -// $Id: //poco/1.3/Foundation/include/Poco/SimpleHashTable.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/SimpleHashTable.h#1 $ // // Library: Foundation // Package: Hashing diff --git a/Foundation/include/Poco/SingletonHolder.h b/Foundation/include/Poco/SingletonHolder.h index dccdbc2ea..58d40e2be 100644 --- a/Foundation/include/Poco/SingletonHolder.h +++ b/Foundation/include/Poco/SingletonHolder.h @@ -1,7 +1,7 @@ // // SingletonHolder.h // -// $Id: //poco/1.3/Foundation/include/Poco/SingletonHolder.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/SingletonHolder.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/SplitterChannel.h b/Foundation/include/Poco/SplitterChannel.h index 6222ed967..d0a34e290 100644 --- a/Foundation/include/Poco/SplitterChannel.h +++ b/Foundation/include/Poco/SplitterChannel.h @@ -1,7 +1,7 @@ // // SplitterChannel.h // -// $Id: //poco/1.3/Foundation/include/Poco/SplitterChannel.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/SplitterChannel.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/Stopwatch.h b/Foundation/include/Poco/Stopwatch.h index a093f429f..0af87347a 100644 --- a/Foundation/include/Poco/Stopwatch.h +++ b/Foundation/include/Poco/Stopwatch.h @@ -1,7 +1,7 @@ // // Stopwatch.h // -// $Id: //poco/1.3/Foundation/include/Poco/Stopwatch.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/Stopwatch.h#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/include/Poco/StrategyCollection.h b/Foundation/include/Poco/StrategyCollection.h index 307b0132b..a3b332c65 100644 --- a/Foundation/include/Poco/StrategyCollection.h +++ b/Foundation/include/Poco/StrategyCollection.h @@ -1,7 +1,7 @@ // // StrategyCollection.h // -// $Id: //poco/1.3/Foundation/include/Poco/StrategyCollection.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/StrategyCollection.h#1 $ // // Library: Foundation // Package: Cache diff --git a/Foundation/include/Poco/StreamChannel.h b/Foundation/include/Poco/StreamChannel.h index ca6c595e1..6aee9c834 100644 --- a/Foundation/include/Poco/StreamChannel.h +++ b/Foundation/include/Poco/StreamChannel.h @@ -1,7 +1,7 @@ // // StreamChannel.h // -// $Id: //poco/1.3/Foundation/include/Poco/StreamChannel.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/StreamChannel.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/StreamConverter.h b/Foundation/include/Poco/StreamConverter.h index 3a473ade3..5599ea833 100644 --- a/Foundation/include/Poco/StreamConverter.h +++ b/Foundation/include/Poco/StreamConverter.h @@ -1,7 +1,7 @@ // // StreamConverter.h // -// $Id: //poco/1.3/Foundation/include/Poco/StreamConverter.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/StreamConverter.h#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/include/Poco/StreamCopier.h b/Foundation/include/Poco/StreamCopier.h index 9e519287c..11c4ced7a 100644 --- a/Foundation/include/Poco/StreamCopier.h +++ b/Foundation/include/Poco/StreamCopier.h @@ -1,7 +1,7 @@ // // StreamCopier.h // -// $Id: //poco/1.3/Foundation/include/Poco/StreamCopier.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/StreamCopier.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/StreamTokenizer.h b/Foundation/include/Poco/StreamTokenizer.h index c00434231..e19382395 100644 --- a/Foundation/include/Poco/StreamTokenizer.h +++ b/Foundation/include/Poco/StreamTokenizer.h @@ -1,7 +1,7 @@ // // StreamTokenizer.h // -// $Id: //poco/1.3/Foundation/include/Poco/StreamTokenizer.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/StreamTokenizer.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/StreamUtil.h b/Foundation/include/Poco/StreamUtil.h index e68d28baa..df1883be9 100644 --- a/Foundation/include/Poco/StreamUtil.h +++ b/Foundation/include/Poco/StreamUtil.h @@ -1,7 +1,7 @@ // // StreamUtil.h // -// $Id: //poco/1.3/Foundation/include/Poco/StreamUtil.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/StreamUtil.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/String.h b/Foundation/include/Poco/String.h index d1601bd3e..98f75a91b 100644 --- a/Foundation/include/Poco/String.h +++ b/Foundation/include/Poco/String.h @@ -1,7 +1,7 @@ // // String.h // -// $Id: //poco/1.3/Foundation/include/Poco/String.h#7 $ +// $Id: //poco/1.4/Foundation/include/Poco/String.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/StringTokenizer.h b/Foundation/include/Poco/StringTokenizer.h index b2b9deb70..352e51402 100644 --- a/Foundation/include/Poco/StringTokenizer.h +++ b/Foundation/include/Poco/StringTokenizer.h @@ -1,7 +1,7 @@ // // StringTokenizer.h // -// $Id: //poco/1.3/Foundation/include/Poco/StringTokenizer.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/StringTokenizer.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/SynchronizedObject.h b/Foundation/include/Poco/SynchronizedObject.h index 4dbaf8433..6d1b14ba1 100644 --- a/Foundation/include/Poco/SynchronizedObject.h +++ b/Foundation/include/Poco/SynchronizedObject.h @@ -1,7 +1,7 @@ // // SynchronizedObject.h // -// $Id: //poco/1.3/Foundation/include/Poco/SynchronizedObject.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/SynchronizedObject.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/SyslogChannel.h b/Foundation/include/Poco/SyslogChannel.h index da5525757..c5a63b4b8 100644 --- a/Foundation/include/Poco/SyslogChannel.h +++ b/Foundation/include/Poco/SyslogChannel.h @@ -1,7 +1,7 @@ // // SyslogChannel.h // -// $Id: //poco/1.3/Foundation/include/Poco/SyslogChannel.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/SyslogChannel.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/Task.h b/Foundation/include/Poco/Task.h index dd0cb9cdd..be1809f7e 100644 --- a/Foundation/include/Poco/Task.h +++ b/Foundation/include/Poco/Task.h @@ -1,7 +1,7 @@ // // Task.h // -// $Id: //poco/1.3/Foundation/include/Poco/Task.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Task.h#1 $ // // Library: Foundation // Package: Tasks diff --git a/Foundation/include/Poco/TaskManager.h b/Foundation/include/Poco/TaskManager.h index 02e756f58..06d9ea857 100644 --- a/Foundation/include/Poco/TaskManager.h +++ b/Foundation/include/Poco/TaskManager.h @@ -1,7 +1,7 @@ // // TaskManager.h // -// $Id: //poco/1.3/Foundation/include/Poco/TaskManager.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/TaskManager.h#1 $ // // Library: Foundation // Package: Tasks diff --git a/Foundation/include/Poco/TaskNotification.h b/Foundation/include/Poco/TaskNotification.h index 06ad1fd1f..56a208bb2 100644 --- a/Foundation/include/Poco/TaskNotification.h +++ b/Foundation/include/Poco/TaskNotification.h @@ -1,7 +1,7 @@ // // TaskNotification.h // -// $Id: //poco/1.3/Foundation/include/Poco/TaskNotification.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/TaskNotification.h#1 $ // // Library: Foundation // Package: Tasks diff --git a/Foundation/include/Poco/TeeStream.h b/Foundation/include/Poco/TeeStream.h index 9b5136dfd..e1dec37bd 100644 --- a/Foundation/include/Poco/TeeStream.h +++ b/Foundation/include/Poco/TeeStream.h @@ -1,7 +1,7 @@ // // TeeStream.h // -// $Id: //poco/1.3/Foundation/include/Poco/TeeStream.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/TeeStream.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/TemporaryFile.h b/Foundation/include/Poco/TemporaryFile.h index a9f8299fb..56fe888a3 100644 --- a/Foundation/include/Poco/TemporaryFile.h +++ b/Foundation/include/Poco/TemporaryFile.h @@ -1,7 +1,7 @@ // // TemporaryFile.h // -// $Id: //poco/1.3/Foundation/include/Poco/TemporaryFile.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/TemporaryFile.h#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/include/Poco/TextBufferIterator.h b/Foundation/include/Poco/TextBufferIterator.h index 46b7d85ad..cc755071b 100644 --- a/Foundation/include/Poco/TextBufferIterator.h +++ b/Foundation/include/Poco/TextBufferIterator.h @@ -1,7 +1,7 @@ // // TextBufferIterator.h // -// $Id: //poco/1.3/Foundation/include/Poco/TextBufferIterator.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/TextBufferIterator.h#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/include/Poco/TextConverter.h b/Foundation/include/Poco/TextConverter.h index 3e82b05d6..95b5a27ad 100644 --- a/Foundation/include/Poco/TextConverter.h +++ b/Foundation/include/Poco/TextConverter.h @@ -1,7 +1,7 @@ // // TextConverter.h // -// $Id: //poco/1.3/Foundation/include/Poco/TextConverter.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/TextConverter.h#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/include/Poco/TextEncoding.h b/Foundation/include/Poco/TextEncoding.h index b420924e8..f722a881c 100644 --- a/Foundation/include/Poco/TextEncoding.h +++ b/Foundation/include/Poco/TextEncoding.h @@ -1,7 +1,7 @@ // // TextEncoding.h // -// $Id: //poco/1.3/Foundation/include/Poco/TextEncoding.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/TextEncoding.h#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/include/Poco/TextIterator.h b/Foundation/include/Poco/TextIterator.h index 078bc542a..44b2aa03f 100644 --- a/Foundation/include/Poco/TextIterator.h +++ b/Foundation/include/Poco/TextIterator.h @@ -1,7 +1,7 @@ // // TextIterator.h // -// $Id: //poco/1.3/Foundation/include/Poco/TextIterator.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/TextIterator.h#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/include/Poco/Thread.h b/Foundation/include/Poco/Thread.h index 44be43929..33a0ff7df 100644 --- a/Foundation/include/Poco/Thread.h +++ b/Foundation/include/Poco/Thread.h @@ -1,7 +1,7 @@ // // Thread.h // -// $Id: //poco/1.3/Foundation/include/Poco/Thread.h#8 $ +// $Id: //poco/1.4/Foundation/include/Poco/Thread.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/ThreadLocal.h b/Foundation/include/Poco/ThreadLocal.h index 97b38c2d4..d9358616c 100644 --- a/Foundation/include/Poco/ThreadLocal.h +++ b/Foundation/include/Poco/ThreadLocal.h @@ -1,7 +1,7 @@ // // ThreadLocal.h // -// $Id: //poco/1.3/Foundation/include/Poco/ThreadLocal.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/ThreadLocal.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/ThreadPool.h b/Foundation/include/Poco/ThreadPool.h index efe62e352..4aae08bbc 100644 --- a/Foundation/include/Poco/ThreadPool.h +++ b/Foundation/include/Poco/ThreadPool.h @@ -1,7 +1,7 @@ // // ThreadPool.h // -// $Id: //poco/1.3/Foundation/include/Poco/ThreadPool.h#5 $ +// $Id: //poco/1.4/Foundation/include/Poco/ThreadPool.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/Thread_POSIX.h b/Foundation/include/Poco/Thread_POSIX.h index d6b1ab0ee..834f58ef5 100644 --- a/Foundation/include/Poco/Thread_POSIX.h +++ b/Foundation/include/Poco/Thread_POSIX.h @@ -1,7 +1,7 @@ // // Thread_POSIX.h // -// $Id: //poco/1.3/Foundation/include/Poco/Thread_POSIX.h#11 $ +// $Id: //poco/1.4/Foundation/include/Poco/Thread_POSIX.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/Thread_WIN32.h b/Foundation/include/Poco/Thread_WIN32.h index 976501f86..ed2fd41a1 100644 --- a/Foundation/include/Poco/Thread_WIN32.h +++ b/Foundation/include/Poco/Thread_WIN32.h @@ -1,7 +1,7 @@ // // Thread_WIN32.h // -// $Id: //poco/1.3/Foundation/include/Poco/Thread_WIN32.h#10 $ +// $Id: //poco/1.4/Foundation/include/Poco/Thread_WIN32.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/Thread_WINCE.h b/Foundation/include/Poco/Thread_WINCE.h index 3c0a72e0f..0b92cf66d 100644 --- a/Foundation/include/Poco/Thread_WINCE.h +++ b/Foundation/include/Poco/Thread_WINCE.h @@ -1,7 +1,7 @@ // // Thread_WINCE.h // -// $Id: //poco/1.3/Foundation/include/Poco/Thread_WINCE.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Thread_WINCE.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/TimedNotificationQueue.h b/Foundation/include/Poco/TimedNotificationQueue.h index 22173a68f..0f22f3097 100644 --- a/Foundation/include/Poco/TimedNotificationQueue.h +++ b/Foundation/include/Poco/TimedNotificationQueue.h @@ -1,7 +1,7 @@ // // TimedNotificationQueue.h // -// $Id: //poco/1.3/Foundation/include/Poco/TimedNotificationQueue.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/TimedNotificationQueue.h#1 $ // // Library: Foundation // Package: Notifications diff --git a/Foundation/include/Poco/Timer.h b/Foundation/include/Poco/Timer.h index a66d2ac40..4f1e51f24 100644 --- a/Foundation/include/Poco/Timer.h +++ b/Foundation/include/Poco/Timer.h @@ -1,7 +1,7 @@ // // Timer.h // -// $Id: //poco/1.3/Foundation/include/Poco/Timer.h#7 $ +// $Id: //poco/1.4/Foundation/include/Poco/Timer.h#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/include/Poco/Timespan.h b/Foundation/include/Poco/Timespan.h index 5bf285b33..9263755b0 100644 --- a/Foundation/include/Poco/Timespan.h +++ b/Foundation/include/Poco/Timespan.h @@ -1,7 +1,7 @@ // // Timespan.h // -// $Id: //poco/1.3/Foundation/include/Poco/Timespan.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/Timespan.h#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/include/Poco/Timestamp.h b/Foundation/include/Poco/Timestamp.h index 5d816333d..d2c7aa594 100644 --- a/Foundation/include/Poco/Timestamp.h +++ b/Foundation/include/Poco/Timestamp.h @@ -1,7 +1,7 @@ // // Timestamp.h // -// $Id: //poco/1.3/Foundation/include/Poco/Timestamp.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/Timestamp.h#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/include/Poco/Timezone.h b/Foundation/include/Poco/Timezone.h index e364bcabf..1e5608b5f 100644 --- a/Foundation/include/Poco/Timezone.h +++ b/Foundation/include/Poco/Timezone.h @@ -1,7 +1,7 @@ // // Timezone.h // -// $Id: //poco/1.3/Foundation/include/Poco/Timezone.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/Timezone.h#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/include/Poco/Token.h b/Foundation/include/Poco/Token.h index 77e44fbcc..fb1a910be 100644 --- a/Foundation/include/Poco/Token.h +++ b/Foundation/include/Poco/Token.h @@ -1,7 +1,7 @@ // // Token.h // -// $Id: //poco/1.3/Foundation/include/Poco/Token.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/Token.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/Tuple.h b/Foundation/include/Poco/Tuple.h index 4cbf3603d..97437a7b4 100644 --- a/Foundation/include/Poco/Tuple.h +++ b/Foundation/include/Poco/Tuple.h @@ -1,7 +1,7 @@ // // Tuple.h // -// $Id: //poco/1.3/Foundation/include/Poco/Tuple.h#7 $ +// $Id: //poco/1.4/Foundation/include/Poco/Tuple.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/TypeList.h b/Foundation/include/Poco/TypeList.h index 7e6150f0e..12383eebf 100644 --- a/Foundation/include/Poco/TypeList.h +++ b/Foundation/include/Poco/TypeList.h @@ -1,7 +1,7 @@ // // TypeList.h // -// $Id: //poco/1.3/Foundation/include/Poco/TypeList.h#7 $ +// $Id: //poco/1.4/Foundation/include/Poco/TypeList.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/Types.h b/Foundation/include/Poco/Types.h index 5f810b469..491c3c5e2 100644 --- a/Foundation/include/Poco/Types.h +++ b/Foundation/include/Poco/Types.h @@ -1,7 +1,7 @@ // // Types.h // -// $Id: //poco/1.3/Foundation/include/Poco/Types.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/Types.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/URI.h b/Foundation/include/Poco/URI.h index 00a8b16ed..944b84cc5 100644 --- a/Foundation/include/Poco/URI.h +++ b/Foundation/include/Poco/URI.h @@ -1,7 +1,7 @@ // // URI.h // -// $Id: //poco/1.3/Foundation/include/Poco/URI.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/URI.h#1 $ // // Library: Foundation // Package: URI diff --git a/Foundation/include/Poco/URIStreamFactory.h b/Foundation/include/Poco/URIStreamFactory.h index 2973b0c84..a60f8e3c7 100644 --- a/Foundation/include/Poco/URIStreamFactory.h +++ b/Foundation/include/Poco/URIStreamFactory.h @@ -1,7 +1,7 @@ // // URIStreamFactory.h // -// $Id: //poco/1.3/Foundation/include/Poco/URIStreamFactory.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/URIStreamFactory.h#1 $ // // Library: Foundation // Package: URI diff --git a/Foundation/include/Poco/URIStreamOpener.h b/Foundation/include/Poco/URIStreamOpener.h index a9a7b3151..29e068011 100644 --- a/Foundation/include/Poco/URIStreamOpener.h +++ b/Foundation/include/Poco/URIStreamOpener.h @@ -1,7 +1,7 @@ // // URIStreamOpener.h // -// $Id: //poco/1.3/Foundation/include/Poco/URIStreamOpener.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/URIStreamOpener.h#1 $ // // Library: Foundation // Package: URI diff --git a/Foundation/include/Poco/UTF16Encoding.h b/Foundation/include/Poco/UTF16Encoding.h index 91f487cd7..1cc0c11b4 100644 --- a/Foundation/include/Poco/UTF16Encoding.h +++ b/Foundation/include/Poco/UTF16Encoding.h @@ -1,7 +1,7 @@ // // UTF16Encoding.h // -// $Id: //poco/1.3/Foundation/include/Poco/UTF16Encoding.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/UTF16Encoding.h#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/include/Poco/UTF8Encoding.h b/Foundation/include/Poco/UTF8Encoding.h index c2302aee7..4f9f9ceab 100644 --- a/Foundation/include/Poco/UTF8Encoding.h +++ b/Foundation/include/Poco/UTF8Encoding.h @@ -1,7 +1,7 @@ // // UTF8Encoding.h // -// $Id: //poco/1.3/Foundation/include/Poco/UTF8Encoding.h#6 $ +// $Id: //poco/1.4/Foundation/include/Poco/UTF8Encoding.h#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/include/Poco/UTF8String.h b/Foundation/include/Poco/UTF8String.h index a33ae289d..1b1a3d616 100644 --- a/Foundation/include/Poco/UTF8String.h +++ b/Foundation/include/Poco/UTF8String.h @@ -1,7 +1,7 @@ // // UTF8String.h // -// $Id: //poco/1.3/Foundation/include/Poco/UTF8String.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/UTF8String.h#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/include/Poco/UUID.h b/Foundation/include/Poco/UUID.h index 6b9df5ba6..6e5d84460 100644 --- a/Foundation/include/Poco/UUID.h +++ b/Foundation/include/Poco/UUID.h @@ -1,7 +1,7 @@ // // UUID.h // -// $Id: //poco/1.3/Foundation/include/Poco/UUID.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/UUID.h#1 $ // // Library: Foundation // Package: UUID diff --git a/Foundation/include/Poco/UUIDGenerator.h b/Foundation/include/Poco/UUIDGenerator.h index fcff505c0..a2d68bd06 100644 --- a/Foundation/include/Poco/UUIDGenerator.h +++ b/Foundation/include/Poco/UUIDGenerator.h @@ -1,7 +1,7 @@ // // UUIDGenerator.h // -// $Id: //poco/1.3/Foundation/include/Poco/UUIDGenerator.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/UUIDGenerator.h#1 $ // // Library: Foundation // Package: UUID diff --git a/Foundation/include/Poco/UnWindows.h b/Foundation/include/Poco/UnWindows.h index dbde5a2cb..be84b67a0 100644 --- a/Foundation/include/Poco/UnWindows.h +++ b/Foundation/include/Poco/UnWindows.h @@ -1,7 +1,7 @@ // // UnWindows.h // -// $Id: //poco/1.3/Foundation/include/Poco/UnWindows.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/UnWindows.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/UnbufferedStreamBuf.h b/Foundation/include/Poco/UnbufferedStreamBuf.h index b65f2325e..8cdd07c45 100644 --- a/Foundation/include/Poco/UnbufferedStreamBuf.h +++ b/Foundation/include/Poco/UnbufferedStreamBuf.h @@ -1,7 +1,7 @@ // // UnufferedStreamBuf.h // -// $Id: //poco/1.3/Foundation/include/Poco/UnbufferedStreamBuf.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/UnbufferedStreamBuf.h#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/include/Poco/Unicode.h b/Foundation/include/Poco/Unicode.h index 0943454c8..f3f22faae 100644 --- a/Foundation/include/Poco/Unicode.h +++ b/Foundation/include/Poco/Unicode.h @@ -1,7 +1,7 @@ // // Unicode.h // -// $Id: //poco/1.3/Foundation/include/Poco/Unicode.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/Unicode.h#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/include/Poco/UnicodeConverter.h b/Foundation/include/Poco/UnicodeConverter.h index 86d060757..e2377d6bd 100644 --- a/Foundation/include/Poco/UnicodeConverter.h +++ b/Foundation/include/Poco/UnicodeConverter.h @@ -1,7 +1,7 @@ // // UnicodeConverter.h // -// $Id: //poco/1.3/Foundation/include/Poco/UnicodeConverter.h#1 $ +// $Id: //poco/1.4/Foundation/include/Poco/UnicodeConverter.h#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/include/Poco/UniqueAccessExpireCache.h b/Foundation/include/Poco/UniqueAccessExpireCache.h index c049cedce..5094fde5b 100644 --- a/Foundation/include/Poco/UniqueAccessExpireCache.h +++ b/Foundation/include/Poco/UniqueAccessExpireCache.h @@ -1,7 +1,7 @@ // // UniqueAccessExpireCache.h // -// $Id: //poco/1.3/Foundation/include/Poco/UniqueAccessExpireCache.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/UniqueAccessExpireCache.h#1 $ // // Library: Foundation // Package: Cache diff --git a/Foundation/include/Poco/UniqueAccessExpireLRUCache.h b/Foundation/include/Poco/UniqueAccessExpireLRUCache.h index 0800a1799..51f49dde8 100644 --- a/Foundation/include/Poco/UniqueAccessExpireLRUCache.h +++ b/Foundation/include/Poco/UniqueAccessExpireLRUCache.h @@ -1,7 +1,7 @@ // // UniqueAccessExpireLRUCache.h // -// $Id: //poco/1.3/Foundation/include/Poco/UniqueAccessExpireLRUCache.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/UniqueAccessExpireLRUCache.h#1 $ // // Library: Foundation // Package: Cache diff --git a/Foundation/include/Poco/UniqueAccessExpireStrategy.h b/Foundation/include/Poco/UniqueAccessExpireStrategy.h index a40e0c065..20a2c35c9 100644 --- a/Foundation/include/Poco/UniqueAccessExpireStrategy.h +++ b/Foundation/include/Poco/UniqueAccessExpireStrategy.h @@ -1,7 +1,7 @@ // // UniqueAccessExpireStrategy.h // -// $Id: //poco/1.3/Foundation/include/Poco/UniqueAccessExpireStrategy.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/UniqueAccessExpireStrategy.h#1 $ // // Library: Foundation // Package: Cache diff --git a/Foundation/include/Poco/UniqueExpireCache.h b/Foundation/include/Poco/UniqueExpireCache.h index 15d388b50..b0c8441c3 100644 --- a/Foundation/include/Poco/UniqueExpireCache.h +++ b/Foundation/include/Poco/UniqueExpireCache.h @@ -1,7 +1,7 @@ // // UniqueExpireCache.h // -// $Id: //poco/1.3/Foundation/include/Poco/UniqueExpireCache.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/UniqueExpireCache.h#1 $ // // Library: Foundation // Package: Cache diff --git a/Foundation/include/Poco/UniqueExpireLRUCache.h b/Foundation/include/Poco/UniqueExpireLRUCache.h index a52b68324..fd55822db 100644 --- a/Foundation/include/Poco/UniqueExpireLRUCache.h +++ b/Foundation/include/Poco/UniqueExpireLRUCache.h @@ -1,7 +1,7 @@ // // UniqueExpireLRUCache.h // -// $Id: //poco/1.3/Foundation/include/Poco/UniqueExpireLRUCache.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/UniqueExpireLRUCache.h#1 $ // // Library: Foundation // Package: Cache diff --git a/Foundation/include/Poco/UniqueExpireStrategy.h b/Foundation/include/Poco/UniqueExpireStrategy.h index eb0e27322..66bab6373 100644 --- a/Foundation/include/Poco/UniqueExpireStrategy.h +++ b/Foundation/include/Poco/UniqueExpireStrategy.h @@ -1,7 +1,7 @@ // // UniqueExpireStrategy.h // -// $Id: //poco/1.3/Foundation/include/Poco/UniqueExpireStrategy.h#3 $ +// $Id: //poco/1.4/Foundation/include/Poco/UniqueExpireStrategy.h#1 $ // // Library: Foundation // Package: Cache diff --git a/Foundation/include/Poco/ValidArgs.h b/Foundation/include/Poco/ValidArgs.h index 5c31eb011..13aa5fc91 100644 --- a/Foundation/include/Poco/ValidArgs.h +++ b/Foundation/include/Poco/ValidArgs.h @@ -1,7 +1,7 @@ // // ValidArgs.h // -// $Id: //poco/1.3/Foundation/include/Poco/ValidArgs.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/ValidArgs.h#1 $ // // Library: Foundation // Package: Cache diff --git a/Foundation/include/Poco/Version.h b/Foundation/include/Poco/Version.h index 833991630..9c0f58766 100644 --- a/Foundation/include/Poco/Version.h +++ b/Foundation/include/Poco/Version.h @@ -1,7 +1,7 @@ // // Version.h // -// $Id: //poco/1.3/Foundation/include/Poco/Version.h#5 $ +// $Id: //poco/1.4/Foundation/include/Poco/Version.h#2 $ // // Library: Foundation // Package: Core @@ -54,7 +54,7 @@ // Ax are alpha releases // Bx are beta releases // -#define POCO_VERSION 0x010400B5 +#define POCO_VERSION 0x01040000 #endif // Foundation_Version_INCLUDED diff --git a/Foundation/include/Poco/Void.h b/Foundation/include/Poco/Void.h index 516a2f83f..6590d7dc9 100644 --- a/Foundation/include/Poco/Void.h +++ b/Foundation/include/Poco/Void.h @@ -1,7 +1,7 @@ // // Void.h // -// $Id: //poco/1.3/Foundation/include/Poco/Void.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/Void.h#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/include/Poco/Windows1252Encoding.h b/Foundation/include/Poco/Windows1252Encoding.h index 754e72065..1a4eb43ec 100644 --- a/Foundation/include/Poco/Windows1252Encoding.h +++ b/Foundation/include/Poco/Windows1252Encoding.h @@ -1,7 +1,7 @@ // // Windows1252Encoding.h // -// $Id: //poco/1.3/Foundation/include/Poco/Windows1252Encoding.h#4 $ +// $Id: //poco/1.4/Foundation/include/Poco/Windows1252Encoding.h#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/include/Poco/WindowsConsoleChannel.h b/Foundation/include/Poco/WindowsConsoleChannel.h index a29ac19bd..a6ca3e348 100644 --- a/Foundation/include/Poco/WindowsConsoleChannel.h +++ b/Foundation/include/Poco/WindowsConsoleChannel.h @@ -1,7 +1,7 @@ // // WindowsConsoleChannel.h // -// $Id: //poco/1.3/Foundation/include/Poco/WindowsConsoleChannel.h#2 $ +// $Id: //poco/1.4/Foundation/include/Poco/WindowsConsoleChannel.h#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/include/Poco/zconf.h b/Foundation/include/Poco/zconf.h index 0bc9a2973..6f7122f5c 100644 --- a/Foundation/include/Poco/zconf.h +++ b/Foundation/include/Poco/zconf.h @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: //poco/1.3/Foundation/include/Poco/zconf.h#1 $ */ +/* @(#) $Id: //poco/1.4/Foundation/include/Poco/zconf.h#1 $ */ #ifndef ZCONF_H #define ZCONF_H diff --git a/Foundation/samples/ActiveMethod/ActiveMethod.vmsbuild b/Foundation/samples/ActiveMethod/ActiveMethod.vmsbuild index aee11c68a..ad0d55ef5 100644 --- a/Foundation/samples/ActiveMethod/ActiveMethod.vmsbuild +++ b/Foundation/samples/ActiveMethod/ActiveMethod.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Foundation/samples/ActiveMethod/ActiveMethod.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/samples/ActiveMethod/ActiveMethod.vmsbuild#1 $ # EXE=ActiveMethod ActiveMethod diff --git a/Foundation/samples/ActiveMethod/Makefile b/Foundation/samples/ActiveMethod/Makefile index f54990f52..2da40b288 100644 --- a/Foundation/samples/ActiveMethod/Makefile +++ b/Foundation/samples/ActiveMethod/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/samples/ActiveMethod/Makefile#1 $ +# $Id: //poco/1.4/Foundation/samples/ActiveMethod/Makefile#1 $ # # Makefile for Poco ActiveMethod # diff --git a/Foundation/samples/ActiveMethod/src/ActiveMethod.cpp b/Foundation/samples/ActiveMethod/src/ActiveMethod.cpp index 802f925cb..13cc28e72 100644 --- a/Foundation/samples/ActiveMethod/src/ActiveMethod.cpp +++ b/Foundation/samples/ActiveMethod/src/ActiveMethod.cpp @@ -1,7 +1,7 @@ // // ActiveMethod.cpp // -// $Id: //poco/1.3/Foundation/samples/ActiveMethod/src/ActiveMethod.cpp#1 $ +// $Id: //poco/1.4/Foundation/samples/ActiveMethod/src/ActiveMethod.cpp#1 $ // // This sample demonstrates the ActiveMethod and ActiveResult classes. // diff --git a/Foundation/samples/Activity/Activity.vmsbuild b/Foundation/samples/Activity/Activity.vmsbuild index 6aba3e44b..678b58886 100644 --- a/Foundation/samples/Activity/Activity.vmsbuild +++ b/Foundation/samples/Activity/Activity.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Foundation/samples/Activity/Activity.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/samples/Activity/Activity.vmsbuild#1 $ # EXE=Activity Activity diff --git a/Foundation/samples/Activity/src/Activity.cpp b/Foundation/samples/Activity/src/Activity.cpp index 945555a23..4b90b42ca 100644 --- a/Foundation/samples/Activity/src/Activity.cpp +++ b/Foundation/samples/Activity/src/Activity.cpp @@ -1,7 +1,7 @@ // // Activity.cpp // -// $Id: //poco/1.3/Foundation/samples/Activity/src/Activity.cpp#1 $ +// $Id: //poco/1.4/Foundation/samples/Activity/src/Activity.cpp#1 $ // // This sample demonstrates the Activity class. // diff --git a/Foundation/samples/BinaryReaderWriter/BinaryReaderWriter.vmsbuild b/Foundation/samples/BinaryReaderWriter/BinaryReaderWriter.vmsbuild index f78ae9a48..084078f18 100644 --- a/Foundation/samples/BinaryReaderWriter/BinaryReaderWriter.vmsbuild +++ b/Foundation/samples/BinaryReaderWriter/BinaryReaderWriter.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Foundation/samples/BinaryReaderWriter/BinaryReaderWriter.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/samples/BinaryReaderWriter/BinaryReaderWriter.vmsbuild#1 $ # EXE=BinaryReaderWriter BinaryReaderWriter diff --git a/Foundation/samples/BinaryReaderWriter/Makefile b/Foundation/samples/BinaryReaderWriter/Makefile index 1a6c0f146..8ac778510 100644 --- a/Foundation/samples/BinaryReaderWriter/Makefile +++ b/Foundation/samples/BinaryReaderWriter/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/samples/BinaryReaderWriter/Makefile#1 $ +# $Id: //poco/1.4/Foundation/samples/BinaryReaderWriter/Makefile#1 $ # # Makefile for Poco BinaryReaderWriter # diff --git a/Foundation/samples/BinaryReaderWriter/src/BinaryReaderWriter.cpp b/Foundation/samples/BinaryReaderWriter/src/BinaryReaderWriter.cpp index a287e9972..64c52b44a 100644 --- a/Foundation/samples/BinaryReaderWriter/src/BinaryReaderWriter.cpp +++ b/Foundation/samples/BinaryReaderWriter/src/BinaryReaderWriter.cpp @@ -1,7 +1,7 @@ // // BinaryReaderWriter.cpp // -// $Id: //poco/1.3/Foundation/samples/BinaryReaderWriter/src/BinaryReaderWriter.cpp#1 $ +// $Id: //poco/1.4/Foundation/samples/BinaryReaderWriter/src/BinaryReaderWriter.cpp#1 $ // // This sample demonstrates the BinaryWriter and BinaryReader classes. // diff --git a/Foundation/samples/DateTime/DateTime.vmsbuild b/Foundation/samples/DateTime/DateTime.vmsbuild index 8c7df83cc..2f332c66b 100644 --- a/Foundation/samples/DateTime/DateTime.vmsbuild +++ b/Foundation/samples/DateTime/DateTime.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Foundation/samples/DateTime/DateTime.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/samples/DateTime/DateTime.vmsbuild#1 $ # EXE=DateTime DateTime diff --git a/Foundation/samples/DateTime/Makefile b/Foundation/samples/DateTime/Makefile index fbff242cf..86970b781 100644 --- a/Foundation/samples/DateTime/Makefile +++ b/Foundation/samples/DateTime/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/samples/DateTime/Makefile#1 $ +# $Id: //poco/1.4/Foundation/samples/DateTime/Makefile#1 $ # # Makefile for Poco DateTime # diff --git a/Foundation/samples/DateTime/src/DateTime.cpp b/Foundation/samples/DateTime/src/DateTime.cpp index 6a89dd8ea..255a23835 100644 --- a/Foundation/samples/DateTime/src/DateTime.cpp +++ b/Foundation/samples/DateTime/src/DateTime.cpp @@ -1,7 +1,7 @@ // // DateTime.cpp // -// $Id: //poco/1.3/Foundation/samples/DateTime/src/DateTime.cpp#2 $ +// $Id: //poco/1.4/Foundation/samples/DateTime/src/DateTime.cpp#1 $ // // This sample demonstrates the DateTime class. // diff --git a/Foundation/samples/LogRotation/LogRotation.vmsbuild b/Foundation/samples/LogRotation/LogRotation.vmsbuild index f61882906..b57da6e2c 100644 --- a/Foundation/samples/LogRotation/LogRotation.vmsbuild +++ b/Foundation/samples/LogRotation/LogRotation.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Foundation/samples/LogRotation/LogRotation.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/samples/LogRotation/LogRotation.vmsbuild#1 $ # EXE=Logrotation LogRotation diff --git a/Foundation/samples/Logger/Logger.vmsbuild b/Foundation/samples/Logger/Logger.vmsbuild index c42d7cf4c..d463ee3bd 100644 --- a/Foundation/samples/Logger/Logger.vmsbuild +++ b/Foundation/samples/Logger/Logger.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Foundation/samples/Logger/Logger.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/samples/Logger/Logger.vmsbuild#1 $ # EXE=Logger Logger diff --git a/Foundation/samples/Logger/Makefile b/Foundation/samples/Logger/Makefile index 498b25662..96742917e 100644 --- a/Foundation/samples/Logger/Makefile +++ b/Foundation/samples/Logger/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/samples/Logger/Makefile#1 $ +# $Id: //poco/1.4/Foundation/samples/Logger/Makefile#1 $ # # Makefile for Poco Logger # diff --git a/Foundation/samples/Logger/src/Logger.cpp b/Foundation/samples/Logger/src/Logger.cpp index 3dee93300..06637ba3c 100644 --- a/Foundation/samples/Logger/src/Logger.cpp +++ b/Foundation/samples/Logger/src/Logger.cpp @@ -1,7 +1,7 @@ // // Logger.cpp // -// $Id: //poco/1.3/Foundation/samples/Logger/src/Logger.cpp#2 $ +// $Id: //poco/1.4/Foundation/samples/Logger/src/Logger.cpp#1 $ // // This class demonstrates the Logger, PatternFormatter, FormattingChannel, // ConsoleChannel and FileChannel classes. diff --git a/Foundation/samples/Makefile b/Foundation/samples/Makefile index b8e31cf56..2e19def20 100644 --- a/Foundation/samples/Makefile +++ b/Foundation/samples/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/samples/Makefile#1 $ +# $Id: //poco/1.4/Foundation/samples/Makefile#1 $ # # Makefile for Poco Foundation Samples # diff --git a/Foundation/samples/NotificationQueue/Makefile b/Foundation/samples/NotificationQueue/Makefile index c692d1cbf..1d35488da 100644 --- a/Foundation/samples/NotificationQueue/Makefile +++ b/Foundation/samples/NotificationQueue/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/samples/NotificationQueue/Makefile#1 $ +# $Id: //poco/1.4/Foundation/samples/NotificationQueue/Makefile#1 $ # # Makefile for Poco NotificationQueue # diff --git a/Foundation/samples/NotificationQueue/NotificationQueue.vmsbuild b/Foundation/samples/NotificationQueue/NotificationQueue.vmsbuild index 0b22c8431..295c3fab5 100644 --- a/Foundation/samples/NotificationQueue/NotificationQueue.vmsbuild +++ b/Foundation/samples/NotificationQueue/NotificationQueue.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Foundation/samples/NotificationQueue/NotificationQueue.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/samples/NotificationQueue/NotificationQueue.vmsbuild#1 $ # EXE=NotificationQueue NotificationQueue diff --git a/Foundation/samples/NotificationQueue/src/NotificationQueue.cpp b/Foundation/samples/NotificationQueue/src/NotificationQueue.cpp index 63521d52b..ac4d897cd 100644 --- a/Foundation/samples/NotificationQueue/src/NotificationQueue.cpp +++ b/Foundation/samples/NotificationQueue/src/NotificationQueue.cpp @@ -1,7 +1,7 @@ // // NotificationQueue.cpp // -// $Id: //poco/1.3/Foundation/samples/NotificationQueue/src/NotificationQueue.cpp#4 $ +// $Id: //poco/1.4/Foundation/samples/NotificationQueue/src/NotificationQueue.cpp#1 $ // // This sample demonstrates the NotificationQueue, ThreadPool, // FastMutex and ScopedLock classes. diff --git a/Foundation/samples/StringTokenizer/Makefile b/Foundation/samples/StringTokenizer/Makefile index bf3b2b280..2114063ea 100644 --- a/Foundation/samples/StringTokenizer/Makefile +++ b/Foundation/samples/StringTokenizer/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/samples/StringTokenizer/Makefile#1 $ +# $Id: //poco/1.4/Foundation/samples/StringTokenizer/Makefile#1 $ # # Makefile for Poco StringTokenizer # diff --git a/Foundation/samples/StringTokenizer/StringTokenizer.vmsbuild b/Foundation/samples/StringTokenizer/StringTokenizer.vmsbuild index f5f1f688c..2987fe35f 100644 --- a/Foundation/samples/StringTokenizer/StringTokenizer.vmsbuild +++ b/Foundation/samples/StringTokenizer/StringTokenizer.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Foundation/samples/StringTokenizer/StringTokenizer.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/samples/StringTokenizer/StringTokenizer.vmsbuild#1 $ # EXE=StringTokenizer StringTokenizer diff --git a/Foundation/samples/StringTokenizer/src/StringTokenizer.cpp b/Foundation/samples/StringTokenizer/src/StringTokenizer.cpp index 48002531c..8787ad05d 100644 --- a/Foundation/samples/StringTokenizer/src/StringTokenizer.cpp +++ b/Foundation/samples/StringTokenizer/src/StringTokenizer.cpp @@ -1,7 +1,7 @@ // // StringTokenizer.cpp // -// $Id: //poco/1.3/Foundation/samples/StringTokenizer/src/StringTokenizer.cpp#1 $ +// $Id: //poco/1.4/Foundation/samples/StringTokenizer/src/StringTokenizer.cpp#1 $ // // This sample demonstrates the usage of the StringTokenizer class. // diff --git a/Foundation/samples/Timer/Makefile b/Foundation/samples/Timer/Makefile index f9e5a027d..530d06617 100644 --- a/Foundation/samples/Timer/Makefile +++ b/Foundation/samples/Timer/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/samples/Timer/Makefile#1 $ +# $Id: //poco/1.4/Foundation/samples/Timer/Makefile#1 $ # # Makefile for Poco Timer # diff --git a/Foundation/samples/Timer/Timer.vmsbuild b/Foundation/samples/Timer/Timer.vmsbuild index 1a964b182..3fefee28e 100644 --- a/Foundation/samples/Timer/Timer.vmsbuild +++ b/Foundation/samples/Timer/Timer.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Foundation/samples/Timer/Timer.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/samples/Timer/Timer.vmsbuild#1 $ # EXE=Timer Timer diff --git a/Foundation/samples/Timer/src/Timer.cpp b/Foundation/samples/Timer/src/Timer.cpp index 136468947..369af782b 100644 --- a/Foundation/samples/Timer/src/Timer.cpp +++ b/Foundation/samples/Timer/src/Timer.cpp @@ -1,7 +1,7 @@ // // Timer.cpp // -// $Id: //poco/1.3/Foundation/samples/Timer/src/Timer.cpp#1 $ +// $Id: //poco/1.4/Foundation/samples/Timer/src/Timer.cpp#1 $ // // This sample demonstrates the Timer and Stopwatch classes. // diff --git a/Foundation/samples/URI/Makefile b/Foundation/samples/URI/Makefile index 50cd8a1fc..17ffb8f0a 100644 --- a/Foundation/samples/URI/Makefile +++ b/Foundation/samples/URI/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/samples/URI/Makefile#1 $ +# $Id: //poco/1.4/Foundation/samples/URI/Makefile#1 $ # # Makefile for Poco URI # diff --git a/Foundation/samples/URI/URI.vmsbuild b/Foundation/samples/URI/URI.vmsbuild index 1b63ee66a..97f6d3417 100644 --- a/Foundation/samples/URI/URI.vmsbuild +++ b/Foundation/samples/URI/URI.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Foundation/samples/URI/URI.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/samples/URI/URI.vmsbuild#1 $ # EXE=URI URI diff --git a/Foundation/samples/URI/src/URI.cpp b/Foundation/samples/URI/src/URI.cpp index c65ded417..b9e1332c7 100644 --- a/Foundation/samples/URI/src/URI.cpp +++ b/Foundation/samples/URI/src/URI.cpp @@ -1,7 +1,7 @@ // // URI.cpp // -// $Id: //poco/1.3/Foundation/samples/URI/src/URI.cpp#1 $ +// $Id: //poco/1.4/Foundation/samples/URI/src/URI.cpp#1 $ // // This sample demonstrates the URI class. // diff --git a/Foundation/samples/base64decode/Makefile b/Foundation/samples/base64decode/Makefile index 52c5b7049..211b907cd 100644 --- a/Foundation/samples/base64decode/Makefile +++ b/Foundation/samples/base64decode/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/samples/base64decode/Makefile#1 $ +# $Id: //poco/1.4/Foundation/samples/base64decode/Makefile#1 $ # # Makefile for Poco base64decode # diff --git a/Foundation/samples/base64decode/base64decode.vmsbuild b/Foundation/samples/base64decode/base64decode.vmsbuild index ff59d5b66..0c20c7a4d 100644 --- a/Foundation/samples/base64decode/base64decode.vmsbuild +++ b/Foundation/samples/base64decode/base64decode.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Foundation/samples/base64decode/base64decode.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/samples/base64decode/base64decode.vmsbuild#1 $ # EXE=base64decode base64decode diff --git a/Foundation/samples/base64decode/src/base64decode.cpp b/Foundation/samples/base64decode/src/base64decode.cpp index 1476ec1c7..d1e4b9050 100644 --- a/Foundation/samples/base64decode/src/base64decode.cpp +++ b/Foundation/samples/base64decode/src/base64decode.cpp @@ -1,7 +1,7 @@ // // base64decode.cpp // -// $Id: //poco/1.3/Foundation/samples/base64decode/src/base64decode.cpp#1 $ +// $Id: //poco/1.4/Foundation/samples/base64decode/src/base64decode.cpp#1 $ // // This sample demonstrates the Base64Decoder and StreamCopier classes. // diff --git a/Foundation/samples/base64encode/Makefile b/Foundation/samples/base64encode/Makefile index c4237d7dd..df1755e74 100644 --- a/Foundation/samples/base64encode/Makefile +++ b/Foundation/samples/base64encode/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/samples/base64encode/Makefile#1 $ +# $Id: //poco/1.4/Foundation/samples/base64encode/Makefile#1 $ # # Makefile for Poco base64encode # diff --git a/Foundation/samples/base64encode/base64encode.vmsbuild b/Foundation/samples/base64encode/base64encode.vmsbuild index bba7d6ecf..1af9dfa31 100644 --- a/Foundation/samples/base64encode/base64encode.vmsbuild +++ b/Foundation/samples/base64encode/base64encode.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Foundation/samples/base64encode/base64encode.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/samples/base64encode/base64encode.vmsbuild#1 $ # EXE=base64encode base64encode diff --git a/Foundation/samples/base64encode/src/base64encode.cpp b/Foundation/samples/base64encode/src/base64encode.cpp index 8190763fb..efb95be9c 100644 --- a/Foundation/samples/base64encode/src/base64encode.cpp +++ b/Foundation/samples/base64encode/src/base64encode.cpp @@ -1,7 +1,7 @@ // // base64encode.cpp // -// $Id: //poco/1.3/Foundation/samples/base64encode/src/base64encode.cpp#1 $ +// $Id: //poco/1.4/Foundation/samples/base64encode/src/base64encode.cpp#1 $ // // This sample demonstrates the Base64Encoder and StreamCopier classes. // diff --git a/Foundation/samples/deflate/Makefile b/Foundation/samples/deflate/Makefile index 334d93dda..34a400dcf 100644 --- a/Foundation/samples/deflate/Makefile +++ b/Foundation/samples/deflate/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/samples/deflate/Makefile#1 $ +# $Id: //poco/1.4/Foundation/samples/deflate/Makefile#1 $ # # Makefile for Poco deflate # diff --git a/Foundation/samples/deflate/deflate.vmsbuild b/Foundation/samples/deflate/deflate.vmsbuild index ad6975870..b070ab294 100644 --- a/Foundation/samples/deflate/deflate.vmsbuild +++ b/Foundation/samples/deflate/deflate.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Foundation/samples/deflate/deflate.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/samples/deflate/deflate.vmsbuild#1 $ # EXE=deflate deflate diff --git a/Foundation/samples/deflate/src/deflate.cpp b/Foundation/samples/deflate/src/deflate.cpp index 8163b4f28..1bd364150 100644 --- a/Foundation/samples/deflate/src/deflate.cpp +++ b/Foundation/samples/deflate/src/deflate.cpp @@ -1,7 +1,7 @@ // // deflate.cpp // -// $Id: //poco/1.3/Foundation/samples/deflate/src/deflate.cpp#1 $ +// $Id: //poco/1.4/Foundation/samples/deflate/src/deflate.cpp#1 $ // // This sample demonstrates the DeflatingOutputStream and StreamCopier classes. // diff --git a/Foundation/samples/dir/Makefile b/Foundation/samples/dir/Makefile index d3f85fed0..e7978a0d0 100644 --- a/Foundation/samples/dir/Makefile +++ b/Foundation/samples/dir/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/samples/dir/Makefile#1 $ +# $Id: //poco/1.4/Foundation/samples/dir/Makefile#1 $ # # Makefile for Poco dir # diff --git a/Foundation/samples/dir/dir.vmsbuild b/Foundation/samples/dir/dir.vmsbuild index 14c866437..966742402 100644 --- a/Foundation/samples/dir/dir.vmsbuild +++ b/Foundation/samples/dir/dir.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Foundation/samples/dir/dir.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/samples/dir/dir.vmsbuild#1 $ # EXE=dir dir diff --git a/Foundation/samples/dir/src/dir.cpp b/Foundation/samples/dir/src/dir.cpp index 2b723c9d3..87e516a28 100644 --- a/Foundation/samples/dir/src/dir.cpp +++ b/Foundation/samples/dir/src/dir.cpp @@ -1,7 +1,7 @@ // // dir.cpp // -// $Id: //poco/1.3/Foundation/samples/dir/src/dir.cpp#1 $ +// $Id: //poco/1.4/Foundation/samples/dir/src/dir.cpp#1 $ // // This sample demonstrates the DirectoryIterator, File and Path classes. // diff --git a/Foundation/samples/grep/Makefile b/Foundation/samples/grep/Makefile index b54a4a66c..d883d1390 100644 --- a/Foundation/samples/grep/Makefile +++ b/Foundation/samples/grep/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/samples/grep/Makefile#1 $ +# $Id: //poco/1.4/Foundation/samples/grep/Makefile#1 $ # # Makefile for Poco grep # diff --git a/Foundation/samples/grep/grep.vmsbuild b/Foundation/samples/grep/grep.vmsbuild index ee3633887..f25e6c0d2 100644 --- a/Foundation/samples/grep/grep.vmsbuild +++ b/Foundation/samples/grep/grep.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Foundation/samples/grep/grep.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/samples/grep/grep.vmsbuild#1 $ # EXE=grep grep diff --git a/Foundation/samples/grep/src/grep.cpp b/Foundation/samples/grep/src/grep.cpp index 3106c87a3..082c4cdf2 100644 --- a/Foundation/samples/grep/src/grep.cpp +++ b/Foundation/samples/grep/src/grep.cpp @@ -1,7 +1,7 @@ // // grep.cpp // -// $Id: //poco/1.3/Foundation/samples/grep/src/grep.cpp#1 $ +// $Id: //poco/1.4/Foundation/samples/grep/src/grep.cpp#1 $ // // This sample demonstrates the RegularExpression class. // diff --git a/Foundation/samples/hmacmd5/Makefile b/Foundation/samples/hmacmd5/Makefile index d693aeb25..2b215abba 100644 --- a/Foundation/samples/hmacmd5/Makefile +++ b/Foundation/samples/hmacmd5/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/samples/hmacmd5/Makefile#1 $ +# $Id: //poco/1.4/Foundation/samples/hmacmd5/Makefile#1 $ # # Makefile for Poco hmacmd5 # diff --git a/Foundation/samples/hmacmd5/hmacmd5.vmsbuild b/Foundation/samples/hmacmd5/hmacmd5.vmsbuild index b78a702cb..902414b8b 100644 --- a/Foundation/samples/hmacmd5/hmacmd5.vmsbuild +++ b/Foundation/samples/hmacmd5/hmacmd5.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Foundation/samples/hmacmd5/hmacmd5.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/samples/hmacmd5/hmacmd5.vmsbuild#1 $ # EXE=hmacmd5 hmacmd5 diff --git a/Foundation/samples/hmacmd5/src/hmacmd5.cpp b/Foundation/samples/hmacmd5/src/hmacmd5.cpp index 88cd34185..df76a49ed 100644 --- a/Foundation/samples/hmacmd5/src/hmacmd5.cpp +++ b/Foundation/samples/hmacmd5/src/hmacmd5.cpp @@ -1,7 +1,7 @@ // // hmacmd5.cpp // -// $Id: //poco/1.3/Foundation/samples/hmacmd5/src/hmacmd5.cpp#1 $ +// $Id: //poco/1.4/Foundation/samples/hmacmd5/src/hmacmd5.cpp#1 $ // // This sample demonstrates the HMACEngine class. // diff --git a/Foundation/samples/inflate/Makefile b/Foundation/samples/inflate/Makefile index 6bd00fc6c..3da12c077 100644 --- a/Foundation/samples/inflate/Makefile +++ b/Foundation/samples/inflate/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/samples/inflate/Makefile#1 $ +# $Id: //poco/1.4/Foundation/samples/inflate/Makefile#1 $ # # Makefile for Poco inflate # diff --git a/Foundation/samples/inflate/inflate.vmsbuild b/Foundation/samples/inflate/inflate.vmsbuild index 14c4fad40..31e53e23c 100644 --- a/Foundation/samples/inflate/inflate.vmsbuild +++ b/Foundation/samples/inflate/inflate.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Foundation/samples/inflate/inflate.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/samples/inflate/inflate.vmsbuild#1 $ # EXE=inflate inflate diff --git a/Foundation/samples/inflate/src/inflate.cpp b/Foundation/samples/inflate/src/inflate.cpp index 39a7dbf43..0b053832e 100644 --- a/Foundation/samples/inflate/src/inflate.cpp +++ b/Foundation/samples/inflate/src/inflate.cpp @@ -1,7 +1,7 @@ // // inflate.cpp // -// $Id: //poco/1.3/Foundation/samples/inflate/src/inflate.cpp#1 $ +// $Id: //poco/1.4/Foundation/samples/inflate/src/inflate.cpp#1 $ // // This sample demonstrates the InflatingInputStream and StreamCopier classes. // diff --git a/Foundation/samples/md5/Makefile b/Foundation/samples/md5/Makefile index a115e3568..869332f71 100644 --- a/Foundation/samples/md5/Makefile +++ b/Foundation/samples/md5/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/samples/md5/Makefile#1 $ +# $Id: //poco/1.4/Foundation/samples/md5/Makefile#1 $ # # Makefile for Poco md5 # diff --git a/Foundation/samples/md5/md5.vmsbuild b/Foundation/samples/md5/md5.vmsbuild index ee66f067e..47b8e885c 100644 --- a/Foundation/samples/md5/md5.vmsbuild +++ b/Foundation/samples/md5/md5.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Foundation/samples/md5/md5.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/samples/md5/md5.vmsbuild#1 $ # EXE=md5 md5 diff --git a/Foundation/samples/md5/src/md5.cpp b/Foundation/samples/md5/src/md5.cpp index 9f86334e1..f2dc346d5 100644 --- a/Foundation/samples/md5/src/md5.cpp +++ b/Foundation/samples/md5/src/md5.cpp @@ -1,7 +1,7 @@ // // md5.cpp // -// $Id: //poco/1.3/Foundation/samples/md5/src/md5.cpp#1 $ +// $Id: //poco/1.4/Foundation/samples/md5/src/md5.cpp#1 $ // // This sample demonstrates the DigestEngine, DigestOutputStream and // MD5Engine classes. diff --git a/Foundation/samples/uuidgen/Makefile b/Foundation/samples/uuidgen/Makefile index 392d13310..0baf8e47c 100644 --- a/Foundation/samples/uuidgen/Makefile +++ b/Foundation/samples/uuidgen/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/samples/uuidgen/Makefile#1 $ +# $Id: //poco/1.4/Foundation/samples/uuidgen/Makefile#1 $ # # Makefile for Poco uuidgen # diff --git a/Foundation/samples/uuidgen/src/uuidgen.cpp b/Foundation/samples/uuidgen/src/uuidgen.cpp index 26b391b08..a539cc03c 100644 --- a/Foundation/samples/uuidgen/src/uuidgen.cpp +++ b/Foundation/samples/uuidgen/src/uuidgen.cpp @@ -1,7 +1,7 @@ // // uuidgen.cpp // -// $Id: //poco/1.3/Foundation/samples/uuidgen/src/uuidgen.cpp#1 $ +// $Id: //poco/1.4/Foundation/samples/uuidgen/src/uuidgen.cpp#1 $ // // This sample demonstrates the UUIDGenerator and UUID classes. // diff --git a/Foundation/samples/uuidgen/uuidgen.vmsbuild b/Foundation/samples/uuidgen/uuidgen.vmsbuild index 09f7c36af..9c2c239c5 100644 --- a/Foundation/samples/uuidgen/uuidgen.vmsbuild +++ b/Foundation/samples/uuidgen/uuidgen.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Foundation/samples/uuidgen/uuidgen.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/samples/uuidgen/uuidgen.vmsbuild#1 $ # EXE=uuidgen uuidgen diff --git a/Foundation/src/ASCIIEncoding.cpp b/Foundation/src/ASCIIEncoding.cpp index 272e4073a..3c00fb607 100644 --- a/Foundation/src/ASCIIEncoding.cpp +++ b/Foundation/src/ASCIIEncoding.cpp @@ -1,7 +1,7 @@ // // ASCIIEncoding.cpp // -// $Id: //poco/1.3/Foundation/src/ASCIIEncoding.cpp#5 $ +// $Id: //poco/1.4/Foundation/src/ASCIIEncoding.cpp#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/src/AbstractObserver.cpp b/Foundation/src/AbstractObserver.cpp index 74e5e4b63..166b3e95d 100644 --- a/Foundation/src/AbstractObserver.cpp +++ b/Foundation/src/AbstractObserver.cpp @@ -1,7 +1,7 @@ // // AbstractObserver.cpp // -// $Id: //poco/1.3/Foundation/src/AbstractObserver.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/AbstractObserver.cpp#1 $ // // Library: Foundation // Package: Notifications diff --git a/Foundation/src/ActiveDispatcher.cpp b/Foundation/src/ActiveDispatcher.cpp index 9f5346409..de1ef3a8e 100644 --- a/Foundation/src/ActiveDispatcher.cpp +++ b/Foundation/src/ActiveDispatcher.cpp @@ -1,7 +1,7 @@ // // ActiveDispatcher.cpp // -// $Id: //poco/1.3/Foundation/src/ActiveDispatcher.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/ActiveDispatcher.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/ArchiveStrategy.cpp b/Foundation/src/ArchiveStrategy.cpp index 4b6b918df..8903dcc74 100644 --- a/Foundation/src/ArchiveStrategy.cpp +++ b/Foundation/src/ArchiveStrategy.cpp @@ -1,7 +1,7 @@ // // ArchiveStrategy.cpp // -// $Id: //poco/1.3/Foundation/src/ArchiveStrategy.cpp#4 $ +// $Id: //poco/1.4/Foundation/src/ArchiveStrategy.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/Ascii.cpp b/Foundation/src/Ascii.cpp index d357b758c..07f9c419e 100644 --- a/Foundation/src/Ascii.cpp +++ b/Foundation/src/Ascii.cpp @@ -1,7 +1,7 @@ // // Ascii.cpp // -// $Id: //poco/1.3/Foundation/src/Ascii.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Ascii.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/AsyncChannel.cpp b/Foundation/src/AsyncChannel.cpp index f94de106a..bb61ad08c 100644 --- a/Foundation/src/AsyncChannel.cpp +++ b/Foundation/src/AsyncChannel.cpp @@ -1,7 +1,7 @@ // // AsyncChannel.cpp // -// $Id: //poco/1.3/Foundation/src/AsyncChannel.cpp#5 $ +// $Id: //poco/1.4/Foundation/src/AsyncChannel.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/AtomicCounter.cpp b/Foundation/src/AtomicCounter.cpp index 9ee0aca93..999d21337 100644 --- a/Foundation/src/AtomicCounter.cpp +++ b/Foundation/src/AtomicCounter.cpp @@ -1,7 +1,7 @@ // // AtomicCounter.cpp // -// $Id: //poco/1.3/Foundation/src/AtomicCounter.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/AtomicCounter.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/Base64Decoder.cpp b/Foundation/src/Base64Decoder.cpp index c0613cd22..0c84915a9 100644 --- a/Foundation/src/Base64Decoder.cpp +++ b/Foundation/src/Base64Decoder.cpp @@ -1,7 +1,7 @@ // // Base64Decoder.cpp // -// $Id: //poco/1.3/Foundation/src/Base64Decoder.cpp#4 $ +// $Id: //poco/1.4/Foundation/src/Base64Decoder.cpp#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/src/Base64Encoder.cpp b/Foundation/src/Base64Encoder.cpp index 0706536e4..15c6659df 100644 --- a/Foundation/src/Base64Encoder.cpp +++ b/Foundation/src/Base64Encoder.cpp @@ -1,7 +1,7 @@ // // Base64Encoder.cpp // -// $Id: //poco/1.3/Foundation/src/Base64Encoder.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/Base64Encoder.cpp#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/src/BinaryReader.cpp b/Foundation/src/BinaryReader.cpp index 4f17afb23..d093b53b8 100644 --- a/Foundation/src/BinaryReader.cpp +++ b/Foundation/src/BinaryReader.cpp @@ -1,7 +1,7 @@ // // BinaryReader.cpp // -// $Id: //poco/1.3/Foundation/src/BinaryReader.cpp#5 $ +// $Id: //poco/1.4/Foundation/src/BinaryReader.cpp#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/src/BinaryWriter.cpp b/Foundation/src/BinaryWriter.cpp index f20dc8ad4..5fbbac56f 100644 --- a/Foundation/src/BinaryWriter.cpp +++ b/Foundation/src/BinaryWriter.cpp @@ -1,7 +1,7 @@ // // BinaryWriter.cpp // -// $Id: //poco/1.3/Foundation/src/BinaryWriter.cpp#7 $ +// $Id: //poco/1.4/Foundation/src/BinaryWriter.cpp#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/src/Bugcheck.cpp b/Foundation/src/Bugcheck.cpp index 846ebfdff..0d4c3f511 100644 --- a/Foundation/src/Bugcheck.cpp +++ b/Foundation/src/Bugcheck.cpp @@ -1,7 +1,7 @@ // // Bugcheck.cpp // -// $Id: //poco/1.3/Foundation/src/Bugcheck.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Bugcheck.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/ByteOrder.cpp b/Foundation/src/ByteOrder.cpp index 58e05953e..c0b1b01b0 100644 --- a/Foundation/src/ByteOrder.cpp +++ b/Foundation/src/ByteOrder.cpp @@ -1,7 +1,7 @@ // // ByteOrder.cpp // -// $Id: //poco/1.3/Foundation/src/ByteOrder.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/ByteOrder.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/Channel.cpp b/Foundation/src/Channel.cpp index 0d7c8482a..100adefeb 100644 --- a/Foundation/src/Channel.cpp +++ b/Foundation/src/Channel.cpp @@ -1,7 +1,7 @@ // // Channel.cpp // -// $Id: //poco/1.3/Foundation/src/Channel.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Channel.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/Checksum.cpp b/Foundation/src/Checksum.cpp index c9f08a1c9..2065eeab0 100644 --- a/Foundation/src/Checksum.cpp +++ b/Foundation/src/Checksum.cpp @@ -1,7 +1,7 @@ // // Checksum.cpp // -// $Id: //poco/1.3/Foundation/src/Checksum.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/Checksum.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/Condition.cpp b/Foundation/src/Condition.cpp index 812263a30..5bc7e251c 100644 --- a/Foundation/src/Condition.cpp +++ b/Foundation/src/Condition.cpp @@ -1,7 +1,7 @@ // // Condition.cpp // -// $Id: //poco/1.3/Foundation/src/Condition.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Condition.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/Configurable.cpp b/Foundation/src/Configurable.cpp index e52df2a3d..c0e8ae161 100644 --- a/Foundation/src/Configurable.cpp +++ b/Foundation/src/Configurable.cpp @@ -1,7 +1,7 @@ // // Configurable.cpp // -// $Id: //poco/1.3/Foundation/src/Configurable.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Configurable.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/ConsoleChannel.cpp b/Foundation/src/ConsoleChannel.cpp index 4ba3f1381..55b2940de 100644 --- a/Foundation/src/ConsoleChannel.cpp +++ b/Foundation/src/ConsoleChannel.cpp @@ -1,7 +1,7 @@ // // ConsoleChannel.cpp // -// $Id: //poco/1.3/Foundation/src/ConsoleChannel.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/ConsoleChannel.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/CountingStream.cpp b/Foundation/src/CountingStream.cpp index 2c4151408..4a2645ebf 100644 --- a/Foundation/src/CountingStream.cpp +++ b/Foundation/src/CountingStream.cpp @@ -1,7 +1,7 @@ // // CountingStream.cpp // -// $Id: //poco/1.3/Foundation/src/CountingStream.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/CountingStream.cpp#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/src/DateTime.cpp b/Foundation/src/DateTime.cpp index e2f0e312b..3fb4c0983 100644 --- a/Foundation/src/DateTime.cpp +++ b/Foundation/src/DateTime.cpp @@ -1,7 +1,7 @@ // // DateTime.cpp // -// $Id: //poco/1.3/Foundation/src/DateTime.cpp#4 $ +// $Id: //poco/1.4/Foundation/src/DateTime.cpp#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/src/DateTimeFormat.cpp b/Foundation/src/DateTimeFormat.cpp index 46dc1b23c..986996b2a 100644 --- a/Foundation/src/DateTimeFormat.cpp +++ b/Foundation/src/DateTimeFormat.cpp @@ -1,7 +1,7 @@ // // DateTimeFormat.cpp // -// $Id: //poco/1.3/Foundation/src/DateTimeFormat.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/DateTimeFormat.cpp#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/src/DateTimeFormatter.cpp b/Foundation/src/DateTimeFormatter.cpp index db98fe2ff..fa5e4539e 100644 --- a/Foundation/src/DateTimeFormatter.cpp +++ b/Foundation/src/DateTimeFormatter.cpp @@ -1,7 +1,7 @@ // // DateTimeFormatter.cpp // -// $Id: //poco/1.3/Foundation/src/DateTimeFormatter.cpp#4 $ +// $Id: //poco/1.4/Foundation/src/DateTimeFormatter.cpp#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/src/DateTimeParser.cpp b/Foundation/src/DateTimeParser.cpp index 8d9581b40..2ca2d67a6 100644 --- a/Foundation/src/DateTimeParser.cpp +++ b/Foundation/src/DateTimeParser.cpp @@ -1,7 +1,7 @@ // // DateTimeParser.cpp // -// $Id: //poco/1.3/Foundation/src/DateTimeParser.cpp#9 $ +// $Id: //poco/1.4/Foundation/src/DateTimeParser.cpp#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/src/Debugger.cpp b/Foundation/src/Debugger.cpp index fd22903b3..855107ffd 100644 --- a/Foundation/src/Debugger.cpp +++ b/Foundation/src/Debugger.cpp @@ -1,7 +1,7 @@ // // Debugger.cpp // -// $Id: //poco/1.3/Foundation/src/Debugger.cpp#5 $ +// $Id: //poco/1.4/Foundation/src/Debugger.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/DeflatingStream.cpp b/Foundation/src/DeflatingStream.cpp index f87a419af..f2deef2e5 100644 --- a/Foundation/src/DeflatingStream.cpp +++ b/Foundation/src/DeflatingStream.cpp @@ -1,7 +1,7 @@ // // DeflatingStream.cpp // -// $Id: //poco/1.3/Foundation/src/DeflatingStream.cpp#7 $ +// $Id: //poco/1.4/Foundation/src/DeflatingStream.cpp#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/src/DigestEngine.cpp b/Foundation/src/DigestEngine.cpp index 49cab6545..72480a763 100644 --- a/Foundation/src/DigestEngine.cpp +++ b/Foundation/src/DigestEngine.cpp @@ -1,7 +1,7 @@ // // DigestEngine.cpp // -// $Id: //poco/1.3/Foundation/src/DigestEngine.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/DigestEngine.cpp#1 $ // // Library: Foundation // Package: Crypt diff --git a/Foundation/src/DigestStream.cpp b/Foundation/src/DigestStream.cpp index d6ee7a0ef..85480d974 100644 --- a/Foundation/src/DigestStream.cpp +++ b/Foundation/src/DigestStream.cpp @@ -1,7 +1,7 @@ // // DigestStream.cpp // -// $Id: //poco/1.3/Foundation/src/DigestStream.cpp#4 $ +// $Id: //poco/1.4/Foundation/src/DigestStream.cpp#1 $ // // Library: Foundation // Package: Crypt diff --git a/Foundation/src/DirectoryIterator.cpp b/Foundation/src/DirectoryIterator.cpp index 9bc903f3b..f688f4c10 100644 --- a/Foundation/src/DirectoryIterator.cpp +++ b/Foundation/src/DirectoryIterator.cpp @@ -1,7 +1,7 @@ // // DirectoryIterator.cpp // -// $Id: //poco/1.3/Foundation/src/DirectoryIterator.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/DirectoryIterator.cpp#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/src/DirectoryIterator_UNIX.cpp b/Foundation/src/DirectoryIterator_UNIX.cpp index 7398c24bd..07f97b3de 100644 --- a/Foundation/src/DirectoryIterator_UNIX.cpp +++ b/Foundation/src/DirectoryIterator_UNIX.cpp @@ -1,7 +1,7 @@ // // DirectoryIterator_UNIX.cpp // -// $Id: //poco/1.3/Foundation/src/DirectoryIterator_UNIX.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/DirectoryIterator_UNIX.cpp#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/src/DirectoryIterator_VMS.cpp b/Foundation/src/DirectoryIterator_VMS.cpp index 86ea972ae..f8b5b6d46 100644 --- a/Foundation/src/DirectoryIterator_VMS.cpp +++ b/Foundation/src/DirectoryIterator_VMS.cpp @@ -1,7 +1,7 @@ // // DirectoryIterator_VMS.cpp // -// $Id: //poco/1.3/Foundation/src/DirectoryIterator_VMS.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/DirectoryIterator_VMS.cpp#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/src/DirectoryIterator_WIN32.cpp b/Foundation/src/DirectoryIterator_WIN32.cpp index 891027f71..33297ffe1 100644 --- a/Foundation/src/DirectoryIterator_WIN32.cpp +++ b/Foundation/src/DirectoryIterator_WIN32.cpp @@ -1,7 +1,7 @@ // // DirectoryIterator_WIN32.cpp // -// $Id: //poco/1.3/Foundation/src/DirectoryIterator_WIN32.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/DirectoryIterator_WIN32.cpp#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/src/DirectoryIterator_WIN32U.cpp b/Foundation/src/DirectoryIterator_WIN32U.cpp index 21894f2ef..2b8a29395 100644 --- a/Foundation/src/DirectoryIterator_WIN32U.cpp +++ b/Foundation/src/DirectoryIterator_WIN32U.cpp @@ -1,7 +1,7 @@ // // DirectoryIterator_WIN32U.cpp // -// $Id: //poco/1.3/Foundation/src/DirectoryIterator_WIN32U.cpp#5 $ +// $Id: //poco/1.4/Foundation/src/DirectoryIterator_WIN32U.cpp#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/src/DynamicAny.cpp b/Foundation/src/DynamicAny.cpp index 44f18aae6..c51c72d2f 100644 --- a/Foundation/src/DynamicAny.cpp +++ b/Foundation/src/DynamicAny.cpp @@ -1,7 +1,7 @@ // // DynamicAny.cpp // -// $Id: //poco/1.3/Foundation/src/DynamicAny.cpp#8 $ +// $Id: //poco/1.4/Foundation/src/DynamicAny.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/DynamicAnyHolder.cpp b/Foundation/src/DynamicAnyHolder.cpp index 51d97d398..d1c3e5d1e 100644 --- a/Foundation/src/DynamicAnyHolder.cpp +++ b/Foundation/src/DynamicAnyHolder.cpp @@ -1,7 +1,7 @@ // // DynamicAnyHolder.cpp // -// $Id: //poco/1.3/Foundation/src/DynamicAnyHolder.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/DynamicAnyHolder.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/Environment.cpp b/Foundation/src/Environment.cpp index 61bf03e25..1291e53c0 100644 --- a/Foundation/src/Environment.cpp +++ b/Foundation/src/Environment.cpp @@ -1,7 +1,7 @@ // // Environment.cpp // -// $Id: //poco/1.3/Foundation/src/Environment.cpp#7 $ +// $Id: //poco/1.4/Foundation/src/Environment.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/Environment_UNIX.cpp b/Foundation/src/Environment_UNIX.cpp index 882195fd8..7f2bfdfe7 100644 --- a/Foundation/src/Environment_UNIX.cpp +++ b/Foundation/src/Environment_UNIX.cpp @@ -1,7 +1,7 @@ // Environment_UNIX.cpp // -// $Id: //poco/1.3/Foundation/src/Environment_UNIX.cpp#11 $ +// $Id: //poco/1.4/Foundation/src/Environment_UNIX.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/Environment_VMS.cpp b/Foundation/src/Environment_VMS.cpp index a85bac973..2737df708 100644 --- a/Foundation/src/Environment_VMS.cpp +++ b/Foundation/src/Environment_VMS.cpp @@ -1,7 +1,7 @@ // // Environment_VMS.cpp // -// $Id: //poco/1.3/Foundation/src/Environment_VMS.cpp#4 $ +// $Id: //poco/1.4/Foundation/src/Environment_VMS.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/Environment_WIN32.cpp b/Foundation/src/Environment_WIN32.cpp index d9dff37c3..47b3ff373 100644 --- a/Foundation/src/Environment_WIN32.cpp +++ b/Foundation/src/Environment_WIN32.cpp @@ -1,7 +1,7 @@ // // Environment_WIN32.cpp // -// $Id: //poco/1.3/Foundation/src/Environment_WIN32.cpp#7 $ +// $Id: //poco/1.4/Foundation/src/Environment_WIN32.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/Environment_WIN32U.cpp b/Foundation/src/Environment_WIN32U.cpp index 87597d040..22e7901fe 100644 --- a/Foundation/src/Environment_WIN32U.cpp +++ b/Foundation/src/Environment_WIN32U.cpp @@ -1,7 +1,7 @@ // // Environment_WIN32U.cpp // -// $Id: //poco/1.3/Foundation/src/Environment_WIN32U.cpp#6 $ +// $Id: //poco/1.4/Foundation/src/Environment_WIN32U.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/Environment_WINCE.cpp b/Foundation/src/Environment_WINCE.cpp index a8dcf03be..eafb08253 100644 --- a/Foundation/src/Environment_WINCE.cpp +++ b/Foundation/src/Environment_WINCE.cpp @@ -1,7 +1,7 @@ // // Environment_WINCE.cpp // -// $Id: //poco/1.3/Foundation/src/Environment_WINCE.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Environment_WINCE.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/ErrorHandler.cpp b/Foundation/src/ErrorHandler.cpp index ccbbbd9ef..b49258d53 100644 --- a/Foundation/src/ErrorHandler.cpp +++ b/Foundation/src/ErrorHandler.cpp @@ -1,7 +1,7 @@ // // ErrorHandler.cpp // -// $Id: //poco/1.3/Foundation/src/ErrorHandler.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/ErrorHandler.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/Event.cpp b/Foundation/src/Event.cpp index 288f4b133..1c80c22f5 100644 --- a/Foundation/src/Event.cpp +++ b/Foundation/src/Event.cpp @@ -1,7 +1,7 @@ // // Event.cpp // -// $Id: //poco/1.3/Foundation/src/Event.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Event.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/EventArgs.cpp b/Foundation/src/EventArgs.cpp index 6a35815b7..83c872986 100644 --- a/Foundation/src/EventArgs.cpp +++ b/Foundation/src/EventArgs.cpp @@ -1,7 +1,7 @@ // // EventArgs.cpp // -// $Id: //poco/1.3/Foundation/src/EventArgs.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/EventArgs.cpp#1 $ // // Library: Foundation // Package: Events diff --git a/Foundation/src/EventLogChannel.cpp b/Foundation/src/EventLogChannel.cpp index e54c41311..5105b68e6 100644 --- a/Foundation/src/EventLogChannel.cpp +++ b/Foundation/src/EventLogChannel.cpp @@ -1,7 +1,7 @@ // // EventLogChannel.cpp // -// $Id: //poco/1.3/Foundation/src/EventLogChannel.cpp#4 $ +// $Id: //poco/1.4/Foundation/src/EventLogChannel.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/Event_POSIX.cpp b/Foundation/src/Event_POSIX.cpp index 0974e6ad2..c0778dabb 100644 --- a/Foundation/src/Event_POSIX.cpp +++ b/Foundation/src/Event_POSIX.cpp @@ -1,7 +1,7 @@ // // Event_POSIX.cpp // -// $Id: //poco/1.3/Foundation/src/Event_POSIX.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Event_POSIX.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/Event_WIN32.cpp b/Foundation/src/Event_WIN32.cpp index 474cd7f16..d071d95e2 100644 --- a/Foundation/src/Event_WIN32.cpp +++ b/Foundation/src/Event_WIN32.cpp @@ -1,7 +1,7 @@ // // Event_WIN32.cpp // -// $Id: //poco/1.3/Foundation/src/Event_WIN32.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/Event_WIN32.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/Exception.cpp b/Foundation/src/Exception.cpp index 41b9d16f3..627d6e501 100644 --- a/Foundation/src/Exception.cpp +++ b/Foundation/src/Exception.cpp @@ -1,7 +1,7 @@ // // Exception.cpp // -// $Id: //poco/1.3/Foundation/src/Exception.cpp#7 $ +// $Id: //poco/1.4/Foundation/src/Exception.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/FPEnvironment.cpp b/Foundation/src/FPEnvironment.cpp index 3b2c69c5c..e6171ba66 100644 --- a/Foundation/src/FPEnvironment.cpp +++ b/Foundation/src/FPEnvironment.cpp @@ -1,7 +1,7 @@ // // FPEnvironment.cpp // -// $Id: //poco/1.3/Foundation/src/FPEnvironment.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/FPEnvironment.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/FPEnvironment_C99.cpp b/Foundation/src/FPEnvironment_C99.cpp index c2dee17c7..fc968acea 100644 --- a/Foundation/src/FPEnvironment_C99.cpp +++ b/Foundation/src/FPEnvironment_C99.cpp @@ -1,7 +1,7 @@ // // FPEnvironment_C99.cpp // -// $Id: //poco/1.3/Foundation/src/FPEnvironment_C99.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/FPEnvironment_C99.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/FPEnvironment_DEC.cpp b/Foundation/src/FPEnvironment_DEC.cpp index 166c85fe8..10b194ba5 100644 --- a/Foundation/src/FPEnvironment_DEC.cpp +++ b/Foundation/src/FPEnvironment_DEC.cpp @@ -1,7 +1,7 @@ // // FPEnvironment_DEC.cpp // -// $Id: //poco/1.3/Foundation/src/FPEnvironment_DEC.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/FPEnvironment_DEC.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/FPEnvironment_DUMMY.cpp b/Foundation/src/FPEnvironment_DUMMY.cpp index b78361d6e..0e486d957 100644 --- a/Foundation/src/FPEnvironment_DUMMY.cpp +++ b/Foundation/src/FPEnvironment_DUMMY.cpp @@ -1,7 +1,7 @@ // // FPEnvironment_C99.cpp // -// $Id: //poco/1.3/Foundation/src/FPEnvironment_DUMMY.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/FPEnvironment_DUMMY.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/FPEnvironment_SUN.cpp b/Foundation/src/FPEnvironment_SUN.cpp index f5001816d..6eda8530f 100644 --- a/Foundation/src/FPEnvironment_SUN.cpp +++ b/Foundation/src/FPEnvironment_SUN.cpp @@ -1,7 +1,7 @@ // // FPEnvironment_SUN.cpp // -// $Id: //poco/1.3/Foundation/src/FPEnvironment_SUN.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/FPEnvironment_SUN.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/FPEnvironment_WIN32.cpp b/Foundation/src/FPEnvironment_WIN32.cpp index 6e291fcbc..cd31bea91 100644 --- a/Foundation/src/FPEnvironment_WIN32.cpp +++ b/Foundation/src/FPEnvironment_WIN32.cpp @@ -1,7 +1,7 @@ // // FPEnvironment_WIN32.cpp // -// $Id: //poco/1.3/Foundation/src/FPEnvironment_WIN32.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/FPEnvironment_WIN32.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/File.cpp b/Foundation/src/File.cpp index 4e3350d9c..8d56fcd91 100644 --- a/Foundation/src/File.cpp +++ b/Foundation/src/File.cpp @@ -1,7 +1,7 @@ // // File.cpp // -// $Id: //poco/1.3/Foundation/src/File.cpp#7 $ +// $Id: //poco/1.4/Foundation/src/File.cpp#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/src/FileChannel.cpp b/Foundation/src/FileChannel.cpp index 5fa8c90ab..fd62c38c2 100644 --- a/Foundation/src/FileChannel.cpp +++ b/Foundation/src/FileChannel.cpp @@ -1,7 +1,7 @@ // // FileChannel.cpp // -// $Id: //poco/1.3/Foundation/src/FileChannel.cpp#4 $ +// $Id: //poco/1.4/Foundation/src/FileChannel.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/FileStream.cpp b/Foundation/src/FileStream.cpp index e700e72f2..13073cbf1 100644 --- a/Foundation/src/FileStream.cpp +++ b/Foundation/src/FileStream.cpp @@ -1,7 +1,7 @@ // // FileStream.cpp // -// $Id: //poco/1.3/Foundation/src/FileStream.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/FileStream.cpp#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/src/FileStreamFactory.cpp b/Foundation/src/FileStreamFactory.cpp index 438911156..4f1d63b9f 100644 --- a/Foundation/src/FileStreamFactory.cpp +++ b/Foundation/src/FileStreamFactory.cpp @@ -1,7 +1,7 @@ // // FileStreamFactory.cpp // -// $Id: //poco/1.3/Foundation/src/FileStreamFactory.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/FileStreamFactory.cpp#1 $ // // Library: Foundation // Package: URI diff --git a/Foundation/src/FileStream_POSIX.cpp b/Foundation/src/FileStream_POSIX.cpp index 5e830efd6..c43cd714f 100644 --- a/Foundation/src/FileStream_POSIX.cpp +++ b/Foundation/src/FileStream_POSIX.cpp @@ -1,7 +1,7 @@ // // FileStream_POSIX.cpp // -// $Id: //poco/1.3/Foundation/src/FileStream_POSIX.cpp#4 $ +// $Id: //poco/1.4/Foundation/src/FileStream_POSIX.cpp#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/src/FileStream_WIN32.cpp b/Foundation/src/FileStream_WIN32.cpp index 3ad517d8a..2ab84caf1 100644 --- a/Foundation/src/FileStream_WIN32.cpp +++ b/Foundation/src/FileStream_WIN32.cpp @@ -1,7 +1,7 @@ // // FileStream.cpp // -// $Id: //poco/1.3/Foundation/src/FileStream_WIN32.cpp#6 $ +// $Id: //poco/1.4/Foundation/src/FileStream_WIN32.cpp#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/src/File_UNIX.cpp b/Foundation/src/File_UNIX.cpp index 2a029befa..32645907e 100644 --- a/Foundation/src/File_UNIX.cpp +++ b/Foundation/src/File_UNIX.cpp @@ -1,7 +1,7 @@ // // File_UNIX.cpp // -// $Id: //poco/1.3/Foundation/src/File_UNIX.cpp#16 $ +// $Id: //poco/1.4/Foundation/src/File_UNIX.cpp#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/src/File_VMS.cpp b/Foundation/src/File_VMS.cpp index 1c8e37a0d..bc92543f6 100644 --- a/Foundation/src/File_VMS.cpp +++ b/Foundation/src/File_VMS.cpp @@ -1,7 +1,7 @@ // // File_VMS.cpp // -// $Id: //poco/1.3/Foundation/src/File_VMS.cpp#5 $ +// $Id: //poco/1.4/Foundation/src/File_VMS.cpp#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/src/File_WIN32.cpp b/Foundation/src/File_WIN32.cpp index 004da97bd..c4a86e4f6 100644 --- a/Foundation/src/File_WIN32.cpp +++ b/Foundation/src/File_WIN32.cpp @@ -1,7 +1,7 @@ // // File_WIN32.cpp // -// $Id: //poco/1.3/Foundation/src/File_WIN32.cpp#10 $ +// $Id: //poco/1.4/Foundation/src/File_WIN32.cpp#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/src/File_WIN32U.cpp b/Foundation/src/File_WIN32U.cpp index 3d232d276..2ede71e3f 100644 --- a/Foundation/src/File_WIN32U.cpp +++ b/Foundation/src/File_WIN32U.cpp @@ -1,7 +1,7 @@ // // File_WIN32U.cpp // -// $Id: //poco/1.3/Foundation/src/File_WIN32U.cpp#12 $ +// $Id: //poco/1.4/Foundation/src/File_WIN32U.cpp#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/src/File_WINCE.cpp b/Foundation/src/File_WINCE.cpp index 6d6286c41..d6c6fde10 100644 --- a/Foundation/src/File_WINCE.cpp +++ b/Foundation/src/File_WINCE.cpp @@ -1,7 +1,7 @@ // // File_WIN32U.cpp // -// $Id: //poco/1.3/Foundation/src/File_WINCE.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/File_WINCE.cpp#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/src/Format.cpp b/Foundation/src/Format.cpp index 0d9d557f7..d99774cd8 100644 --- a/Foundation/src/Format.cpp +++ b/Foundation/src/Format.cpp @@ -1,7 +1,7 @@ // // Format.cpp // -// $Id: //poco/1.3/Foundation/src/Format.cpp#10 $ +// $Id: //poco/1.4/Foundation/src/Format.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/Formatter.cpp b/Foundation/src/Formatter.cpp index 686c46156..926fea0f4 100644 --- a/Foundation/src/Formatter.cpp +++ b/Foundation/src/Formatter.cpp @@ -1,7 +1,7 @@ // // Formatter.cpp // -// $Id: //poco/1.3/Foundation/src/Formatter.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Formatter.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/FormattingChannel.cpp b/Foundation/src/FormattingChannel.cpp index 123ec06d1..37bbc9f20 100644 --- a/Foundation/src/FormattingChannel.cpp +++ b/Foundation/src/FormattingChannel.cpp @@ -1,7 +1,7 @@ // // FormattingChannel.cpp // -// $Id: //poco/1.3/Foundation/src/FormattingChannel.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/FormattingChannel.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/Glob.cpp b/Foundation/src/Glob.cpp index 51f6da670..2ad89c358 100644 --- a/Foundation/src/Glob.cpp +++ b/Foundation/src/Glob.cpp @@ -1,7 +1,7 @@ // // Glob.cpp // -// $Id: //poco/1.3/Foundation/src/Glob.cpp#5 $ +// $Id: //poco/1.4/Foundation/src/Glob.cpp#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/src/Hash.cpp b/Foundation/src/Hash.cpp index 8b6d0052d..060be7a87 100644 --- a/Foundation/src/Hash.cpp +++ b/Foundation/src/Hash.cpp @@ -1,7 +1,7 @@ // // Hash.cpp // -// $Id: //poco/1.3/Foundation/src/Hash.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Hash.cpp#1 $ // // Library: Foundation // Package: Hashing diff --git a/Foundation/src/HashStatistic.cpp b/Foundation/src/HashStatistic.cpp index 3993d38ff..2a430c03c 100644 --- a/Foundation/src/HashStatistic.cpp +++ b/Foundation/src/HashStatistic.cpp @@ -1,7 +1,7 @@ // // HashStatistic.cpp // -// $Id: //poco/1.3/Foundation/src/HashStatistic.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/HashStatistic.cpp#1 $ // // Library: Foundation // Package: Hashing diff --git a/Foundation/src/HexBinaryDecoder.cpp b/Foundation/src/HexBinaryDecoder.cpp index 40c3a6035..6ddb30c1d 100644 --- a/Foundation/src/HexBinaryDecoder.cpp +++ b/Foundation/src/HexBinaryDecoder.cpp @@ -1,7 +1,7 @@ // // HexBinaryDecoder.cpp // -// $Id: //poco/1.3/Foundation/src/HexBinaryDecoder.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/HexBinaryDecoder.cpp#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/src/HexBinaryEncoder.cpp b/Foundation/src/HexBinaryEncoder.cpp index 628fa0401..f1bc872b4 100644 --- a/Foundation/src/HexBinaryEncoder.cpp +++ b/Foundation/src/HexBinaryEncoder.cpp @@ -1,7 +1,7 @@ // // HexBinaryEncoder.cpp // -// $Id: //poco/1.3/Foundation/src/HexBinaryEncoder.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/HexBinaryEncoder.cpp#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/src/InflatingStream.cpp b/Foundation/src/InflatingStream.cpp index ce29fb875..97a194079 100644 --- a/Foundation/src/InflatingStream.cpp +++ b/Foundation/src/InflatingStream.cpp @@ -1,7 +1,7 @@ // // InflatingStream.cpp // -// $Id: //poco/1.3/Foundation/src/InflatingStream.cpp#8 $ +// $Id: //poco/1.4/Foundation/src/InflatingStream.cpp#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/src/Latin1Encoding.cpp b/Foundation/src/Latin1Encoding.cpp index 5e97ab54f..bdb4b407f 100644 --- a/Foundation/src/Latin1Encoding.cpp +++ b/Foundation/src/Latin1Encoding.cpp @@ -1,7 +1,7 @@ // // Latin1Encoding.cpp // -// $Id: //poco/1.3/Foundation/src/Latin1Encoding.cpp#5 $ +// $Id: //poco/1.4/Foundation/src/Latin1Encoding.cpp#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/src/Latin9Encoding.cpp b/Foundation/src/Latin9Encoding.cpp index 1f3caaabf..e478ee18f 100644 --- a/Foundation/src/Latin9Encoding.cpp +++ b/Foundation/src/Latin9Encoding.cpp @@ -1,7 +1,7 @@ // // Latin9Encoding.cpp // -// $Id: //poco/1.3/Foundation/src/Latin9Encoding.cpp#7 $ +// $Id: //poco/1.4/Foundation/src/Latin9Encoding.cpp#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/src/LineEndingConverter.cpp b/Foundation/src/LineEndingConverter.cpp index 06c73cab2..396e8f45d 100644 --- a/Foundation/src/LineEndingConverter.cpp +++ b/Foundation/src/LineEndingConverter.cpp @@ -1,7 +1,7 @@ // // LineEndingConverter.cpp // -// $Id: //poco/1.3/Foundation/src/LineEndingConverter.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/LineEndingConverter.cpp#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/src/LocalDateTime.cpp b/Foundation/src/LocalDateTime.cpp index 8985baa1e..30090132c 100644 --- a/Foundation/src/LocalDateTime.cpp +++ b/Foundation/src/LocalDateTime.cpp @@ -1,7 +1,7 @@ // // LocalDateTime.cpp // -// $Id: //poco/1.3/Foundation/src/LocalDateTime.cpp#7 $ +// $Id: //poco/1.4/Foundation/src/LocalDateTime.cpp#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/src/LogFile.cpp b/Foundation/src/LogFile.cpp index f7044ad7e..97080ed0e 100644 --- a/Foundation/src/LogFile.cpp +++ b/Foundation/src/LogFile.cpp @@ -1,7 +1,7 @@ // // LogFile.cpp // -// $Id: //poco/1.3/Foundation/src/LogFile.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/LogFile.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/LogFile_STD.cpp b/Foundation/src/LogFile_STD.cpp index 176f81b7d..2a3f677f2 100644 --- a/Foundation/src/LogFile_STD.cpp +++ b/Foundation/src/LogFile_STD.cpp @@ -1,7 +1,7 @@ // // LogFile_STD.cpp // -// $Id: //poco/1.3/Foundation/src/LogFile_STD.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/LogFile_STD.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/LogFile_VMS.cpp b/Foundation/src/LogFile_VMS.cpp index b19ab053b..d90c2f205 100644 --- a/Foundation/src/LogFile_VMS.cpp +++ b/Foundation/src/LogFile_VMS.cpp @@ -1,7 +1,7 @@ // // LogFile_VMS.cpp // -// $Id: //poco/1.3/Foundation/src/LogFile_VMS.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/LogFile_VMS.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/LogFile_WIN32.cpp b/Foundation/src/LogFile_WIN32.cpp index b5fc26054..7ecf7435d 100644 --- a/Foundation/src/LogFile_WIN32.cpp +++ b/Foundation/src/LogFile_WIN32.cpp @@ -1,7 +1,7 @@ // // LogFile_WIN32.cpp // -// $Id: //poco/1.3/Foundation/src/LogFile_WIN32.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/LogFile_WIN32.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/LogFile_WIN32U.cpp b/Foundation/src/LogFile_WIN32U.cpp index ea5d1a8ce..6f14441fc 100644 --- a/Foundation/src/LogFile_WIN32U.cpp +++ b/Foundation/src/LogFile_WIN32U.cpp @@ -1,7 +1,7 @@ // // LogFile_WIN32U.cpp // -// $Id: //poco/1.3/Foundation/src/LogFile_WIN32U.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/LogFile_WIN32U.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/LogStream.cpp b/Foundation/src/LogStream.cpp index 661643add..00d127fe5 100644 --- a/Foundation/src/LogStream.cpp +++ b/Foundation/src/LogStream.cpp @@ -1,7 +1,7 @@ // // LogStream.cpp // -// $Id: //poco/1.3/Foundation/src/LogStream.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/LogStream.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/Logger.cpp b/Foundation/src/Logger.cpp index 85993aa58..6d8529da6 100644 --- a/Foundation/src/Logger.cpp +++ b/Foundation/src/Logger.cpp @@ -1,7 +1,7 @@ // // Logger.cpp // -// $Id: //poco/1.3/Foundation/src/Logger.cpp#5 $ +// $Id: //poco/1.4/Foundation/src/Logger.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/LoggingFactory.cpp b/Foundation/src/LoggingFactory.cpp index 4f22c389b..c10528965 100644 --- a/Foundation/src/LoggingFactory.cpp +++ b/Foundation/src/LoggingFactory.cpp @@ -1,7 +1,7 @@ // // LoggingFactory.cpp // -// $Id: //poco/1.3/Foundation/src/LoggingFactory.cpp#5 $ +// $Id: //poco/1.4/Foundation/src/LoggingFactory.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/LoggingRegistry.cpp b/Foundation/src/LoggingRegistry.cpp index ca7379c51..0372bd997 100644 --- a/Foundation/src/LoggingRegistry.cpp +++ b/Foundation/src/LoggingRegistry.cpp @@ -1,7 +1,7 @@ // // LoggingRegistry.cpp // -// $Id: //poco/1.3/Foundation/src/LoggingRegistry.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/LoggingRegistry.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/MD2Engine.cpp b/Foundation/src/MD2Engine.cpp index 7b381ee11..76d254098 100644 --- a/Foundation/src/MD2Engine.cpp +++ b/Foundation/src/MD2Engine.cpp @@ -1,7 +1,7 @@ // // MD2Engine.cpp // -// $Id: //poco/1.3/Foundation/src/MD2Engine.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/MD2Engine.cpp#1 $ // // Library: Foundation // Package: Crypt diff --git a/Foundation/src/MD4Engine.cpp b/Foundation/src/MD4Engine.cpp index c722c1c41..4bd241d99 100644 --- a/Foundation/src/MD4Engine.cpp +++ b/Foundation/src/MD4Engine.cpp @@ -1,7 +1,7 @@ // // MD4Engine.cpp // -// $Id: //poco/1.3/Foundation/src/MD4Engine.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/MD4Engine.cpp#1 $ // // Library: Foundation // Package: Crypt diff --git a/Foundation/src/MD5Engine.cpp b/Foundation/src/MD5Engine.cpp index df824c4b4..49bf49522 100644 --- a/Foundation/src/MD5Engine.cpp +++ b/Foundation/src/MD5Engine.cpp @@ -1,7 +1,7 @@ // // MD5Engine.cpp // -// $Id: //poco/1.3/Foundation/src/MD5Engine.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/MD5Engine.cpp#1 $ // // Library: Foundation // Package: Crypt diff --git a/Foundation/src/Manifest.cpp b/Foundation/src/Manifest.cpp index a3bd383f2..c072840b1 100644 --- a/Foundation/src/Manifest.cpp +++ b/Foundation/src/Manifest.cpp @@ -1,7 +1,7 @@ // // Manifest.cpp // -// $Id: //poco/1.3/Foundation/src/Manifest.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Manifest.cpp#1 $ // // Library: Foundation // Package: SharedLibrary diff --git a/Foundation/src/MemoryPool.cpp b/Foundation/src/MemoryPool.cpp index 1f04af06a..8e3f4b03d 100644 --- a/Foundation/src/MemoryPool.cpp +++ b/Foundation/src/MemoryPool.cpp @@ -1,7 +1,7 @@ // // MemoryPool.cpp // -// $Id: //poco/1.3/Foundation/src/MemoryPool.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/MemoryPool.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/MemoryStream.cpp b/Foundation/src/MemoryStream.cpp index b118cc7c4..3b770d8b7 100644 --- a/Foundation/src/MemoryStream.cpp +++ b/Foundation/src/MemoryStream.cpp @@ -1,7 +1,7 @@ // // MemoryStream.cpp // -// $Id: //poco/1.3/Foundation/src/MemoryStream.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/MemoryStream.cpp#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/src/Message.cpp b/Foundation/src/Message.cpp index 7cca6a832..a14f61c47 100644 --- a/Foundation/src/Message.cpp +++ b/Foundation/src/Message.cpp @@ -1,7 +1,7 @@ // // Message.cpp // -// $Id: //poco/1.3/Foundation/src/Message.cpp#5 $ +// $Id: //poco/1.4/Foundation/src/Message.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/Mutex.cpp b/Foundation/src/Mutex.cpp index b28daafac..4f70f3479 100644 --- a/Foundation/src/Mutex.cpp +++ b/Foundation/src/Mutex.cpp @@ -1,7 +1,7 @@ // // Mutex.cpp // -// $Id: //poco/1.3/Foundation/src/Mutex.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/Mutex.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/Mutex_POSIX.cpp b/Foundation/src/Mutex_POSIX.cpp index d35298432..7898fd129 100644 --- a/Foundation/src/Mutex_POSIX.cpp +++ b/Foundation/src/Mutex_POSIX.cpp @@ -1,7 +1,7 @@ // // Mutex_POSIX.cpp // -// $Id: //poco/1.3/Foundation/src/Mutex_POSIX.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/Mutex_POSIX.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/Mutex_WIN32.cpp b/Foundation/src/Mutex_WIN32.cpp index 23bb4f076..410869bca 100644 --- a/Foundation/src/Mutex_WIN32.cpp +++ b/Foundation/src/Mutex_WIN32.cpp @@ -1,7 +1,7 @@ // // Mutex_WIN32.cpp // -// $Id: //poco/1.3/Foundation/src/Mutex_WIN32.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/Mutex_WIN32.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/Mutex_WINCE.cpp b/Foundation/src/Mutex_WINCE.cpp index aecf0ab02..0f73c3ebc 100644 --- a/Foundation/src/Mutex_WINCE.cpp +++ b/Foundation/src/Mutex_WINCE.cpp @@ -1,7 +1,7 @@ // // Mutex_WINCE.cpp // -// $Id: //poco/1.3/Foundation/src/Mutex_WINCE.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Mutex_WINCE.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/NamedEvent.cpp b/Foundation/src/NamedEvent.cpp index 6cd1edf2b..8d30595e7 100644 --- a/Foundation/src/NamedEvent.cpp +++ b/Foundation/src/NamedEvent.cpp @@ -1,7 +1,7 @@ // // NamedEvent.cpp // -// $Id: //poco/1.3/Foundation/src/NamedEvent.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/NamedEvent.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/NamedEvent_UNIX.cpp b/Foundation/src/NamedEvent_UNIX.cpp index b8534464c..52359dca5 100644 --- a/Foundation/src/NamedEvent_UNIX.cpp +++ b/Foundation/src/NamedEvent_UNIX.cpp @@ -1,7 +1,7 @@ // // NamedEvent_UNIX.cpp // -// $Id: //poco/1.3/Foundation/src/NamedEvent_UNIX.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/NamedEvent_UNIX.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/NamedEvent_VMS.cpp b/Foundation/src/NamedEvent_VMS.cpp index 2162caf2c..826b55969 100644 --- a/Foundation/src/NamedEvent_VMS.cpp +++ b/Foundation/src/NamedEvent_VMS.cpp @@ -1,7 +1,7 @@ // // NamedEvent_VMS.cpp // -// $Id: //poco/1.3/Foundation/src/NamedEvent_VMS.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/NamedEvent_VMS.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/NamedEvent_WIN32.cpp b/Foundation/src/NamedEvent_WIN32.cpp index ef62bd1c7..2755d6b92 100644 --- a/Foundation/src/NamedEvent_WIN32.cpp +++ b/Foundation/src/NamedEvent_WIN32.cpp @@ -1,7 +1,7 @@ // // NamedEvent_WIN32.cpp // -// $Id: //poco/1.3/Foundation/src/NamedEvent_WIN32.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/NamedEvent_WIN32.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/NamedEvent_WIN32U.cpp b/Foundation/src/NamedEvent_WIN32U.cpp index fc6aed424..6742da22a 100644 --- a/Foundation/src/NamedEvent_WIN32U.cpp +++ b/Foundation/src/NamedEvent_WIN32U.cpp @@ -1,7 +1,7 @@ // // NamedEvent_WIN32.cpp // -// $Id: //poco/1.3/Foundation/src/NamedEvent_WIN32U.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/NamedEvent_WIN32U.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/NamedMutex.cpp b/Foundation/src/NamedMutex.cpp index 0a6972faa..bc4e7120a 100644 --- a/Foundation/src/NamedMutex.cpp +++ b/Foundation/src/NamedMutex.cpp @@ -1,7 +1,7 @@ // // NamedMutex.cpp // -// $Id: //poco/1.3/Foundation/src/NamedMutex.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/NamedMutex.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/NamedMutex_UNIX.cpp b/Foundation/src/NamedMutex_UNIX.cpp index 2f2342257..5a6758742 100644 --- a/Foundation/src/NamedMutex_UNIX.cpp +++ b/Foundation/src/NamedMutex_UNIX.cpp @@ -1,7 +1,7 @@ // // NamedMutex_UNIX.cpp // -// $Id: //poco/1.3/Foundation/src/NamedMutex_UNIX.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/NamedMutex_UNIX.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/NamedMutex_VMS.cpp b/Foundation/src/NamedMutex_VMS.cpp index 714d13122..8a5e2213a 100644 --- a/Foundation/src/NamedMutex_VMS.cpp +++ b/Foundation/src/NamedMutex_VMS.cpp @@ -1,7 +1,7 @@ // // NamedMutex_VMS.cpp // -// $Id: //poco/1.3/Foundation/src/NamedMutex_VMS.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/NamedMutex_VMS.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/NamedMutex_WIN32.cpp b/Foundation/src/NamedMutex_WIN32.cpp index 6cff6cda8..3bf7c17a6 100644 --- a/Foundation/src/NamedMutex_WIN32.cpp +++ b/Foundation/src/NamedMutex_WIN32.cpp @@ -1,7 +1,7 @@ // // NamedMutex_WIN32.cpp // -// $Id: //poco/1.3/Foundation/src/NamedMutex_WIN32.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/NamedMutex_WIN32.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/NamedMutex_WIN32U.cpp b/Foundation/src/NamedMutex_WIN32U.cpp index a23422f07..ecc381d51 100644 --- a/Foundation/src/NamedMutex_WIN32U.cpp +++ b/Foundation/src/NamedMutex_WIN32U.cpp @@ -1,7 +1,7 @@ // // NamedMutex_WIN32.cpp // -// $Id: //poco/1.3/Foundation/src/NamedMutex_WIN32U.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/NamedMutex_WIN32U.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/NestedDiagnosticContext.cpp b/Foundation/src/NestedDiagnosticContext.cpp index 27cc496b6..e479136af 100644 --- a/Foundation/src/NestedDiagnosticContext.cpp +++ b/Foundation/src/NestedDiagnosticContext.cpp @@ -1,7 +1,7 @@ // // NestedDiagnosticContext.cpp // -// $Id: //poco/1.3/Foundation/src/NestedDiagnosticContext.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/NestedDiagnosticContext.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/Notification.cpp b/Foundation/src/Notification.cpp index 07f4c0479..7c3581702 100644 --- a/Foundation/src/Notification.cpp +++ b/Foundation/src/Notification.cpp @@ -1,7 +1,7 @@ // // Notification.cpp // -// $Id: //poco/1.3/Foundation/src/Notification.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Notification.cpp#1 $ // // Library: Foundation // Package: Notifications diff --git a/Foundation/src/NotificationCenter.cpp b/Foundation/src/NotificationCenter.cpp index 9d88df7c9..a64155560 100644 --- a/Foundation/src/NotificationCenter.cpp +++ b/Foundation/src/NotificationCenter.cpp @@ -1,7 +1,7 @@ // // NotificationCenter.cpp // -// $Id: //poco/1.3/Foundation/src/NotificationCenter.cpp#4 $ +// $Id: //poco/1.4/Foundation/src/NotificationCenter.cpp#1 $ // // Library: Foundation // Package: Notifications diff --git a/Foundation/src/NotificationQueue.cpp b/Foundation/src/NotificationQueue.cpp index 0ea7c0ce3..f45364b3d 100644 --- a/Foundation/src/NotificationQueue.cpp +++ b/Foundation/src/NotificationQueue.cpp @@ -1,7 +1,7 @@ // // NotificationQueue.cpp // -// $Id: //poco/1.3/Foundation/src/NotificationQueue.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/NotificationQueue.cpp#1 $ // // Library: Foundation // Package: Notifications diff --git a/Foundation/src/NullChannel.cpp b/Foundation/src/NullChannel.cpp index edb8eb9ba..0a737f200 100644 --- a/Foundation/src/NullChannel.cpp +++ b/Foundation/src/NullChannel.cpp @@ -1,7 +1,7 @@ // // NullChannel.cpp // -// $Id: //poco/1.3/Foundation/src/NullChannel.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/NullChannel.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/NullStream.cpp b/Foundation/src/NullStream.cpp index 4377a24cd..81085b0c6 100644 --- a/Foundation/src/NullStream.cpp +++ b/Foundation/src/NullStream.cpp @@ -1,7 +1,7 @@ // // NullStream.cpp // -// $Id: //poco/1.3/Foundation/src/NullStream.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/NullStream.cpp#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/src/NumberFormatter.cpp b/Foundation/src/NumberFormatter.cpp index 12ade65e7..e5e99bcd6 100644 --- a/Foundation/src/NumberFormatter.cpp +++ b/Foundation/src/NumberFormatter.cpp @@ -1,7 +1,7 @@ // // NumberFormatter.cpp // -// $Id: //poco/1.3/Foundation/src/NumberFormatter.cpp#6 $ +// $Id: //poco/1.4/Foundation/src/NumberFormatter.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/NumberParser.cpp b/Foundation/src/NumberParser.cpp index 722530ef0..88382ec14 100644 --- a/Foundation/src/NumberParser.cpp +++ b/Foundation/src/NumberParser.cpp @@ -1,7 +1,7 @@ // // NumberParser.cpp // -// $Id: //poco/1.3/Foundation/src/NumberParser.cpp#4 $ +// $Id: //poco/1.4/Foundation/src/NumberParser.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/OpcomChannel.cpp b/Foundation/src/OpcomChannel.cpp index 406ed98b9..f175b1642 100644 --- a/Foundation/src/OpcomChannel.cpp +++ b/Foundation/src/OpcomChannel.cpp @@ -1,7 +1,7 @@ // // OpcomChannel.cpp // -// $Id: //poco/1.3/Foundation/src/OpcomChannel.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/OpcomChannel.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/Path.cpp b/Foundation/src/Path.cpp index bb2936732..499658935 100644 --- a/Foundation/src/Path.cpp +++ b/Foundation/src/Path.cpp @@ -1,7 +1,7 @@ // // Path.cpp // -// $Id: //poco/1.3/Foundation/src/Path.cpp#6 $ +// $Id: //poco/1.4/Foundation/src/Path.cpp#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/src/Path_UNIX.cpp b/Foundation/src/Path_UNIX.cpp index 8242e9cc1..1ff10f4ce 100644 --- a/Foundation/src/Path_UNIX.cpp +++ b/Foundation/src/Path_UNIX.cpp @@ -1,7 +1,7 @@ // // Path_UNIX.cpp // -// $Id: //poco/1.3/Foundation/src/Path_UNIX.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/Path_UNIX.cpp#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/src/Path_VMS.cpp b/Foundation/src/Path_VMS.cpp index 2e5204f78..f7fc5f38b 100644 --- a/Foundation/src/Path_VMS.cpp +++ b/Foundation/src/Path_VMS.cpp @@ -1,7 +1,7 @@ // // Path_VMS.cpp // -// $Id: //poco/1.3/Foundation/src/Path_VMS.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Path_VMS.cpp#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/src/Path_WIN32.cpp b/Foundation/src/Path_WIN32.cpp index ffbe0e059..b9c09d852 100644 --- a/Foundation/src/Path_WIN32.cpp +++ b/Foundation/src/Path_WIN32.cpp @@ -1,7 +1,7 @@ // // Path_WIN32.cpp // -// $Id: //poco/1.3/Foundation/src/Path_WIN32.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/Path_WIN32.cpp#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/src/Path_WIN32U.cpp b/Foundation/src/Path_WIN32U.cpp index 66706a711..dff64f7c2 100644 --- a/Foundation/src/Path_WIN32U.cpp +++ b/Foundation/src/Path_WIN32U.cpp @@ -1,7 +1,7 @@ // // Path_WIN32U.cpp // -// $Id: //poco/1.3/Foundation/src/Path_WIN32U.cpp#4 $ +// $Id: //poco/1.4/Foundation/src/Path_WIN32U.cpp#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/src/Path_WINCE.cpp b/Foundation/src/Path_WINCE.cpp index 9a1a0d7b5..612711407 100644 --- a/Foundation/src/Path_WINCE.cpp +++ b/Foundation/src/Path_WINCE.cpp @@ -1,7 +1,7 @@ // // Path_WIN32U.cpp // -// $Id: //poco/1.3/Foundation/src/Path_WINCE.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Path_WINCE.cpp#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/src/PatternFormatter.cpp b/Foundation/src/PatternFormatter.cpp index 4ccdc7e4f..0b1c3497e 100644 --- a/Foundation/src/PatternFormatter.cpp +++ b/Foundation/src/PatternFormatter.cpp @@ -1,7 +1,7 @@ // // PatternFormatter.cpp // -// $Id: //poco/1.3/Foundation/src/PatternFormatter.cpp#8 $ +// $Id: //poco/1.4/Foundation/src/PatternFormatter.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/Pipe.cpp b/Foundation/src/Pipe.cpp index bad0f93e3..3c48a5865 100644 --- a/Foundation/src/Pipe.cpp +++ b/Foundation/src/Pipe.cpp @@ -1,7 +1,7 @@ // // Pipe.cpp // -// $Id: //poco/1.3/Foundation/src/Pipe.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Pipe.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/PipeImpl.cpp b/Foundation/src/PipeImpl.cpp index 0dacf62cf..341556f7e 100644 --- a/Foundation/src/PipeImpl.cpp +++ b/Foundation/src/PipeImpl.cpp @@ -1,7 +1,7 @@ // // PipeImpl.cpp // -// $Id: //poco/1.3/Foundation/src/PipeImpl.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/PipeImpl.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/PipeImpl_DUMMY.cpp b/Foundation/src/PipeImpl_DUMMY.cpp index f3daaf33b..cb251293b 100644 --- a/Foundation/src/PipeImpl_DUMMY.cpp +++ b/Foundation/src/PipeImpl_DUMMY.cpp @@ -1,7 +1,7 @@ // // PipeImpl_DUMMY.cpp // -// $Id: //poco/1.3/Foundation/src/PipeImpl_DUMMY.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/PipeImpl_DUMMY.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/PipeImpl_POSIX.cpp b/Foundation/src/PipeImpl_POSIX.cpp index e5a98f55d..e602a4af9 100644 --- a/Foundation/src/PipeImpl_POSIX.cpp +++ b/Foundation/src/PipeImpl_POSIX.cpp @@ -1,7 +1,7 @@ // // PipeImpl_POSIX.cpp // -// $Id: //poco/1.3/Foundation/src/PipeImpl_POSIX.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/PipeImpl_POSIX.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/PipeImpl_WIN32.cpp b/Foundation/src/PipeImpl_WIN32.cpp index b17562258..4aae14a58 100644 --- a/Foundation/src/PipeImpl_WIN32.cpp +++ b/Foundation/src/PipeImpl_WIN32.cpp @@ -1,7 +1,7 @@ // // PipeImpl_WIN32.cpp // -// $Id: //poco/1.3/Foundation/src/PipeImpl_WIN32.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/PipeImpl_WIN32.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/PipeStream.cpp b/Foundation/src/PipeStream.cpp index 2ca3134c5..10a9a711c 100644 --- a/Foundation/src/PipeStream.cpp +++ b/Foundation/src/PipeStream.cpp @@ -1,7 +1,7 @@ // // PipeStream.cpp // -// $Id: //poco/1.3/Foundation/src/PipeStream.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/PipeStream.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/PriorityNotificationQueue.cpp b/Foundation/src/PriorityNotificationQueue.cpp index 66c8b2e18..489e3ef3e 100644 --- a/Foundation/src/PriorityNotificationQueue.cpp +++ b/Foundation/src/PriorityNotificationQueue.cpp @@ -1,7 +1,7 @@ // // PriorityNotificationQueue.cpp // -// $Id: //poco/1.3/Foundation/src/PriorityNotificationQueue.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/PriorityNotificationQueue.cpp#1 $ // // Library: Foundation // Package: Notifications diff --git a/Foundation/src/Process.cpp b/Foundation/src/Process.cpp index 3e311d20b..d322a8254 100644 --- a/Foundation/src/Process.cpp +++ b/Foundation/src/Process.cpp @@ -1,7 +1,7 @@ // // Process.cpp // -// $Id: //poco/1.3/Foundation/src/Process.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/Process.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/Process_UNIX.cpp b/Foundation/src/Process_UNIX.cpp index 54988a829..6051c612f 100644 --- a/Foundation/src/Process_UNIX.cpp +++ b/Foundation/src/Process_UNIX.cpp @@ -1,7 +1,7 @@ // // Process_UNIX.cpp // -// $Id: //poco/1.3/Foundation/src/Process_UNIX.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/Process_UNIX.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/Process_VMS.cpp b/Foundation/src/Process_VMS.cpp index bbc2b3745..5579ec21d 100644 --- a/Foundation/src/Process_VMS.cpp +++ b/Foundation/src/Process_VMS.cpp @@ -1,7 +1,7 @@ // // Process_VMS.cpp // -// $Id: //poco/1.3/Foundation/src/Process_VMS.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Process_VMS.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/Process_WIN32.cpp b/Foundation/src/Process_WIN32.cpp index 5e6e0bce2..2873b4424 100644 --- a/Foundation/src/Process_WIN32.cpp +++ b/Foundation/src/Process_WIN32.cpp @@ -1,7 +1,7 @@ // // Process_WIN32.cpp // -// $Id: //poco/1.3/Foundation/src/Process_WIN32.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/Process_WIN32.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/Process_WIN32U.cpp b/Foundation/src/Process_WIN32U.cpp index 8f745a8e1..6e502eab9 100644 --- a/Foundation/src/Process_WIN32U.cpp +++ b/Foundation/src/Process_WIN32U.cpp @@ -1,7 +1,7 @@ // // Process_WIN32U.cpp // -// $Id: //poco/1.3/Foundation/src/Process_WIN32U.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/Process_WIN32U.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/Process_WINCE.cpp b/Foundation/src/Process_WINCE.cpp index 06e889d7d..cfb4e5504 100644 --- a/Foundation/src/Process_WINCE.cpp +++ b/Foundation/src/Process_WINCE.cpp @@ -1,7 +1,7 @@ // // Process_WINCE.cpp // -// $Id: //poco/1.3/Foundation/src/Process_WINCE.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/Process_WINCE.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/PurgeStrategy.cpp b/Foundation/src/PurgeStrategy.cpp index 60a6c1b1f..86fe86edd 100644 --- a/Foundation/src/PurgeStrategy.cpp +++ b/Foundation/src/PurgeStrategy.cpp @@ -1,7 +1,7 @@ // // PurgeStrategy.cpp // -// $Id: //poco/1.3/Foundation/src/PurgeStrategy.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/PurgeStrategy.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/RWLock.cpp b/Foundation/src/RWLock.cpp index cb22f7659..c3937080c 100644 --- a/Foundation/src/RWLock.cpp +++ b/Foundation/src/RWLock.cpp @@ -1,7 +1,7 @@ // // RWLock.cpp // -// $Id: //poco/1.3/Foundation/src/RWLock.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/RWLock.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/RWLock_POSIX.cpp b/Foundation/src/RWLock_POSIX.cpp index 3e9040b4f..ea3e0f7c6 100644 --- a/Foundation/src/RWLock_POSIX.cpp +++ b/Foundation/src/RWLock_POSIX.cpp @@ -1,7 +1,7 @@ // // RWLock_POSIX.cpp // -// $Id: //poco/1.3/Foundation/src/RWLock_POSIX.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/RWLock_POSIX.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/RWLock_WIN32.cpp b/Foundation/src/RWLock_WIN32.cpp index 8c6845b1a..20dd6d69c 100644 --- a/Foundation/src/RWLock_WIN32.cpp +++ b/Foundation/src/RWLock_WIN32.cpp @@ -1,7 +1,7 @@ // // RWLock_WIN32.cpp // -// $Id: //poco/1.3/Foundation/src/RWLock_WIN32.cpp#5 $ +// $Id: //poco/1.4/Foundation/src/RWLock_WIN32.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/RWLock_WINCE.cpp b/Foundation/src/RWLock_WINCE.cpp index 231efe076..41f542d39 100644 --- a/Foundation/src/RWLock_WINCE.cpp +++ b/Foundation/src/RWLock_WINCE.cpp @@ -1,7 +1,7 @@ // // RWLock_WINCE.cpp // -// $Id: //poco/1.3/Foundation/src/RWLock_WINCE.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/RWLock_WINCE.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/Random.cpp b/Foundation/src/Random.cpp index d9b141f7e..f264fd280 100644 --- a/Foundation/src/Random.cpp +++ b/Foundation/src/Random.cpp @@ -1,7 +1,7 @@ // // Random.cpp // -// $Id: //poco/1.3/Foundation/src/Random.cpp#4 $ +// $Id: //poco/1.4/Foundation/src/Random.cpp#1 $ // // Library: Foundation // Package: Crypt diff --git a/Foundation/src/RandomStream.cpp b/Foundation/src/RandomStream.cpp index 6b1a1abd8..1f60428f2 100644 --- a/Foundation/src/RandomStream.cpp +++ b/Foundation/src/RandomStream.cpp @@ -1,7 +1,7 @@ // // RandomStream.cpp // -// $Id: //poco/1.3/Foundation/src/RandomStream.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/RandomStream.cpp#1 $ // // Library: Foundation // Package: Crypt diff --git a/Foundation/src/RefCountedObject.cpp b/Foundation/src/RefCountedObject.cpp index 59846dc79..6057b8b14 100644 --- a/Foundation/src/RefCountedObject.cpp +++ b/Foundation/src/RefCountedObject.cpp @@ -1,7 +1,7 @@ // // RefCountedObject.cpp // -// $Id: //poco/1.3/Foundation/src/RefCountedObject.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/RefCountedObject.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/RegularExpression.cpp b/Foundation/src/RegularExpression.cpp index 8b198fd71..ad9da8994 100644 --- a/Foundation/src/RegularExpression.cpp +++ b/Foundation/src/RegularExpression.cpp @@ -1,7 +1,7 @@ // // RegularExpression.h // -// $Id: //poco/1.3/Foundation/src/RegularExpression.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/RegularExpression.cpp#1 $ // // Library: Foundation // Package: RegExp diff --git a/Foundation/src/RotateStrategy.cpp b/Foundation/src/RotateStrategy.cpp index a71460ab9..b00985ee6 100644 --- a/Foundation/src/RotateStrategy.cpp +++ b/Foundation/src/RotateStrategy.cpp @@ -1,7 +1,7 @@ // // RotateStrategy.cpp // -// $Id: //poco/1.3/Foundation/src/RotateStrategy.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/RotateStrategy.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/Runnable.cpp b/Foundation/src/Runnable.cpp index 4585913d3..7b64be628 100644 --- a/Foundation/src/Runnable.cpp +++ b/Foundation/src/Runnable.cpp @@ -1,7 +1,7 @@ // // Runnable.cpp // -// $Id: //poco/1.3/Foundation/src/Runnable.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Runnable.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/SHA1Engine.cpp b/Foundation/src/SHA1Engine.cpp index 5e310b94b..011882ec3 100644 --- a/Foundation/src/SHA1Engine.cpp +++ b/Foundation/src/SHA1Engine.cpp @@ -1,7 +1,7 @@ // // SHA1Engine.cpp // -// $Id: //poco/1.3/Foundation/src/SHA1Engine.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/SHA1Engine.cpp#1 $ // // Library: Foundation // Package: Crypt diff --git a/Foundation/src/Semaphore.cpp b/Foundation/src/Semaphore.cpp index 975ccf5a3..a9b2bea7c 100644 --- a/Foundation/src/Semaphore.cpp +++ b/Foundation/src/Semaphore.cpp @@ -1,7 +1,7 @@ // // Semaphore.cpp // -// $Id: //poco/1.3/Foundation/src/Semaphore.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Semaphore.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/Semaphore_POSIX.cpp b/Foundation/src/Semaphore_POSIX.cpp index dd9e1fff9..7d322b202 100644 --- a/Foundation/src/Semaphore_POSIX.cpp +++ b/Foundation/src/Semaphore_POSIX.cpp @@ -1,7 +1,7 @@ // // Semaphore_POSIX.cpp // -// $Id: //poco/1.3/Foundation/src/Semaphore_POSIX.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Semaphore_POSIX.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/Semaphore_WIN32.cpp b/Foundation/src/Semaphore_WIN32.cpp index 178e3e9f9..733269723 100644 --- a/Foundation/src/Semaphore_WIN32.cpp +++ b/Foundation/src/Semaphore_WIN32.cpp @@ -1,7 +1,7 @@ // // Semaphore_WIN32.cpp // -// $Id: //poco/1.3/Foundation/src/Semaphore_WIN32.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/Semaphore_WIN32.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/SharedLibrary.cpp b/Foundation/src/SharedLibrary.cpp index d47ff6dae..0a153218c 100644 --- a/Foundation/src/SharedLibrary.cpp +++ b/Foundation/src/SharedLibrary.cpp @@ -1,7 +1,7 @@ // // SharedLibrary.cpp // -// $Id: //poco/1.3/Foundation/src/SharedLibrary.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/SharedLibrary.cpp#1 $ // // Library: Foundation // Package: SharedLibrary diff --git a/Foundation/src/SharedLibrary_HPUX.cpp b/Foundation/src/SharedLibrary_HPUX.cpp index 882d4bdc8..5df980ebf 100644 --- a/Foundation/src/SharedLibrary_HPUX.cpp +++ b/Foundation/src/SharedLibrary_HPUX.cpp @@ -1,7 +1,7 @@ // // SharedLibrary_HPUX.cpp // -// $Id: //poco/1.3/Foundation/src/SharedLibrary_HPUX.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/SharedLibrary_HPUX.cpp#1 $ // // Library: Foundation // Package: SharedLibrary diff --git a/Foundation/src/SharedLibrary_UNIX.cpp b/Foundation/src/SharedLibrary_UNIX.cpp index 1c8dd3a94..9b364612e 100644 --- a/Foundation/src/SharedLibrary_UNIX.cpp +++ b/Foundation/src/SharedLibrary_UNIX.cpp @@ -1,7 +1,7 @@ // // SharedLibrary_UNIX.cpp // -// $Id: //poco/1.3/Foundation/src/SharedLibrary_UNIX.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/SharedLibrary_UNIX.cpp#1 $ // // Library: Foundation // Package: SharedLibrary diff --git a/Foundation/src/SharedLibrary_VMS.cpp b/Foundation/src/SharedLibrary_VMS.cpp index d977583b5..f2bcb6e6b 100644 --- a/Foundation/src/SharedLibrary_VMS.cpp +++ b/Foundation/src/SharedLibrary_VMS.cpp @@ -1,7 +1,7 @@ // // SharedLibrary_VMS.cpp // -// $Id: //poco/1.3/Foundation/src/SharedLibrary_VMS.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/SharedLibrary_VMS.cpp#1 $ // // Library: Foundation // Package: SharedLibrary diff --git a/Foundation/src/SharedLibrary_WIN32.cpp b/Foundation/src/SharedLibrary_WIN32.cpp index 0a6e25809..34877ca45 100644 --- a/Foundation/src/SharedLibrary_WIN32.cpp +++ b/Foundation/src/SharedLibrary_WIN32.cpp @@ -1,7 +1,7 @@ // // SharedLibrary_WIN32.cpp // -// $Id: //poco/1.3/Foundation/src/SharedLibrary_WIN32.cpp#4 $ +// $Id: //poco/1.4/Foundation/src/SharedLibrary_WIN32.cpp#1 $ // // Library: Foundation // Package: SharedLibrary diff --git a/Foundation/src/SharedLibrary_WIN32U.cpp b/Foundation/src/SharedLibrary_WIN32U.cpp index fdf5822b6..42499935f 100644 --- a/Foundation/src/SharedLibrary_WIN32U.cpp +++ b/Foundation/src/SharedLibrary_WIN32U.cpp @@ -1,7 +1,7 @@ // // SharedLibrary_WIN32U.cpp // -// $Id: //poco/1.3/Foundation/src/SharedLibrary_WIN32U.cpp#4 $ +// $Id: //poco/1.4/Foundation/src/SharedLibrary_WIN32U.cpp#1 $ // // Library: Foundation // Package: SharedLibrary diff --git a/Foundation/src/SharedMemory.cpp b/Foundation/src/SharedMemory.cpp index 450c4621d..4fb8a8ae2 100644 --- a/Foundation/src/SharedMemory.cpp +++ b/Foundation/src/SharedMemory.cpp @@ -1,7 +1,7 @@ // // SharedMemory.cpp // -// $Id: //poco/1.3/Foundation/src/SharedMemory.cpp#4 $ +// $Id: //poco/1.4/Foundation/src/SharedMemory.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/SharedMemory_DUMMY.cpp b/Foundation/src/SharedMemory_DUMMY.cpp index 4cc0d3e13..881444f31 100644 --- a/Foundation/src/SharedMemory_DUMMY.cpp +++ b/Foundation/src/SharedMemory_DUMMY.cpp @@ -1,7 +1,7 @@ // // SharedMemoryImpl.cpp // -// $Id: //poco/1.3/Foundation/src/SharedMemory_DUMMY.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/SharedMemory_DUMMY.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/SharedMemory_POSIX.cpp b/Foundation/src/SharedMemory_POSIX.cpp index 68a92ab52..35eaae71a 100644 --- a/Foundation/src/SharedMemory_POSIX.cpp +++ b/Foundation/src/SharedMemory_POSIX.cpp @@ -1,7 +1,7 @@ // // SharedMemoryImpl.cpp // -// $Id: //poco/1.3/Foundation/src/SharedMemory_POSIX.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/SharedMemory_POSIX.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/SharedMemory_WIN32.cpp b/Foundation/src/SharedMemory_WIN32.cpp index 6c2e1bdae..8f2d9a237 100644 --- a/Foundation/src/SharedMemory_WIN32.cpp +++ b/Foundation/src/SharedMemory_WIN32.cpp @@ -1,7 +1,7 @@ // // SharedMemoryImpl.cpp // -// $Id: //poco/1.3/Foundation/src/SharedMemory_WIN32.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/SharedMemory_WIN32.cpp#1 $ // // Library: Foundation // Package: Processes diff --git a/Foundation/src/SignalHandler.cpp b/Foundation/src/SignalHandler.cpp index 06447ffd9..61c44db04 100644 --- a/Foundation/src/SignalHandler.cpp +++ b/Foundation/src/SignalHandler.cpp @@ -1,7 +1,7 @@ // // SignalHandler.cpp // -// $Id: //poco/1.3/Foundation/src/SignalHandler.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/SignalHandler.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/SimpleFileChannel.cpp b/Foundation/src/SimpleFileChannel.cpp index 9cd5e36d4..d4f132507 100644 --- a/Foundation/src/SimpleFileChannel.cpp +++ b/Foundation/src/SimpleFileChannel.cpp @@ -1,7 +1,7 @@ // // SimpleFileChannel.cpp // -// $Id: //poco/1.3/Foundation/src/SimpleFileChannel.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/SimpleFileChannel.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/SplitterChannel.cpp b/Foundation/src/SplitterChannel.cpp index 99083477b..8ee6a1d36 100644 --- a/Foundation/src/SplitterChannel.cpp +++ b/Foundation/src/SplitterChannel.cpp @@ -1,7 +1,7 @@ // // SplitterChannel.cpp // -// $Id: //poco/1.3/Foundation/src/SplitterChannel.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/SplitterChannel.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/Stopwatch.cpp b/Foundation/src/Stopwatch.cpp index b9d2061ea..bf1e6a2cb 100644 --- a/Foundation/src/Stopwatch.cpp +++ b/Foundation/src/Stopwatch.cpp @@ -1,7 +1,7 @@ // // Stopwatch.cpp // -// $Id: //poco/1.3/Foundation/src/Stopwatch.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Stopwatch.cpp#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/src/StreamChannel.cpp b/Foundation/src/StreamChannel.cpp index 7bb91d31b..f57528af7 100644 --- a/Foundation/src/StreamChannel.cpp +++ b/Foundation/src/StreamChannel.cpp @@ -1,7 +1,7 @@ // // StreamChannel.cpp // -// $Id: //poco/1.3/Foundation/src/StreamChannel.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/StreamChannel.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/StreamConverter.cpp b/Foundation/src/StreamConverter.cpp index 806cc6cef..fda9cc9b6 100644 --- a/Foundation/src/StreamConverter.cpp +++ b/Foundation/src/StreamConverter.cpp @@ -1,7 +1,7 @@ // // StreamConverter.cpp // -// $Id: //poco/1.3/Foundation/src/StreamConverter.cpp#5 $ +// $Id: //poco/1.4/Foundation/src/StreamConverter.cpp#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/src/StreamCopier.cpp b/Foundation/src/StreamCopier.cpp index 9804f86cc..a63c4c9ef 100644 --- a/Foundation/src/StreamCopier.cpp +++ b/Foundation/src/StreamCopier.cpp @@ -1,7 +1,7 @@ // // StreamCopier.cpp // -// $Id: //poco/1.3/Foundation/src/StreamCopier.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/StreamCopier.cpp#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/src/StreamTokenizer.cpp b/Foundation/src/StreamTokenizer.cpp index 30211dfa2..c5c6abb69 100644 --- a/Foundation/src/StreamTokenizer.cpp +++ b/Foundation/src/StreamTokenizer.cpp @@ -1,7 +1,7 @@ // // StreamTokenizer.cpp // -// $Id: //poco/1.3/Foundation/src/StreamTokenizer.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/StreamTokenizer.cpp#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/src/String.cpp b/Foundation/src/String.cpp index 24dfb5cfd..b89278062 100644 --- a/Foundation/src/String.cpp +++ b/Foundation/src/String.cpp @@ -1,7 +1,7 @@ // // String.h // -// $Id: //poco/1.3/Foundation/src/String.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/String.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/StringTokenizer.cpp b/Foundation/src/StringTokenizer.cpp index 2b929bb4a..ee273ec7d 100644 --- a/Foundation/src/StringTokenizer.cpp +++ b/Foundation/src/StringTokenizer.cpp @@ -1,7 +1,7 @@ // // StringTokenizer.cpp // -// $Id: //poco/1.3/Foundation/src/StringTokenizer.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/StringTokenizer.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/SynchronizedObject.cpp b/Foundation/src/SynchronizedObject.cpp index c8cb542b8..04c1b8022 100644 --- a/Foundation/src/SynchronizedObject.cpp +++ b/Foundation/src/SynchronizedObject.cpp @@ -1,7 +1,7 @@ // // SynchronizedObject.cpp // -// $Id: //poco/1.3/Foundation/src/SynchronizedObject.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/SynchronizedObject.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/SyslogChannel.cpp b/Foundation/src/SyslogChannel.cpp index 80f7c7ee9..f29761259 100644 --- a/Foundation/src/SyslogChannel.cpp +++ b/Foundation/src/SyslogChannel.cpp @@ -1,7 +1,7 @@ // // SyslogChannel.cpp // -// $Id: //poco/1.3/Foundation/src/SyslogChannel.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/SyslogChannel.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/Task.cpp b/Foundation/src/Task.cpp index fd48c2c4f..c69bb75ec 100644 --- a/Foundation/src/Task.cpp +++ b/Foundation/src/Task.cpp @@ -1,7 +1,7 @@ // // Task.cpp // -// $Id: //poco/1.3/Foundation/src/Task.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Task.cpp#1 $ // // Library: Foundation // Package: Tasks diff --git a/Foundation/src/TaskManager.cpp b/Foundation/src/TaskManager.cpp index 4d5c0a770..23fb53f66 100644 --- a/Foundation/src/TaskManager.cpp +++ b/Foundation/src/TaskManager.cpp @@ -1,7 +1,7 @@ // // TaskManager.cpp // -// $Id: //poco/1.3/Foundation/src/TaskManager.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/TaskManager.cpp#1 $ // // Library: Foundation // Package: Tasks diff --git a/Foundation/src/TaskNotification.cpp b/Foundation/src/TaskNotification.cpp index 27636d78c..3fd83421c 100644 --- a/Foundation/src/TaskNotification.cpp +++ b/Foundation/src/TaskNotification.cpp @@ -1,7 +1,7 @@ // // TaskNotification.cpp // -// $Id: //poco/1.3/Foundation/src/TaskNotification.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/TaskNotification.cpp#1 $ // // Library: Foundation // Package: Tasks diff --git a/Foundation/src/TeeStream.cpp b/Foundation/src/TeeStream.cpp index 36a6bac10..b87ad8815 100644 --- a/Foundation/src/TeeStream.cpp +++ b/Foundation/src/TeeStream.cpp @@ -1,7 +1,7 @@ // // TeeStream.cpp // -// $Id: //poco/1.3/Foundation/src/TeeStream.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/TeeStream.cpp#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/src/TemporaryFile.cpp b/Foundation/src/TemporaryFile.cpp index 4d4203669..824543ba6 100644 --- a/Foundation/src/TemporaryFile.cpp +++ b/Foundation/src/TemporaryFile.cpp @@ -1,7 +1,7 @@ // // TemporaryFile.cpp // -// $Id: //poco/1.3/Foundation/src/TemporaryFile.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/TemporaryFile.cpp#1 $ // // Library: Foundation // Package: Filesystem diff --git a/Foundation/src/TextBufferIterator.cpp b/Foundation/src/TextBufferIterator.cpp index 608c3b2e3..0c00916f3 100644 --- a/Foundation/src/TextBufferIterator.cpp +++ b/Foundation/src/TextBufferIterator.cpp @@ -1,7 +1,7 @@ // // TextBufferIterator.cpp // -// $Id: //poco/1.3/Foundation/src/TextBufferIterator.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/TextBufferIterator.cpp#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/src/TextConverter.cpp b/Foundation/src/TextConverter.cpp index 445eb2600..78df8b21a 100644 --- a/Foundation/src/TextConverter.cpp +++ b/Foundation/src/TextConverter.cpp @@ -1,7 +1,7 @@ // // TextConverter.cpp // -// $Id: //poco/1.3/Foundation/src/TextConverter.cpp#5 $ +// $Id: //poco/1.4/Foundation/src/TextConverter.cpp#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/src/TextEncoding.cpp b/Foundation/src/TextEncoding.cpp index 0c0500bed..530261dae 100644 --- a/Foundation/src/TextEncoding.cpp +++ b/Foundation/src/TextEncoding.cpp @@ -1,7 +1,7 @@ // // TextEncoding.cpp // -// $Id: //poco/1.3/Foundation/src/TextEncoding.cpp#6 $ +// $Id: //poco/1.4/Foundation/src/TextEncoding.cpp#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/src/TextIterator.cpp b/Foundation/src/TextIterator.cpp index 9270da933..09c8efded 100644 --- a/Foundation/src/TextIterator.cpp +++ b/Foundation/src/TextIterator.cpp @@ -1,7 +1,7 @@ // // TextIterator.cpp // -// $Id: //poco/1.3/Foundation/src/TextIterator.cpp#6 $ +// $Id: //poco/1.4/Foundation/src/TextIterator.cpp#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/src/Thread.cpp b/Foundation/src/Thread.cpp index a70571432..2c58e4e03 100644 --- a/Foundation/src/Thread.cpp +++ b/Foundation/src/Thread.cpp @@ -1,7 +1,7 @@ // // Thread.cpp // -// $Id: //poco/1.3/Foundation/src/Thread.cpp#6 $ +// $Id: //poco/1.4/Foundation/src/Thread.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/ThreadLocal.cpp b/Foundation/src/ThreadLocal.cpp index f6813d26c..d14b6c74a 100644 --- a/Foundation/src/ThreadLocal.cpp +++ b/Foundation/src/ThreadLocal.cpp @@ -1,7 +1,7 @@ // // ThreadLocal.cpp // -// $Id: //poco/1.3/Foundation/src/ThreadLocal.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/ThreadLocal.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/ThreadPool.cpp b/Foundation/src/ThreadPool.cpp index 23b96de90..984d2c0ec 100644 --- a/Foundation/src/ThreadPool.cpp +++ b/Foundation/src/ThreadPool.cpp @@ -1,7 +1,7 @@ // // ThreadPool.cpp // -// $Id: //poco/1.3/Foundation/src/ThreadPool.cpp#9 $ +// $Id: //poco/1.4/Foundation/src/ThreadPool.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/Thread_POSIX.cpp b/Foundation/src/Thread_POSIX.cpp index 04d8b6493..ab30a255c 100644 --- a/Foundation/src/Thread_POSIX.cpp +++ b/Foundation/src/Thread_POSIX.cpp @@ -1,7 +1,7 @@ // // Thread_POSIX.cpp // -// $Id: //poco/1.3/Foundation/src/Thread_POSIX.cpp#16 $ +// $Id: //poco/1.4/Foundation/src/Thread_POSIX.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/Thread_WIN32.cpp b/Foundation/src/Thread_WIN32.cpp index 308504fd2..0d7ed28d9 100644 --- a/Foundation/src/Thread_WIN32.cpp +++ b/Foundation/src/Thread_WIN32.cpp @@ -1,7 +1,7 @@ // // Thread_WIN32.h // -// $Id: //poco/1.3/Foundation/src/Thread_WIN32.cpp#10 $ +// $Id: //poco/1.4/Foundation/src/Thread_WIN32.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/Thread_WINCE.cpp b/Foundation/src/Thread_WINCE.cpp index 7188ebcdd..3f8f501fa 100644 --- a/Foundation/src/Thread_WINCE.cpp +++ b/Foundation/src/Thread_WINCE.cpp @@ -1,7 +1,7 @@ // // Thread_WINCE.h // -// $Id: //poco/1.3/Foundation/src/Thread_WINCE.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Thread_WINCE.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/TimedNotificationQueue.cpp b/Foundation/src/TimedNotificationQueue.cpp index 2d5b614c2..ef83d2a6f 100644 --- a/Foundation/src/TimedNotificationQueue.cpp +++ b/Foundation/src/TimedNotificationQueue.cpp @@ -1,7 +1,7 @@ // // TimedNotificationQueue.cpp // -// $Id: //poco/1.3/Foundation/src/TimedNotificationQueue.cpp#5 $ +// $Id: //poco/1.4/Foundation/src/TimedNotificationQueue.cpp#1 $ // // Library: Foundation // Package: Notifications diff --git a/Foundation/src/Timer.cpp b/Foundation/src/Timer.cpp index 23cc56248..113a2a3a5 100644 --- a/Foundation/src/Timer.cpp +++ b/Foundation/src/Timer.cpp @@ -1,7 +1,7 @@ // // Timer.cpp // -// $Id: //poco/1.3/Foundation/src/Timer.cpp#8 $ +// $Id: //poco/1.4/Foundation/src/Timer.cpp#1 $ // // Library: Foundation // Package: Threading diff --git a/Foundation/src/Timespan.cpp b/Foundation/src/Timespan.cpp index 761635550..2d573339d 100644 --- a/Foundation/src/Timespan.cpp +++ b/Foundation/src/Timespan.cpp @@ -1,7 +1,7 @@ // // Timespan.cpp // -// $Id: //poco/1.3/Foundation/src/Timespan.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Timespan.cpp#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/src/Timestamp.cpp b/Foundation/src/Timestamp.cpp index cb9d70282..30a14978c 100644 --- a/Foundation/src/Timestamp.cpp +++ b/Foundation/src/Timestamp.cpp @@ -1,7 +1,7 @@ // // Timestamp.cpp // -// $Id: //poco/1.3/Foundation/src/Timestamp.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/Timestamp.cpp#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/src/Timezone.cpp b/Foundation/src/Timezone.cpp index 2667da3d0..484b1ee34 100644 --- a/Foundation/src/Timezone.cpp +++ b/Foundation/src/Timezone.cpp @@ -1,7 +1,7 @@ // // Timezone.cpp // -// $Id: //poco/1.3/Foundation/src/Timezone.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/Timezone.cpp#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/src/Timezone_UNIX.cpp b/Foundation/src/Timezone_UNIX.cpp index 9be3b3e34..a7eb3f130 100644 --- a/Foundation/src/Timezone_UNIX.cpp +++ b/Foundation/src/Timezone_UNIX.cpp @@ -1,7 +1,7 @@ // // Timezone_UNIX.cpp // -// $Id: //poco/1.3/Foundation/src/Timezone_UNIX.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/Timezone_UNIX.cpp#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/src/Timezone_WIN32.cpp b/Foundation/src/Timezone_WIN32.cpp index 48ec9b0b9..84db2be10 100644 --- a/Foundation/src/Timezone_WIN32.cpp +++ b/Foundation/src/Timezone_WIN32.cpp @@ -1,7 +1,7 @@ // // Timezone_WIN32.cpp // -// $Id: //poco/1.3/Foundation/src/Timezone_WIN32.cpp#4 $ +// $Id: //poco/1.4/Foundation/src/Timezone_WIN32.cpp#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/src/Timezone_WINCE.cpp b/Foundation/src/Timezone_WINCE.cpp index 47d5ab08e..facabc12b 100644 --- a/Foundation/src/Timezone_WINCE.cpp +++ b/Foundation/src/Timezone_WINCE.cpp @@ -1,7 +1,7 @@ // // Timezone_WINCE.cpp // -// $Id: //poco/1.3/Foundation/src/Timezone_WINCE.cpp#1 $ +// $Id: //poco/1.4/Foundation/src/Timezone_WINCE.cpp#1 $ // // Library: Foundation // Package: DateTime diff --git a/Foundation/src/Token.cpp b/Foundation/src/Token.cpp index 99b5ff9bc..6eaa6892f 100644 --- a/Foundation/src/Token.cpp +++ b/Foundation/src/Token.cpp @@ -1,7 +1,7 @@ // // Token.cpp // -// $Id: //poco/1.3/Foundation/src/Token.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/Token.cpp#1 $ // // Library: Foundation // Package: Streams diff --git a/Foundation/src/URI.cpp b/Foundation/src/URI.cpp index 32bbdccd8..6a5273463 100644 --- a/Foundation/src/URI.cpp +++ b/Foundation/src/URI.cpp @@ -1,7 +1,7 @@ // // URI.cpp // -// $Id: //poco/1.3/Foundation/src/URI.cpp#4 $ +// $Id: //poco/1.4/Foundation/src/URI.cpp#1 $ // // Library: Foundation // Package: URI diff --git a/Foundation/src/URIStreamFactory.cpp b/Foundation/src/URIStreamFactory.cpp index 43c7dcb72..a323e75a8 100644 --- a/Foundation/src/URIStreamFactory.cpp +++ b/Foundation/src/URIStreamFactory.cpp @@ -1,7 +1,7 @@ // // URIStreamFactory.cpp // -// $Id: //poco/1.3/Foundation/src/URIStreamFactory.cpp#2 $ +// $Id: //poco/1.4/Foundation/src/URIStreamFactory.cpp#1 $ // // Library: Foundation // Package: URI diff --git a/Foundation/src/URIStreamOpener.cpp b/Foundation/src/URIStreamOpener.cpp index cc5688370..5cb9b0e38 100644 --- a/Foundation/src/URIStreamOpener.cpp +++ b/Foundation/src/URIStreamOpener.cpp @@ -1,7 +1,7 @@ // // URIStreamOpener.cpp // -// $Id: //poco/1.3/Foundation/src/URIStreamOpener.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/URIStreamOpener.cpp#1 $ // // Library: Foundation // Package: URI diff --git a/Foundation/src/UTF16Encoding.cpp b/Foundation/src/UTF16Encoding.cpp index 592a58698..eaddddf80 100644 --- a/Foundation/src/UTF16Encoding.cpp +++ b/Foundation/src/UTF16Encoding.cpp @@ -1,7 +1,7 @@ // // UTF16Encoding.cpp // -// $Id: //poco/1.3/Foundation/src/UTF16Encoding.cpp#5 $ +// $Id: //poco/1.4/Foundation/src/UTF16Encoding.cpp#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/src/UTF8Encoding.cpp b/Foundation/src/UTF8Encoding.cpp index 40a51d012..fc4a53a55 100644 --- a/Foundation/src/UTF8Encoding.cpp +++ b/Foundation/src/UTF8Encoding.cpp @@ -1,7 +1,7 @@ // // UTF8Encoding.cpp // -// $Id: //poco/1.3/Foundation/src/UTF8Encoding.cpp#8 $ +// $Id: //poco/1.4/Foundation/src/UTF8Encoding.cpp#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/src/UTF8String.cpp b/Foundation/src/UTF8String.cpp index d53718b31..d5c8eb95c 100644 --- a/Foundation/src/UTF8String.cpp +++ b/Foundation/src/UTF8String.cpp @@ -1,7 +1,7 @@ // // UTF8String.cpp // -// $Id: //poco/1.3/Foundation/src/UTF8String.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/UTF8String.cpp#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/src/UUID.cpp b/Foundation/src/UUID.cpp index 0bf1c6098..9d7af1cd3 100644 --- a/Foundation/src/UUID.cpp +++ b/Foundation/src/UUID.cpp @@ -1,7 +1,7 @@ // // UUID.cpp // -// $Id: //poco/1.3/Foundation/src/UUID.cpp#8 $ +// $Id: //poco/1.4/Foundation/src/UUID.cpp#1 $ // // Library: Foundation // Package: UUID diff --git a/Foundation/src/UUIDGenerator.cpp b/Foundation/src/UUIDGenerator.cpp index 184e413b8..d5b4144a2 100644 --- a/Foundation/src/UUIDGenerator.cpp +++ b/Foundation/src/UUIDGenerator.cpp @@ -1,7 +1,7 @@ // // UUIDGenerator.cpp // -// $Id: //poco/1.3/Foundation/src/UUIDGenerator.cpp#6 $ +// $Id: //poco/1.4/Foundation/src/UUIDGenerator.cpp#1 $ // // Library: Foundation // Package: UUID diff --git a/Foundation/src/Unicode.cpp b/Foundation/src/Unicode.cpp index 3a8e60500..5b9e5ef3c 100644 --- a/Foundation/src/Unicode.cpp +++ b/Foundation/src/Unicode.cpp @@ -1,7 +1,7 @@ // // Unicode.cpp // -// $Id: //poco/1.3/Foundation/src/Unicode.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/Unicode.cpp#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/src/UnicodeConverter.cpp b/Foundation/src/UnicodeConverter.cpp index 81f72a4c5..faabaf1ad 100644 --- a/Foundation/src/UnicodeConverter.cpp +++ b/Foundation/src/UnicodeConverter.cpp @@ -1,7 +1,7 @@ // // UnicodeConverter.cpp // -// $Id: //poco/1.3/Foundation/src/UnicodeConverter.cpp#5 $ +// $Id: //poco/1.4/Foundation/src/UnicodeConverter.cpp#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/src/Void.cpp b/Foundation/src/Void.cpp index 07247e243..b7a013261 100644 --- a/Foundation/src/Void.cpp +++ b/Foundation/src/Void.cpp @@ -1,7 +1,7 @@ // // Void.cpp // -// $Id: //poco/1.3/Foundation/src/Void.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/Void.cpp#1 $ // // Library: Foundation // Package: Core diff --git a/Foundation/src/Windows1252Encoding.cpp b/Foundation/src/Windows1252Encoding.cpp index add2adbf8..9eaf3eb8b 100644 --- a/Foundation/src/Windows1252Encoding.cpp +++ b/Foundation/src/Windows1252Encoding.cpp @@ -1,7 +1,7 @@ // // Windows1252Encoding.cpp // -// $Id: //poco/1.3/Foundation/src/Windows1252Encoding.cpp#6 $ +// $Id: //poco/1.4/Foundation/src/Windows1252Encoding.cpp#1 $ // // Library: Foundation // Package: Text diff --git a/Foundation/src/WindowsConsoleChannel.cpp b/Foundation/src/WindowsConsoleChannel.cpp index 4e0b41a7e..8bf002078 100644 --- a/Foundation/src/WindowsConsoleChannel.cpp +++ b/Foundation/src/WindowsConsoleChannel.cpp @@ -1,7 +1,7 @@ // // WindowsConsoleChannel.cpp // -// $Id: //poco/1.3/Foundation/src/WindowsConsoleChannel.cpp#3 $ +// $Id: //poco/1.4/Foundation/src/WindowsConsoleChannel.cpp#1 $ // // Library: Foundation // Package: Logging diff --git a/Foundation/src/compress.c b/Foundation/src/compress.c index 1259e6101..6771e619b 100644 --- a/Foundation/src/compress.c +++ b/Foundation/src/compress.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: //poco/1.3/Foundation/src/compress.c#1 $ */ +/* @(#) $Id: //poco/1.4/Foundation/src/compress.c#1 $ */ #define ZLIB_INTERNAL #include "zlib.h" diff --git a/Foundation/src/crc32.c b/Foundation/src/crc32.c index 9c8543b12..b3a9ccc25 100644 --- a/Foundation/src/crc32.c +++ b/Foundation/src/crc32.c @@ -9,7 +9,7 @@ * factor of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3. */ -/* @(#) $Id: //poco/1.3/Foundation/src/crc32.c#1 $ */ +/* @(#) $Id: //poco/1.4/Foundation/src/crc32.c#1 $ */ /* Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore diff --git a/Foundation/src/deflate.c b/Foundation/src/deflate.c index ab441ad82..9a94d5ee8 100644 --- a/Foundation/src/deflate.c +++ b/Foundation/src/deflate.c @@ -47,7 +47,7 @@ * */ -/* @(#) $Id: //poco/1.3/Foundation/src/deflate.c#1 $ */ +/* @(#) $Id: //poco/1.4/Foundation/src/deflate.c#1 $ */ #include "deflate.h" diff --git a/Foundation/src/deflate.h b/Foundation/src/deflate.h index aeb809f1b..73f787aff 100644 --- a/Foundation/src/deflate.h +++ b/Foundation/src/deflate.h @@ -8,7 +8,7 @@ subject to change. Applications should only use zlib.h. */ -/* @(#) $Id: //poco/1.3/Foundation/src/deflate.h#1 $ */ +/* @(#) $Id: //poco/1.4/Foundation/src/deflate.h#1 $ */ #ifndef DEFLATE_H #define DEFLATE_H diff --git a/Foundation/src/gzio.c b/Foundation/src/gzio.c index aa5f93d21..7093a44b1 100644 --- a/Foundation/src/gzio.c +++ b/Foundation/src/gzio.c @@ -5,7 +5,7 @@ * Compile this file with -DNO_GZCOMPRESS to avoid the compression code. */ -/* @(#) $Id: //poco/1.3/Foundation/src/gzio.c#1 $ */ +/* @(#) $Id: //poco/1.4/Foundation/src/gzio.c#1 $ */ #include diff --git a/Foundation/src/pocomsg.h b/Foundation/src/pocomsg.h index 5033be463..21788e9e1 100644 --- a/Foundation/src/pocomsg.h +++ b/Foundation/src/pocomsg.h @@ -1,7 +1,7 @@ // // pocomsg.mc[.h] // -// $Id: //poco/1.3/Foundation/src/pocomsg.h#8 $ +// $Id: //poco/1.4/Foundation/src/pocomsg.h#1 $ // // The Poco message source/header file. // diff --git a/Foundation/src/pocomsg.mc b/Foundation/src/pocomsg.mc index 63aebcd06..81daf126b 100644 --- a/Foundation/src/pocomsg.mc +++ b/Foundation/src/pocomsg.mc @@ -1,7 +1,7 @@ ;// ;// pocomsg.mc[.h] ;// -;// $Id: //poco/1.3/Foundation/src/pocomsg.mc#1 $ +;// $Id: //poco/1.4/Foundation/src/pocomsg.mc#1 $ ;// ;// The Poco message source/header file. ;// diff --git a/Foundation/src/trees.c b/Foundation/src/trees.c index 2df6b2b93..e6ab27f9c 100644 --- a/Foundation/src/trees.c +++ b/Foundation/src/trees.c @@ -29,7 +29,7 @@ * Addison-Wesley, 1983. ISBN 0-201-06672-6. */ -/* @(#) $Id: //poco/1.3/Foundation/src/trees.c#1 $ */ +/* @(#) $Id: //poco/1.4/Foundation/src/trees.c#1 $ */ /* #define GEN_TREES_H */ diff --git a/Foundation/src/zconf.h b/Foundation/src/zconf.h index a405f813b..459f59914 100644 --- a/Foundation/src/zconf.h +++ b/Foundation/src/zconf.h @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: //poco/1.3/Foundation/src/zconf.h#2 $ */ +/* @(#) $Id: //poco/1.4/Foundation/src/zconf.h#1 $ */ #ifndef ZCONF_H #define ZCONF_H diff --git a/Foundation/src/zutil.c b/Foundation/src/zutil.c index 76874db10..56191d50c 100644 --- a/Foundation/src/zutil.c +++ b/Foundation/src/zutil.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id: //poco/1.3/Foundation/src/zutil.c#1 $ */ +/* @(#) $Id: //poco/1.4/Foundation/src/zutil.c#1 $ */ #include "zutil.h" diff --git a/Foundation/src/zutil.h b/Foundation/src/zutil.h index 2b1eda7ac..c44ce8dde 100644 --- a/Foundation/src/zutil.h +++ b/Foundation/src/zutil.h @@ -8,7 +8,7 @@ subject to change. Applications should only use zlib.h. */ -/* @(#) $Id: //poco/1.3/Foundation/src/zutil.h#1 $ */ +/* @(#) $Id: //poco/1.4/Foundation/src/zutil.h#1 $ */ #ifndef ZUTIL_H #define ZUTIL_H diff --git a/Foundation/testsuite/Makefile b/Foundation/testsuite/Makefile index d770e5816..bee498c48 100644 --- a/Foundation/testsuite/Makefile +++ b/Foundation/testsuite/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/testsuite/Makefile#1 $ +# $Id: //poco/1.4/Foundation/testsuite/Makefile#1 $ # # Makefile for Poco Foundation testsuite # diff --git a/Foundation/testsuite/Makefile-Driver b/Foundation/testsuite/Makefile-Driver index 7249bbefd..31ff0ea7f 100644 --- a/Foundation/testsuite/Makefile-Driver +++ b/Foundation/testsuite/Makefile-Driver @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/testsuite/Makefile-Driver#7 $ +# $Id: //poco/1.4/Foundation/testsuite/Makefile-Driver#1 $ # # Makefile for Poco Foundation testsuite # diff --git a/Foundation/testsuite/Makefile-TestApp b/Foundation/testsuite/Makefile-TestApp index 220f563f9..04a724ba0 100644 --- a/Foundation/testsuite/Makefile-TestApp +++ b/Foundation/testsuite/Makefile-TestApp @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/testsuite/Makefile-TestApp#1 $ +# $Id: //poco/1.4/Foundation/testsuite/Makefile-TestApp#1 $ # # Makefile for Poco TestApp # diff --git a/Foundation/testsuite/Makefile-TestLibrary b/Foundation/testsuite/Makefile-TestLibrary index f5326fff2..f164423ff 100644 --- a/Foundation/testsuite/Makefile-TestLibrary +++ b/Foundation/testsuite/Makefile-TestLibrary @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Foundation/testsuite/Makefile-TestLibrary#1 $ +# $Id: //poco/1.4/Foundation/testsuite/Makefile-TestLibrary#1 $ # # Makefile for Poco Foundation testsuite # diff --git a/Foundation/testsuite/src/ActiveDispatcherTest.cpp b/Foundation/testsuite/src/ActiveDispatcherTest.cpp index 7960c6d6b..200251535 100644 --- a/Foundation/testsuite/src/ActiveDispatcherTest.cpp +++ b/Foundation/testsuite/src/ActiveDispatcherTest.cpp @@ -1,7 +1,7 @@ // // ActiveDispatcherTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/ActiveDispatcherTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ActiveDispatcherTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // All rights reserved. diff --git a/Foundation/testsuite/src/ActiveDispatcherTest.h b/Foundation/testsuite/src/ActiveDispatcherTest.h index 1bd14d7e6..55946763b 100644 --- a/Foundation/testsuite/src/ActiveDispatcherTest.h +++ b/Foundation/testsuite/src/ActiveDispatcherTest.h @@ -1,7 +1,7 @@ // // ActiveDispatcherTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/ActiveDispatcherTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ActiveDispatcherTest.h#1 $ // // Definition of the ActiveDispatcherTest class. // diff --git a/Foundation/testsuite/src/ActiveMethodTest.cpp b/Foundation/testsuite/src/ActiveMethodTest.cpp index e295ef38d..7807bb3b1 100644 --- a/Foundation/testsuite/src/ActiveMethodTest.cpp +++ b/Foundation/testsuite/src/ActiveMethodTest.cpp @@ -1,7 +1,7 @@ // // ActiveMethodTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/ActiveMethodTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ActiveMethodTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/ActiveMethodTest.h b/Foundation/testsuite/src/ActiveMethodTest.h index f63cabb4d..0fd4310d5 100644 --- a/Foundation/testsuite/src/ActiveMethodTest.h +++ b/Foundation/testsuite/src/ActiveMethodTest.h @@ -1,7 +1,7 @@ // // ActiveMethodTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/ActiveMethodTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ActiveMethodTest.h#1 $ // // Definition of the ActiveMethodTest class. // diff --git a/Foundation/testsuite/src/ActivityTest.cpp b/Foundation/testsuite/src/ActivityTest.cpp index c5e09febf..33fda50af 100644 --- a/Foundation/testsuite/src/ActivityTest.cpp +++ b/Foundation/testsuite/src/ActivityTest.cpp @@ -1,7 +1,7 @@ // // ActivityTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/ActivityTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ActivityTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/ActivityTest.h b/Foundation/testsuite/src/ActivityTest.h index 0fbb2654c..ba9a70175 100644 --- a/Foundation/testsuite/src/ActivityTest.h +++ b/Foundation/testsuite/src/ActivityTest.h @@ -1,7 +1,7 @@ // // ActivityTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/ActivityTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ActivityTest.h#1 $ // // Definition of the ActivityTest class. // diff --git a/Foundation/testsuite/src/AnyTest.cpp b/Foundation/testsuite/src/AnyTest.cpp index b2699d8d3..46f82aac9 100644 --- a/Foundation/testsuite/src/AnyTest.cpp +++ b/Foundation/testsuite/src/AnyTest.cpp @@ -1,7 +1,7 @@ // // AnyTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/AnyTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/AnyTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/AnyTest.h b/Foundation/testsuite/src/AnyTest.h index 573789a32..0a1302836 100644 --- a/Foundation/testsuite/src/AnyTest.h +++ b/Foundation/testsuite/src/AnyTest.h @@ -1,7 +1,7 @@ // // AnyTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/AnyTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/AnyTest.h#1 $ // // Tests for Any types // diff --git a/Foundation/testsuite/src/AutoPtrTest.cpp b/Foundation/testsuite/src/AutoPtrTest.cpp index 7ae066a0b..d5b4b612b 100644 --- a/Foundation/testsuite/src/AutoPtrTest.cpp +++ b/Foundation/testsuite/src/AutoPtrTest.cpp @@ -1,7 +1,7 @@ // // AutoPtrTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/AutoPtrTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/AutoPtrTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/AutoPtrTest.h b/Foundation/testsuite/src/AutoPtrTest.h index 14ae06ecf..c95fe339f 100644 --- a/Foundation/testsuite/src/AutoPtrTest.h +++ b/Foundation/testsuite/src/AutoPtrTest.h @@ -1,7 +1,7 @@ // // AutoPtrTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/AutoPtrTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/AutoPtrTest.h#1 $ // // Definition of the AutoPtrTest class. // diff --git a/Foundation/testsuite/src/AutoReleasePoolTest.cpp b/Foundation/testsuite/src/AutoReleasePoolTest.cpp index fda0ab61b..cbbdf4e98 100644 --- a/Foundation/testsuite/src/AutoReleasePoolTest.cpp +++ b/Foundation/testsuite/src/AutoReleasePoolTest.cpp @@ -1,7 +1,7 @@ // // AutoReleasePoolTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/AutoReleasePoolTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/AutoReleasePoolTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/AutoReleasePoolTest.h b/Foundation/testsuite/src/AutoReleasePoolTest.h index 7761b4f42..b932bf068 100644 --- a/Foundation/testsuite/src/AutoReleasePoolTest.h +++ b/Foundation/testsuite/src/AutoReleasePoolTest.h @@ -1,7 +1,7 @@ // // AutoReleasePoolTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/AutoReleasePoolTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/AutoReleasePoolTest.h#1 $ // // Definition of the AutoReleasePoolTest class. // diff --git a/Foundation/testsuite/src/Base64Test.cpp b/Foundation/testsuite/src/Base64Test.cpp index 05017d87d..cb099c33c 100644 --- a/Foundation/testsuite/src/Base64Test.cpp +++ b/Foundation/testsuite/src/Base64Test.cpp @@ -1,7 +1,7 @@ // // Base64Test.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/Base64Test.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/Base64Test.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/Base64Test.h b/Foundation/testsuite/src/Base64Test.h index 57eaf4724..f7b85de83 100644 --- a/Foundation/testsuite/src/Base64Test.h +++ b/Foundation/testsuite/src/Base64Test.h @@ -1,7 +1,7 @@ // // Base64Test.h // -// $Id: //poco/1.3/Foundation/testsuite/src/Base64Test.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/Base64Test.h#1 $ // // Definition of the Base64Test class. // diff --git a/Foundation/testsuite/src/BasicEventTest.cpp b/Foundation/testsuite/src/BasicEventTest.cpp index 1424f8d45..5842c554b 100644 --- a/Foundation/testsuite/src/BasicEventTest.cpp +++ b/Foundation/testsuite/src/BasicEventTest.cpp @@ -1,7 +1,7 @@ // // BasicEventTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/BasicEventTest.cpp#3 $ +// $Id: //poco/1.4/Foundation/testsuite/src/BasicEventTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/BasicEventTest.h b/Foundation/testsuite/src/BasicEventTest.h index 56d53bd4d..bacd27732 100644 --- a/Foundation/testsuite/src/BasicEventTest.h +++ b/Foundation/testsuite/src/BasicEventTest.h @@ -1,7 +1,7 @@ // // BasicEventTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/BasicEventTest.h#3 $ +// $Id: //poco/1.4/Foundation/testsuite/src/BasicEventTest.h#1 $ // // Tests for BasicEvent // diff --git a/Foundation/testsuite/src/BinaryReaderWriterTest.cpp b/Foundation/testsuite/src/BinaryReaderWriterTest.cpp index e5b399659..bc00f45d9 100644 --- a/Foundation/testsuite/src/BinaryReaderWriterTest.cpp +++ b/Foundation/testsuite/src/BinaryReaderWriterTest.cpp @@ -1,7 +1,7 @@ // // BinaryReaderWriterTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/BinaryReaderWriterTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/BinaryReaderWriterTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/BinaryReaderWriterTest.h b/Foundation/testsuite/src/BinaryReaderWriterTest.h index 4cde719e0..bd8aa2acf 100644 --- a/Foundation/testsuite/src/BinaryReaderWriterTest.h +++ b/Foundation/testsuite/src/BinaryReaderWriterTest.h @@ -1,7 +1,7 @@ // // BinaryReaderWriterTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/BinaryReaderWriterTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/BinaryReaderWriterTest.h#1 $ // // Definition of the BinaryReaderWriterTest class. // diff --git a/Foundation/testsuite/src/ByteOrderTest.cpp b/Foundation/testsuite/src/ByteOrderTest.cpp index eb749afcd..bf706a78f 100644 --- a/Foundation/testsuite/src/ByteOrderTest.cpp +++ b/Foundation/testsuite/src/ByteOrderTest.cpp @@ -1,7 +1,7 @@ // // ByteOrderTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/ByteOrderTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ByteOrderTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/ByteOrderTest.h b/Foundation/testsuite/src/ByteOrderTest.h index 54ca61b50..edaf7bd8a 100644 --- a/Foundation/testsuite/src/ByteOrderTest.h +++ b/Foundation/testsuite/src/ByteOrderTest.h @@ -1,7 +1,7 @@ // // ByteOrderTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/ByteOrderTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ByteOrderTest.h#1 $ // // Definition of the ByteOrderTest class. // diff --git a/Foundation/testsuite/src/CacheTestSuite.cpp b/Foundation/testsuite/src/CacheTestSuite.cpp index 8f8d46545..a96d03234 100644 --- a/Foundation/testsuite/src/CacheTestSuite.cpp +++ b/Foundation/testsuite/src/CacheTestSuite.cpp @@ -1,7 +1,7 @@ // // CacheTestSuite.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/CacheTestSuite.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/CacheTestSuite.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/CacheTestSuite.h b/Foundation/testsuite/src/CacheTestSuite.h index ca5e50d2a..56bfcddb5 100644 --- a/Foundation/testsuite/src/CacheTestSuite.h +++ b/Foundation/testsuite/src/CacheTestSuite.h @@ -1,7 +1,7 @@ // // CacheTestSuite.h // -// $Id: //poco/1.3/Foundation/testsuite/src/CacheTestSuite.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/CacheTestSuite.h#1 $ // // Definition of the CacheTestSuite class. // diff --git a/Foundation/testsuite/src/ChannelTest.cpp b/Foundation/testsuite/src/ChannelTest.cpp index dbe2f0751..dd7dae41a 100644 --- a/Foundation/testsuite/src/ChannelTest.cpp +++ b/Foundation/testsuite/src/ChannelTest.cpp @@ -1,7 +1,7 @@ // // ChannelTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/ChannelTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ChannelTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/ChannelTest.h b/Foundation/testsuite/src/ChannelTest.h index d3dd0c87a..6a720bf81 100644 --- a/Foundation/testsuite/src/ChannelTest.h +++ b/Foundation/testsuite/src/ChannelTest.h @@ -1,7 +1,7 @@ // // ChannelTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/ChannelTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ChannelTest.h#1 $ // // Definition of the ChannelTest class. // diff --git a/Foundation/testsuite/src/ClassLoaderTest.cpp b/Foundation/testsuite/src/ClassLoaderTest.cpp index 8b0961c92..ff9dad64d 100644 --- a/Foundation/testsuite/src/ClassLoaderTest.cpp +++ b/Foundation/testsuite/src/ClassLoaderTest.cpp @@ -1,7 +1,7 @@ // // ClassLoaderTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/ClassLoaderTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ClassLoaderTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/ClassLoaderTest.h b/Foundation/testsuite/src/ClassLoaderTest.h index 6f2026325..571a63204 100644 --- a/Foundation/testsuite/src/ClassLoaderTest.h +++ b/Foundation/testsuite/src/ClassLoaderTest.h @@ -1,7 +1,7 @@ // // ClassLoaderTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/ClassLoaderTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ClassLoaderTest.h#1 $ // // Definition of the ClassLoaderTest class. // diff --git a/Foundation/testsuite/src/ConditionTest.cpp b/Foundation/testsuite/src/ConditionTest.cpp index 1ba9ffea9..759545f40 100644 --- a/Foundation/testsuite/src/ConditionTest.cpp +++ b/Foundation/testsuite/src/ConditionTest.cpp @@ -1,7 +1,7 @@ // // ConditionTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/ConditionTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ConditionTest.cpp#1 $ // // Copyright (c) 2007, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/ConditionTest.h b/Foundation/testsuite/src/ConditionTest.h index 753768e9e..95a8f2e2e 100644 --- a/Foundation/testsuite/src/ConditionTest.h +++ b/Foundation/testsuite/src/ConditionTest.h @@ -1,7 +1,7 @@ // // ConditionTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/ConditionTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ConditionTest.h#1 $ // // Definition of the ConditionTest class. // diff --git a/Foundation/testsuite/src/CoreTest.cpp b/Foundation/testsuite/src/CoreTest.cpp index de31a775b..21d9cdc36 100644 --- a/Foundation/testsuite/src/CoreTest.cpp +++ b/Foundation/testsuite/src/CoreTest.cpp @@ -1,7 +1,7 @@ // // CoreTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/CoreTest.cpp#9 $ +// $Id: //poco/1.4/Foundation/testsuite/src/CoreTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/CoreTest.h b/Foundation/testsuite/src/CoreTest.h index 833bc8f1f..c1ab27f77 100644 --- a/Foundation/testsuite/src/CoreTest.h +++ b/Foundation/testsuite/src/CoreTest.h @@ -1,7 +1,7 @@ // // CoreTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/CoreTest.h#6 $ +// $Id: //poco/1.4/Foundation/testsuite/src/CoreTest.h#1 $ // // Definition of the CoreTest class. // diff --git a/Foundation/testsuite/src/CoreTestSuite.cpp b/Foundation/testsuite/src/CoreTestSuite.cpp index 272bf5e5b..c2ac81089 100644 --- a/Foundation/testsuite/src/CoreTestSuite.cpp +++ b/Foundation/testsuite/src/CoreTestSuite.cpp @@ -1,7 +1,7 @@ // // CoreTestSuite.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/CoreTestSuite.cpp#3 $ +// $Id: //poco/1.4/Foundation/testsuite/src/CoreTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/CoreTestSuite.h b/Foundation/testsuite/src/CoreTestSuite.h index 871081b8c..1979a864b 100644 --- a/Foundation/testsuite/src/CoreTestSuite.h +++ b/Foundation/testsuite/src/CoreTestSuite.h @@ -1,7 +1,7 @@ // // CoreTestSuite.h // -// $Id: //poco/1.3/Foundation/testsuite/src/CoreTestSuite.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/CoreTestSuite.h#1 $ // // Definition of the CoreTestSuite class. // diff --git a/Foundation/testsuite/src/CountingStreamTest.cpp b/Foundation/testsuite/src/CountingStreamTest.cpp index 72d10585a..d2e2515cb 100644 --- a/Foundation/testsuite/src/CountingStreamTest.cpp +++ b/Foundation/testsuite/src/CountingStreamTest.cpp @@ -1,7 +1,7 @@ // // CountingStreamTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/CountingStreamTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/CountingStreamTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/CountingStreamTest.h b/Foundation/testsuite/src/CountingStreamTest.h index ed298537b..ad1b97ae9 100644 --- a/Foundation/testsuite/src/CountingStreamTest.h +++ b/Foundation/testsuite/src/CountingStreamTest.h @@ -1,7 +1,7 @@ // // CountingStreamTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/CountingStreamTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/CountingStreamTest.h#1 $ // // Definition of the CountingStreamTest class. // diff --git a/Foundation/testsuite/src/CryptTestSuite.cpp b/Foundation/testsuite/src/CryptTestSuite.cpp index c3b6cf428..582ec9c7f 100644 --- a/Foundation/testsuite/src/CryptTestSuite.cpp +++ b/Foundation/testsuite/src/CryptTestSuite.cpp @@ -1,7 +1,7 @@ // // CryptTestSuite.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/CryptTestSuite.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/CryptTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/CryptTestSuite.h b/Foundation/testsuite/src/CryptTestSuite.h index ea0bc6a35..d630fae36 100644 --- a/Foundation/testsuite/src/CryptTestSuite.h +++ b/Foundation/testsuite/src/CryptTestSuite.h @@ -1,7 +1,7 @@ // // CryptTestSuite.h // -// $Id: //poco/1.3/Foundation/testsuite/src/CryptTestSuite.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/CryptTestSuite.h#1 $ // // Definition of the CryptTestSuite class. // diff --git a/Foundation/testsuite/src/DateTimeFormatterTest.cpp b/Foundation/testsuite/src/DateTimeFormatterTest.cpp index 068b6cd1c..25062eada 100644 --- a/Foundation/testsuite/src/DateTimeFormatterTest.cpp +++ b/Foundation/testsuite/src/DateTimeFormatterTest.cpp @@ -1,7 +1,7 @@ // // DateTimeFormatterTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/DateTimeFormatterTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/DateTimeFormatterTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/DateTimeFormatterTest.h b/Foundation/testsuite/src/DateTimeFormatterTest.h index 0a4ed3260..a6454ee76 100644 --- a/Foundation/testsuite/src/DateTimeFormatterTest.h +++ b/Foundation/testsuite/src/DateTimeFormatterTest.h @@ -1,7 +1,7 @@ // // DateTimeFormatterTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/DateTimeFormatterTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/DateTimeFormatterTest.h#1 $ // // Definition of the DateTimeFormatterTest class. // diff --git a/Foundation/testsuite/src/DateTimeParserTest.cpp b/Foundation/testsuite/src/DateTimeParserTest.cpp index da03bf2d8..fddf2f69e 100644 --- a/Foundation/testsuite/src/DateTimeParserTest.cpp +++ b/Foundation/testsuite/src/DateTimeParserTest.cpp @@ -1,7 +1,7 @@ // // DateTimeParserTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/DateTimeParserTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/DateTimeParserTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/DateTimeParserTest.h b/Foundation/testsuite/src/DateTimeParserTest.h index b071b3606..c979cafa8 100644 --- a/Foundation/testsuite/src/DateTimeParserTest.h +++ b/Foundation/testsuite/src/DateTimeParserTest.h @@ -1,7 +1,7 @@ // // DateTimeParserTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/DateTimeParserTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/DateTimeParserTest.h#1 $ // // Definition of the DateTimeParserTest class. // diff --git a/Foundation/testsuite/src/DateTimeTest.cpp b/Foundation/testsuite/src/DateTimeTest.cpp index 1e82af468..8c1798bee 100644 --- a/Foundation/testsuite/src/DateTimeTest.cpp +++ b/Foundation/testsuite/src/DateTimeTest.cpp @@ -1,7 +1,7 @@ // // DateTimeTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/DateTimeTest.cpp#3 $ +// $Id: //poco/1.4/Foundation/testsuite/src/DateTimeTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/DateTimeTest.h b/Foundation/testsuite/src/DateTimeTest.h index b91d628b9..e75381095 100644 --- a/Foundation/testsuite/src/DateTimeTest.h +++ b/Foundation/testsuite/src/DateTimeTest.h @@ -1,7 +1,7 @@ // // DateTimeTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/DateTimeTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/DateTimeTest.h#1 $ // // Definition of the DateTimeTest class. // diff --git a/Foundation/testsuite/src/DateTimeTestSuite.cpp b/Foundation/testsuite/src/DateTimeTestSuite.cpp index e680d1754..0de49f19a 100644 --- a/Foundation/testsuite/src/DateTimeTestSuite.cpp +++ b/Foundation/testsuite/src/DateTimeTestSuite.cpp @@ -1,7 +1,7 @@ // // DateTimeTestSuite.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/DateTimeTestSuite.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/DateTimeTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/DateTimeTestSuite.h b/Foundation/testsuite/src/DateTimeTestSuite.h index 52320597d..524ca9334 100644 --- a/Foundation/testsuite/src/DateTimeTestSuite.h +++ b/Foundation/testsuite/src/DateTimeTestSuite.h @@ -1,7 +1,7 @@ // // DateTimeTestSuite.h // -// $Id: //poco/1.3/Foundation/testsuite/src/DateTimeTestSuite.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/DateTimeTestSuite.h#1 $ // // Definition of the DateTimeTestSuite class. // diff --git a/Foundation/testsuite/src/DigestStreamTest.cpp b/Foundation/testsuite/src/DigestStreamTest.cpp index 85adfc0dd..0ea2f6271 100644 --- a/Foundation/testsuite/src/DigestStreamTest.cpp +++ b/Foundation/testsuite/src/DigestStreamTest.cpp @@ -1,7 +1,7 @@ // // DigestStreamTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/DigestStreamTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/DigestStreamTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/DigestStreamTest.h b/Foundation/testsuite/src/DigestStreamTest.h index c2e94ed0d..8739c7b6e 100644 --- a/Foundation/testsuite/src/DigestStreamTest.h +++ b/Foundation/testsuite/src/DigestStreamTest.h @@ -1,7 +1,7 @@ // // DigestStreamTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/DigestStreamTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/DigestStreamTest.h#1 $ // // Definition of the DigestStreamTest class. // diff --git a/Foundation/testsuite/src/Driver.cpp b/Foundation/testsuite/src/Driver.cpp index d812d45f4..789412801 100644 --- a/Foundation/testsuite/src/Driver.cpp +++ b/Foundation/testsuite/src/Driver.cpp @@ -1,7 +1,7 @@ // // Driver.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/Driver.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/Driver.cpp#1 $ // // Console-based test driver. // diff --git a/Foundation/testsuite/src/DummyDelegate.cpp b/Foundation/testsuite/src/DummyDelegate.cpp index f7adf7ab5..302ed1e11 100644 --- a/Foundation/testsuite/src/DummyDelegate.cpp +++ b/Foundation/testsuite/src/DummyDelegate.cpp @@ -1,7 +1,7 @@ // // DummyDelegate.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/DummyDelegate.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/DummyDelegate.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/DummyDelegate.h b/Foundation/testsuite/src/DummyDelegate.h index ec361addb..5216bc4a9 100644 --- a/Foundation/testsuite/src/DummyDelegate.h +++ b/Foundation/testsuite/src/DummyDelegate.h @@ -1,7 +1,7 @@ // // DummyDelegate.h // -// $Id: //poco/1.3/Foundation/testsuite/src/DummyDelegate.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/DummyDelegate.h#1 $ // // Definition of DummyDelegate class. // diff --git a/Foundation/testsuite/src/DynamicAnyTest.cpp b/Foundation/testsuite/src/DynamicAnyTest.cpp index 622b8e17d..f1d8187a2 100644 --- a/Foundation/testsuite/src/DynamicAnyTest.cpp +++ b/Foundation/testsuite/src/DynamicAnyTest.cpp @@ -1,7 +1,7 @@ // // DynamicAnyTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/DynamicAnyTest.cpp#4 $ +// $Id: //poco/1.4/Foundation/testsuite/src/DynamicAnyTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/DynamicAnyTest.h b/Foundation/testsuite/src/DynamicAnyTest.h index 8c0b0eae5..0bb0c337d 100644 --- a/Foundation/testsuite/src/DynamicAnyTest.h +++ b/Foundation/testsuite/src/DynamicAnyTest.h @@ -1,7 +1,7 @@ // // DynamicAnyTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/DynamicAnyTest.h#3 $ +// $Id: //poco/1.4/Foundation/testsuite/src/DynamicAnyTest.h#1 $ // // Tests for Any types // diff --git a/Foundation/testsuite/src/DynamicFactoryTest.cpp b/Foundation/testsuite/src/DynamicFactoryTest.cpp index a48fd651b..ad3f556b0 100644 --- a/Foundation/testsuite/src/DynamicFactoryTest.cpp +++ b/Foundation/testsuite/src/DynamicFactoryTest.cpp @@ -1,7 +1,7 @@ // // DynamicFactoryTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/DynamicFactoryTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/DynamicFactoryTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/DynamicFactoryTest.h b/Foundation/testsuite/src/DynamicFactoryTest.h index 90a24ff5b..9f44dc11d 100644 --- a/Foundation/testsuite/src/DynamicFactoryTest.h +++ b/Foundation/testsuite/src/DynamicFactoryTest.h @@ -1,7 +1,7 @@ // // DynamicFactoryTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/DynamicFactoryTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/DynamicFactoryTest.h#1 $ // // Definition of the DynamicFactoryTest class. // diff --git a/Foundation/testsuite/src/EventTestSuite.cpp b/Foundation/testsuite/src/EventTestSuite.cpp index 0bf5f94d7..aa1dbce94 100644 --- a/Foundation/testsuite/src/EventTestSuite.cpp +++ b/Foundation/testsuite/src/EventTestSuite.cpp @@ -1,7 +1,7 @@ // // EventTestSuite.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/EventTestSuite.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/EventTestSuite.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/EventTestSuite.h b/Foundation/testsuite/src/EventTestSuite.h index 6b7b4648a..a3fb1ebec 100644 --- a/Foundation/testsuite/src/EventTestSuite.h +++ b/Foundation/testsuite/src/EventTestSuite.h @@ -1,7 +1,7 @@ // // EventTestSuite.h // -// $Id: //poco/1.3/Foundation/testsuite/src/EventTestSuite.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/EventTestSuite.h#1 $ // // Definition of the EventTestSuite class. // diff --git a/Foundation/testsuite/src/ExpireCacheTest.cpp b/Foundation/testsuite/src/ExpireCacheTest.cpp index 456a1997a..965210387 100644 --- a/Foundation/testsuite/src/ExpireCacheTest.cpp +++ b/Foundation/testsuite/src/ExpireCacheTest.cpp @@ -1,7 +1,7 @@ // // ExpireCacheTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/ExpireCacheTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ExpireCacheTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/ExpireCacheTest.h b/Foundation/testsuite/src/ExpireCacheTest.h index f73eae23e..3e769b051 100644 --- a/Foundation/testsuite/src/ExpireCacheTest.h +++ b/Foundation/testsuite/src/ExpireCacheTest.h @@ -1,7 +1,7 @@ // // ExpireCacheTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/ExpireCacheTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ExpireCacheTest.h#1 $ // // Tests for ExpireCache // diff --git a/Foundation/testsuite/src/ExpireLRUCacheTest.cpp b/Foundation/testsuite/src/ExpireLRUCacheTest.cpp index bec2e3ae2..727f50307 100644 --- a/Foundation/testsuite/src/ExpireLRUCacheTest.cpp +++ b/Foundation/testsuite/src/ExpireLRUCacheTest.cpp @@ -1,7 +1,7 @@ // // ExpireLRUCacheTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/ExpireLRUCacheTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ExpireLRUCacheTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/ExpireLRUCacheTest.h b/Foundation/testsuite/src/ExpireLRUCacheTest.h index 0cf539d50..bb1f7685f 100644 --- a/Foundation/testsuite/src/ExpireLRUCacheTest.h +++ b/Foundation/testsuite/src/ExpireLRUCacheTest.h @@ -1,7 +1,7 @@ // // ExpireLRUCacheTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/ExpireLRUCacheTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ExpireLRUCacheTest.h#1 $ // // Tests for ExpireLRUCache // diff --git a/Foundation/testsuite/src/FIFOEventTest.cpp b/Foundation/testsuite/src/FIFOEventTest.cpp index 6cd9cb72f..c1af9664d 100644 --- a/Foundation/testsuite/src/FIFOEventTest.cpp +++ b/Foundation/testsuite/src/FIFOEventTest.cpp @@ -1,7 +1,7 @@ // // FIFOEventTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/FIFOEventTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/FIFOEventTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/FIFOEventTest.h b/Foundation/testsuite/src/FIFOEventTest.h index 400870f56..4073fd434 100644 --- a/Foundation/testsuite/src/FIFOEventTest.h +++ b/Foundation/testsuite/src/FIFOEventTest.h @@ -1,7 +1,7 @@ // // FIFOEventTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/FIFOEventTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/FIFOEventTest.h#1 $ // // Definition of the FIFOEventTest class. // diff --git a/Foundation/testsuite/src/FPETest.cpp b/Foundation/testsuite/src/FPETest.cpp index b625d8320..28c58a75e 100644 --- a/Foundation/testsuite/src/FPETest.cpp +++ b/Foundation/testsuite/src/FPETest.cpp @@ -1,7 +1,7 @@ // // FPETest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/FPETest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/FPETest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/FPETest.h b/Foundation/testsuite/src/FPETest.h index 922cebcc4..703e8efa2 100644 --- a/Foundation/testsuite/src/FPETest.h +++ b/Foundation/testsuite/src/FPETest.h @@ -1,7 +1,7 @@ // // FPETest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/FPETest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/FPETest.h#1 $ // // Definition of the FPETest class. // diff --git a/Foundation/testsuite/src/FileChannelTest.cpp b/Foundation/testsuite/src/FileChannelTest.cpp index d0414ca8a..21cd23390 100644 --- a/Foundation/testsuite/src/FileChannelTest.cpp +++ b/Foundation/testsuite/src/FileChannelTest.cpp @@ -1,7 +1,7 @@ // // FileChannelTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/FileChannelTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/FileChannelTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/FileChannelTest.h b/Foundation/testsuite/src/FileChannelTest.h index b4ed4f0a3..36d5b2e90 100644 --- a/Foundation/testsuite/src/FileChannelTest.h +++ b/Foundation/testsuite/src/FileChannelTest.h @@ -1,7 +1,7 @@ // // FileChannelTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/FileChannelTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/FileChannelTest.h#1 $ // // Definition of the FileChannelTest class. // diff --git a/Foundation/testsuite/src/FileStreamTest.cpp b/Foundation/testsuite/src/FileStreamTest.cpp index ec9b3abc5..c2ff55b4b 100644 --- a/Foundation/testsuite/src/FileStreamTest.cpp +++ b/Foundation/testsuite/src/FileStreamTest.cpp @@ -1,7 +1,7 @@ // // FileStreamTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/FileStreamTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/FileStreamTest.cpp#1 $ // // Copyright (c) 2007, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/FileStreamTest.h b/Foundation/testsuite/src/FileStreamTest.h index d1a79393c..d60ce735a 100644 --- a/Foundation/testsuite/src/FileStreamTest.h +++ b/Foundation/testsuite/src/FileStreamTest.h @@ -1,7 +1,7 @@ // // FileStreamTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/FileStreamTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/FileStreamTest.h#1 $ // // Definition of the FileStreamTest class. // diff --git a/Foundation/testsuite/src/FileTest.cpp b/Foundation/testsuite/src/FileTest.cpp index 13c43d7e3..66c92df86 100644 --- a/Foundation/testsuite/src/FileTest.cpp +++ b/Foundation/testsuite/src/FileTest.cpp @@ -1,7 +1,7 @@ // // FileTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/FileTest.cpp#7 $ +// $Id: //poco/1.4/Foundation/testsuite/src/FileTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/FileTest.h b/Foundation/testsuite/src/FileTest.h index 80cfbb477..872ad41ac 100644 --- a/Foundation/testsuite/src/FileTest.h +++ b/Foundation/testsuite/src/FileTest.h @@ -1,7 +1,7 @@ // // FileTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/FileTest.h#4 $ +// $Id: //poco/1.4/Foundation/testsuite/src/FileTest.h#1 $ // // Definition of the FileTest class. // diff --git a/Foundation/testsuite/src/FilesystemTestSuite.cpp b/Foundation/testsuite/src/FilesystemTestSuite.cpp index 437c4c6a6..bff51bca1 100644 --- a/Foundation/testsuite/src/FilesystemTestSuite.cpp +++ b/Foundation/testsuite/src/FilesystemTestSuite.cpp @@ -1,7 +1,7 @@ // // FilesystemTestSuite.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/FilesystemTestSuite.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/FilesystemTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/FilesystemTestSuite.h b/Foundation/testsuite/src/FilesystemTestSuite.h index 3411024ee..02399cdb9 100644 --- a/Foundation/testsuite/src/FilesystemTestSuite.h +++ b/Foundation/testsuite/src/FilesystemTestSuite.h @@ -1,7 +1,7 @@ // // FilesystemTestSuite.h // -// $Id: //poco/1.3/Foundation/testsuite/src/FilesystemTestSuite.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/FilesystemTestSuite.h#1 $ // // Definition of the FilesystemTestSuite class. // diff --git a/Foundation/testsuite/src/FormatTest.cpp b/Foundation/testsuite/src/FormatTest.cpp index 3ec46acd0..25e2242d6 100644 --- a/Foundation/testsuite/src/FormatTest.cpp +++ b/Foundation/testsuite/src/FormatTest.cpp @@ -1,7 +1,7 @@ // // FormatTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/FormatTest.cpp#7 $ +// $Id: //poco/1.4/Foundation/testsuite/src/FormatTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // All rights reserved. diff --git a/Foundation/testsuite/src/FormatTest.h b/Foundation/testsuite/src/FormatTest.h index ea6d2495f..a394c6785 100644 --- a/Foundation/testsuite/src/FormatTest.h +++ b/Foundation/testsuite/src/FormatTest.h @@ -1,7 +1,7 @@ // // FormatTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/FormatTest.h#4 $ +// $Id: //poco/1.4/Foundation/testsuite/src/FormatTest.h#1 $ // // Definition of the FormatTest class. // diff --git a/Foundation/testsuite/src/FoundationTestSuite.cpp b/Foundation/testsuite/src/FoundationTestSuite.cpp index d73082fde..455df9196 100644 --- a/Foundation/testsuite/src/FoundationTestSuite.cpp +++ b/Foundation/testsuite/src/FoundationTestSuite.cpp @@ -1,7 +1,7 @@ // // FoundationTestSuite.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/FoundationTestSuite.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/FoundationTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/FoundationTestSuite.h b/Foundation/testsuite/src/FoundationTestSuite.h index 55e013e18..fd4cb2f28 100644 --- a/Foundation/testsuite/src/FoundationTestSuite.h +++ b/Foundation/testsuite/src/FoundationTestSuite.h @@ -1,7 +1,7 @@ // // FoundationTestSuite.h // -// $Id: //poco/1.3/Foundation/testsuite/src/FoundationTestSuite.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/FoundationTestSuite.h#1 $ // // Definition of the FoundationTestSuite class. // diff --git a/Foundation/testsuite/src/GlobTest.cpp b/Foundation/testsuite/src/GlobTest.cpp index 8d9826724..5244bda9f 100644 --- a/Foundation/testsuite/src/GlobTest.cpp +++ b/Foundation/testsuite/src/GlobTest.cpp @@ -1,7 +1,7 @@ // // GlobTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/GlobTest.cpp#4 $ +// $Id: //poco/1.4/Foundation/testsuite/src/GlobTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/GlobTest.h b/Foundation/testsuite/src/GlobTest.h index ae77ad438..e64365589 100644 --- a/Foundation/testsuite/src/GlobTest.h +++ b/Foundation/testsuite/src/GlobTest.h @@ -1,7 +1,7 @@ // // GlobTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/GlobTest.h#3 $ +// $Id: //poco/1.4/Foundation/testsuite/src/GlobTest.h#1 $ // // Definition of the GlobTest class. // diff --git a/Foundation/testsuite/src/HMACEngineTest.cpp b/Foundation/testsuite/src/HMACEngineTest.cpp index 7944b059c..fd90a2d01 100644 --- a/Foundation/testsuite/src/HMACEngineTest.cpp +++ b/Foundation/testsuite/src/HMACEngineTest.cpp @@ -1,7 +1,7 @@ // // HMACEngineTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/HMACEngineTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/HMACEngineTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/HMACEngineTest.h b/Foundation/testsuite/src/HMACEngineTest.h index a1e48924e..d780fae8b 100644 --- a/Foundation/testsuite/src/HMACEngineTest.h +++ b/Foundation/testsuite/src/HMACEngineTest.h @@ -1,7 +1,7 @@ // // HMACEngineTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/HMACEngineTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/HMACEngineTest.h#1 $ // // Definition of the HMACEngineTest class. // diff --git a/Foundation/testsuite/src/HashMapTest.cpp b/Foundation/testsuite/src/HashMapTest.cpp index f69ceccd5..b1a675bfe 100644 --- a/Foundation/testsuite/src/HashMapTest.cpp +++ b/Foundation/testsuite/src/HashMapTest.cpp @@ -1,7 +1,7 @@ // // HashMapTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/HashMapTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/HashMapTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/HashMapTest.h b/Foundation/testsuite/src/HashMapTest.h index b79cbadd2..b07e0f157 100644 --- a/Foundation/testsuite/src/HashMapTest.h +++ b/Foundation/testsuite/src/HashMapTest.h @@ -1,7 +1,7 @@ // // HashMapTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/HashMapTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/HashMapTest.h#1 $ // // Definition of the HashMapTest class. // diff --git a/Foundation/testsuite/src/HashSetTest.cpp b/Foundation/testsuite/src/HashSetTest.cpp index 8b8f61025..488191529 100644 --- a/Foundation/testsuite/src/HashSetTest.cpp +++ b/Foundation/testsuite/src/HashSetTest.cpp @@ -1,7 +1,7 @@ // // HashSetTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/HashSetTest.cpp#3 $ +// $Id: //poco/1.4/Foundation/testsuite/src/HashSetTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/HashSetTest.h b/Foundation/testsuite/src/HashSetTest.h index 73d0909fb..b00ba5387 100644 --- a/Foundation/testsuite/src/HashSetTest.h +++ b/Foundation/testsuite/src/HashSetTest.h @@ -1,7 +1,7 @@ // // HashSetTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/HashSetTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/HashSetTest.h#1 $ // // Definition of the HashSetTest class. // diff --git a/Foundation/testsuite/src/HashTableTest.cpp b/Foundation/testsuite/src/HashTableTest.cpp index 27b35f22d..1df2f5cb3 100644 --- a/Foundation/testsuite/src/HashTableTest.cpp +++ b/Foundation/testsuite/src/HashTableTest.cpp @@ -1,7 +1,7 @@ // // HashTableTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/HashTableTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/HashTableTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/HashTableTest.h b/Foundation/testsuite/src/HashTableTest.h index 85306122a..0159e31e2 100644 --- a/Foundation/testsuite/src/HashTableTest.h +++ b/Foundation/testsuite/src/HashTableTest.h @@ -1,7 +1,7 @@ // // HashTableTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/HashTableTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/HashTableTest.h#1 $ // // Definition of the HashTableTest class. // diff --git a/Foundation/testsuite/src/HashingTestSuite.cpp b/Foundation/testsuite/src/HashingTestSuite.cpp index 2055a540e..f4244d6b6 100644 --- a/Foundation/testsuite/src/HashingTestSuite.cpp +++ b/Foundation/testsuite/src/HashingTestSuite.cpp @@ -1,7 +1,7 @@ // // HashingTestSuite.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/HashingTestSuite.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/HashingTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/HashingTestSuite.h b/Foundation/testsuite/src/HashingTestSuite.h index d214a2be3..dba6edaf1 100644 --- a/Foundation/testsuite/src/HashingTestSuite.h +++ b/Foundation/testsuite/src/HashingTestSuite.h @@ -1,7 +1,7 @@ // // HashingTestSuite.h // -// $Id: //poco/1.3/Foundation/testsuite/src/HashingTestSuite.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/HashingTestSuite.h#1 $ // // Definition of the HashingTestSuite class. // diff --git a/Foundation/testsuite/src/HexBinaryTest.cpp b/Foundation/testsuite/src/HexBinaryTest.cpp index 0912e10d0..2b015b9de 100644 --- a/Foundation/testsuite/src/HexBinaryTest.cpp +++ b/Foundation/testsuite/src/HexBinaryTest.cpp @@ -1,7 +1,7 @@ // // HexBinaryTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/HexBinaryTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/HexBinaryTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/HexBinaryTest.h b/Foundation/testsuite/src/HexBinaryTest.h index ac49b393e..f76aee5ab 100644 --- a/Foundation/testsuite/src/HexBinaryTest.h +++ b/Foundation/testsuite/src/HexBinaryTest.h @@ -1,7 +1,7 @@ // // HexBinaryTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/HexBinaryTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/HexBinaryTest.h#1 $ // // Definition of the HexBinaryTest class. // diff --git a/Foundation/testsuite/src/LRUCacheTest.cpp b/Foundation/testsuite/src/LRUCacheTest.cpp index 48ec2842d..869bf64a0 100644 --- a/Foundation/testsuite/src/LRUCacheTest.cpp +++ b/Foundation/testsuite/src/LRUCacheTest.cpp @@ -1,7 +1,7 @@ // // LRUCacheTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/LRUCacheTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/LRUCacheTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/LRUCacheTest.h b/Foundation/testsuite/src/LRUCacheTest.h index bb0e49e28..86c0439dd 100644 --- a/Foundation/testsuite/src/LRUCacheTest.h +++ b/Foundation/testsuite/src/LRUCacheTest.h @@ -1,7 +1,7 @@ // // LRUCacheTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/LRUCacheTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/LRUCacheTest.h#1 $ // // Tests for LRUCache // diff --git a/Foundation/testsuite/src/LineEndingConverterTest.cpp b/Foundation/testsuite/src/LineEndingConverterTest.cpp index acb7ef8d4..de5170524 100644 --- a/Foundation/testsuite/src/LineEndingConverterTest.cpp +++ b/Foundation/testsuite/src/LineEndingConverterTest.cpp @@ -1,7 +1,7 @@ // // LineEndingConverterTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/LineEndingConverterTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/LineEndingConverterTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/LineEndingConverterTest.h b/Foundation/testsuite/src/LineEndingConverterTest.h index 538e82b12..d76388985 100644 --- a/Foundation/testsuite/src/LineEndingConverterTest.h +++ b/Foundation/testsuite/src/LineEndingConverterTest.h @@ -1,7 +1,7 @@ // // LineEndingConverterTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/LineEndingConverterTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/LineEndingConverterTest.h#1 $ // // Definition of the LineEndingConverterTest class. // diff --git a/Foundation/testsuite/src/LinearHashTableTest.cpp b/Foundation/testsuite/src/LinearHashTableTest.cpp index d5efdd18f..a85e333f0 100644 --- a/Foundation/testsuite/src/LinearHashTableTest.cpp +++ b/Foundation/testsuite/src/LinearHashTableTest.cpp @@ -1,7 +1,7 @@ // // LinearHashTableTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/LinearHashTableTest.cpp#4 $ +// $Id: //poco/1.4/Foundation/testsuite/src/LinearHashTableTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/LinearHashTableTest.h b/Foundation/testsuite/src/LinearHashTableTest.h index f99d4b711..8d6b37c43 100644 --- a/Foundation/testsuite/src/LinearHashTableTest.h +++ b/Foundation/testsuite/src/LinearHashTableTest.h @@ -1,7 +1,7 @@ // // LinearHashTableTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/LinearHashTableTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/LinearHashTableTest.h#1 $ // // Definition of the LinearHashTableTest class. // diff --git a/Foundation/testsuite/src/LocalDateTimeTest.cpp b/Foundation/testsuite/src/LocalDateTimeTest.cpp index c24912c79..e070271de 100644 --- a/Foundation/testsuite/src/LocalDateTimeTest.cpp +++ b/Foundation/testsuite/src/LocalDateTimeTest.cpp @@ -1,7 +1,7 @@ // // LocalDateTimeTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/LocalDateTimeTest.cpp#4 $ +// $Id: //poco/1.4/Foundation/testsuite/src/LocalDateTimeTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/LocalDateTimeTest.h b/Foundation/testsuite/src/LocalDateTimeTest.h index fce071795..dd6e609db 100644 --- a/Foundation/testsuite/src/LocalDateTimeTest.h +++ b/Foundation/testsuite/src/LocalDateTimeTest.h @@ -1,7 +1,7 @@ // // LocalDateTimeTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/LocalDateTimeTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/LocalDateTimeTest.h#1 $ // // Definition of the LocalDateTimeTest class. // diff --git a/Foundation/testsuite/src/LogStreamTest.cpp b/Foundation/testsuite/src/LogStreamTest.cpp index c540632af..0cb6c5447 100644 --- a/Foundation/testsuite/src/LogStreamTest.cpp +++ b/Foundation/testsuite/src/LogStreamTest.cpp @@ -1,7 +1,7 @@ // // LogStreamTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/LogStreamTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/LogStreamTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // All rights reserved. diff --git a/Foundation/testsuite/src/LogStreamTest.h b/Foundation/testsuite/src/LogStreamTest.h index f93a629df..997f44a40 100644 --- a/Foundation/testsuite/src/LogStreamTest.h +++ b/Foundation/testsuite/src/LogStreamTest.h @@ -1,7 +1,7 @@ // // LogStreamTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/LogStreamTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/LogStreamTest.h#1 $ // // Definition of the LogStreamTest class. // diff --git a/Foundation/testsuite/src/LoggerTest.cpp b/Foundation/testsuite/src/LoggerTest.cpp index 16042fc53..caa4b0c82 100644 --- a/Foundation/testsuite/src/LoggerTest.cpp +++ b/Foundation/testsuite/src/LoggerTest.cpp @@ -1,7 +1,7 @@ // // LoggerTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/LoggerTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/LoggerTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/LoggerTest.h b/Foundation/testsuite/src/LoggerTest.h index 18c3e151e..ea01e50ef 100644 --- a/Foundation/testsuite/src/LoggerTest.h +++ b/Foundation/testsuite/src/LoggerTest.h @@ -1,7 +1,7 @@ // // LoggerTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/LoggerTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/LoggerTest.h#1 $ // // Definition of the LoggerTest class. // diff --git a/Foundation/testsuite/src/LoggingFactoryTest.cpp b/Foundation/testsuite/src/LoggingFactoryTest.cpp index 0b27a74fd..fd1c3e0b8 100644 --- a/Foundation/testsuite/src/LoggingFactoryTest.cpp +++ b/Foundation/testsuite/src/LoggingFactoryTest.cpp @@ -1,7 +1,7 @@ // // LoggingFactoryTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/LoggingFactoryTest.cpp#3 $ +// $Id: //poco/1.4/Foundation/testsuite/src/LoggingFactoryTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/LoggingFactoryTest.h b/Foundation/testsuite/src/LoggingFactoryTest.h index 1cff8618e..e9b686802 100644 --- a/Foundation/testsuite/src/LoggingFactoryTest.h +++ b/Foundation/testsuite/src/LoggingFactoryTest.h @@ -1,7 +1,7 @@ // // LoggingFactoryTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/LoggingFactoryTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/LoggingFactoryTest.h#1 $ // // Definition of the LoggingFactoryTest class. // diff --git a/Foundation/testsuite/src/LoggingRegistryTest.cpp b/Foundation/testsuite/src/LoggingRegistryTest.cpp index 53c62a9c3..c242d320e 100644 --- a/Foundation/testsuite/src/LoggingRegistryTest.cpp +++ b/Foundation/testsuite/src/LoggingRegistryTest.cpp @@ -1,7 +1,7 @@ // // LoggingRegistryTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/LoggingRegistryTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/LoggingRegistryTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/LoggingRegistryTest.h b/Foundation/testsuite/src/LoggingRegistryTest.h index e5b2ea03b..cd7c4d076 100644 --- a/Foundation/testsuite/src/LoggingRegistryTest.h +++ b/Foundation/testsuite/src/LoggingRegistryTest.h @@ -1,7 +1,7 @@ // // LoggingRegistryTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/LoggingRegistryTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/LoggingRegistryTest.h#1 $ // // Definition of the LoggingRegistryTest class. // diff --git a/Foundation/testsuite/src/LoggingTestSuite.cpp b/Foundation/testsuite/src/LoggingTestSuite.cpp index 778c480fa..1476bc102 100644 --- a/Foundation/testsuite/src/LoggingTestSuite.cpp +++ b/Foundation/testsuite/src/LoggingTestSuite.cpp @@ -1,7 +1,7 @@ // // LoggingTestSuite.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/LoggingTestSuite.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/LoggingTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/LoggingTestSuite.h b/Foundation/testsuite/src/LoggingTestSuite.h index 3df52310d..17ee59269 100644 --- a/Foundation/testsuite/src/LoggingTestSuite.h +++ b/Foundation/testsuite/src/LoggingTestSuite.h @@ -1,7 +1,7 @@ // // LoggingTestSuite.h // -// $Id: //poco/1.3/Foundation/testsuite/src/LoggingTestSuite.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/LoggingTestSuite.h#1 $ // // Definition of the LoggingTestSuite class. // diff --git a/Foundation/testsuite/src/MD2EngineTest.cpp b/Foundation/testsuite/src/MD2EngineTest.cpp index 7e09aa23c..c0e113fb3 100644 --- a/Foundation/testsuite/src/MD2EngineTest.cpp +++ b/Foundation/testsuite/src/MD2EngineTest.cpp @@ -1,7 +1,7 @@ // // MD2EngineTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/MD2EngineTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/MD2EngineTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/MD2EngineTest.h b/Foundation/testsuite/src/MD2EngineTest.h index 37a63c5b4..478ffe32c 100644 --- a/Foundation/testsuite/src/MD2EngineTest.h +++ b/Foundation/testsuite/src/MD2EngineTest.h @@ -1,7 +1,7 @@ // // MD2EngineTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/MD2EngineTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/MD2EngineTest.h#1 $ // // Definition of the MD2EngineTest class. // diff --git a/Foundation/testsuite/src/MD4EngineTest.cpp b/Foundation/testsuite/src/MD4EngineTest.cpp index 7b79fbb17..ede9be86e 100644 --- a/Foundation/testsuite/src/MD4EngineTest.cpp +++ b/Foundation/testsuite/src/MD4EngineTest.cpp @@ -1,7 +1,7 @@ // // MD4EngineTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/MD4EngineTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/MD4EngineTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/MD4EngineTest.h b/Foundation/testsuite/src/MD4EngineTest.h index 37219fc16..d5c7b336d 100644 --- a/Foundation/testsuite/src/MD4EngineTest.h +++ b/Foundation/testsuite/src/MD4EngineTest.h @@ -1,7 +1,7 @@ // // MD4EngineTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/MD4EngineTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/MD4EngineTest.h#1 $ // // Definition of the MD4EngineTest class. // diff --git a/Foundation/testsuite/src/MD5EngineTest.cpp b/Foundation/testsuite/src/MD5EngineTest.cpp index b62afe1a5..80b001b09 100644 --- a/Foundation/testsuite/src/MD5EngineTest.cpp +++ b/Foundation/testsuite/src/MD5EngineTest.cpp @@ -1,7 +1,7 @@ // // MD5EngineTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/MD5EngineTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/MD5EngineTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/MD5EngineTest.h b/Foundation/testsuite/src/MD5EngineTest.h index cb33f3296..b53ffa65d 100644 --- a/Foundation/testsuite/src/MD5EngineTest.h +++ b/Foundation/testsuite/src/MD5EngineTest.h @@ -1,7 +1,7 @@ // // MD5EngineTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/MD5EngineTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/MD5EngineTest.h#1 $ // // Definition of the MD5EngineTest class. // diff --git a/Foundation/testsuite/src/ManifestTest.cpp b/Foundation/testsuite/src/ManifestTest.cpp index 59381b352..a07cfe669 100644 --- a/Foundation/testsuite/src/ManifestTest.cpp +++ b/Foundation/testsuite/src/ManifestTest.cpp @@ -1,7 +1,7 @@ // // ManifestTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/ManifestTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ManifestTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/ManifestTest.h b/Foundation/testsuite/src/ManifestTest.h index 1c34da151..84d66fae2 100644 --- a/Foundation/testsuite/src/ManifestTest.h +++ b/Foundation/testsuite/src/ManifestTest.h @@ -1,7 +1,7 @@ // // ManifestTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/ManifestTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ManifestTest.h#1 $ // // Definition of the ManifestTest class. // diff --git a/Foundation/testsuite/src/MemoryPoolTest.cpp b/Foundation/testsuite/src/MemoryPoolTest.cpp index 654000090..8131a6c32 100644 --- a/Foundation/testsuite/src/MemoryPoolTest.cpp +++ b/Foundation/testsuite/src/MemoryPoolTest.cpp @@ -1,7 +1,7 @@ // // MemoryPoolTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/MemoryPoolTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/MemoryPoolTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/MemoryPoolTest.h b/Foundation/testsuite/src/MemoryPoolTest.h index 856b9973d..1d1903c3a 100644 --- a/Foundation/testsuite/src/MemoryPoolTest.h +++ b/Foundation/testsuite/src/MemoryPoolTest.h @@ -1,7 +1,7 @@ // // MemoryPoolTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/MemoryPoolTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/MemoryPoolTest.h#1 $ // // Definition of the MemoryPoolTest class. // diff --git a/Foundation/testsuite/src/MemoryStreamTest.cpp b/Foundation/testsuite/src/MemoryStreamTest.cpp index dd2a3251e..9b36d1556 100644 --- a/Foundation/testsuite/src/MemoryStreamTest.cpp +++ b/Foundation/testsuite/src/MemoryStreamTest.cpp @@ -1,7 +1,7 @@ // // MemoryStreamTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/MemoryStreamTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/MemoryStreamTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/MemoryStreamTest.h b/Foundation/testsuite/src/MemoryStreamTest.h index e204bebb9..67ddc8327 100644 --- a/Foundation/testsuite/src/MemoryStreamTest.h +++ b/Foundation/testsuite/src/MemoryStreamTest.h @@ -1,7 +1,7 @@ // // MemoryStreamTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/MemoryStreamTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/MemoryStreamTest.h#1 $ // // Definition of the MemoryStreamTest class. // diff --git a/Foundation/testsuite/src/NDCTest.cpp b/Foundation/testsuite/src/NDCTest.cpp index 622f0faa5..016f97d37 100644 --- a/Foundation/testsuite/src/NDCTest.cpp +++ b/Foundation/testsuite/src/NDCTest.cpp @@ -1,7 +1,7 @@ // // NDCTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/NDCTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/NDCTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/NDCTest.h b/Foundation/testsuite/src/NDCTest.h index 99c35f464..36a2973aa 100644 --- a/Foundation/testsuite/src/NDCTest.h +++ b/Foundation/testsuite/src/NDCTest.h @@ -1,7 +1,7 @@ // // NDCTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/NDCTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/NDCTest.h#1 $ // // Definition of the NDCTest class. // diff --git a/Foundation/testsuite/src/NamedEventTest.cpp b/Foundation/testsuite/src/NamedEventTest.cpp index 4319d71bc..1d849b23b 100644 --- a/Foundation/testsuite/src/NamedEventTest.cpp +++ b/Foundation/testsuite/src/NamedEventTest.cpp @@ -1,7 +1,7 @@ // // NamedEventTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/NamedEventTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/NamedEventTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/NamedEventTest.h b/Foundation/testsuite/src/NamedEventTest.h index f5ae59820..2b8f34afc 100644 --- a/Foundation/testsuite/src/NamedEventTest.h +++ b/Foundation/testsuite/src/NamedEventTest.h @@ -1,7 +1,7 @@ // // NamedEventTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/NamedEventTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/NamedEventTest.h#1 $ // // Definition of the NamedEventTest class. // diff --git a/Foundation/testsuite/src/NamedMutexTest.cpp b/Foundation/testsuite/src/NamedMutexTest.cpp index a513f6423..0440dd3a3 100644 --- a/Foundation/testsuite/src/NamedMutexTest.cpp +++ b/Foundation/testsuite/src/NamedMutexTest.cpp @@ -1,7 +1,7 @@ // // NamedMutexTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/NamedMutexTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/NamedMutexTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/NamedMutexTest.h b/Foundation/testsuite/src/NamedMutexTest.h index 45d107b96..f4c9ba763 100644 --- a/Foundation/testsuite/src/NamedMutexTest.h +++ b/Foundation/testsuite/src/NamedMutexTest.h @@ -1,7 +1,7 @@ // // NamedMutexTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/NamedMutexTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/NamedMutexTest.h#1 $ // // Definition of the NamedMutexTest class. // diff --git a/Foundation/testsuite/src/NamedTuplesTest.cpp b/Foundation/testsuite/src/NamedTuplesTest.cpp index 6f8d261a5..5c6e590e0 100644 --- a/Foundation/testsuite/src/NamedTuplesTest.cpp +++ b/Foundation/testsuite/src/NamedTuplesTest.cpp @@ -1,7 +1,7 @@ // // NamedTuplesTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/NamedTuplesTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/NamedTuplesTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/NamedTuplesTest.h b/Foundation/testsuite/src/NamedTuplesTest.h index f7f2320db..328eb67a8 100644 --- a/Foundation/testsuite/src/NamedTuplesTest.h +++ b/Foundation/testsuite/src/NamedTuplesTest.h @@ -1,7 +1,7 @@ // // NamedTuplesTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/NamedTuplesTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/NamedTuplesTest.h#1 $ // // Definition of the NamedTuplesTest class. // diff --git a/Foundation/testsuite/src/NotificationCenterTest.cpp b/Foundation/testsuite/src/NotificationCenterTest.cpp index b29d751e5..d9a3d6cfe 100644 --- a/Foundation/testsuite/src/NotificationCenterTest.cpp +++ b/Foundation/testsuite/src/NotificationCenterTest.cpp @@ -1,7 +1,7 @@ // // NotificationCenterTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/NotificationCenterTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/NotificationCenterTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/NotificationCenterTest.h b/Foundation/testsuite/src/NotificationCenterTest.h index 60e4bdf37..a9a50c325 100644 --- a/Foundation/testsuite/src/NotificationCenterTest.h +++ b/Foundation/testsuite/src/NotificationCenterTest.h @@ -1,7 +1,7 @@ // // NotificationCenterTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/NotificationCenterTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/NotificationCenterTest.h#1 $ // // Definition of the NotificationCenterTest class. // diff --git a/Foundation/testsuite/src/NotificationQueueTest.cpp b/Foundation/testsuite/src/NotificationQueueTest.cpp index cbc2b086e..fea0e1893 100644 --- a/Foundation/testsuite/src/NotificationQueueTest.cpp +++ b/Foundation/testsuite/src/NotificationQueueTest.cpp @@ -1,7 +1,7 @@ // // NotificationQueueTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/NotificationQueueTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/NotificationQueueTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/NotificationQueueTest.h b/Foundation/testsuite/src/NotificationQueueTest.h index 9e811629a..30f252844 100644 --- a/Foundation/testsuite/src/NotificationQueueTest.h +++ b/Foundation/testsuite/src/NotificationQueueTest.h @@ -1,7 +1,7 @@ // // NotificationQueueTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/NotificationQueueTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/NotificationQueueTest.h#1 $ // // Definition of the NotificationQueueTest class. // diff --git a/Foundation/testsuite/src/NotificationsTestSuite.cpp b/Foundation/testsuite/src/NotificationsTestSuite.cpp index 6f6fe5a14..ee66eeb38 100644 --- a/Foundation/testsuite/src/NotificationsTestSuite.cpp +++ b/Foundation/testsuite/src/NotificationsTestSuite.cpp @@ -1,7 +1,7 @@ // // NotificationsTestSuite.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/NotificationsTestSuite.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/NotificationsTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/NotificationsTestSuite.h b/Foundation/testsuite/src/NotificationsTestSuite.h index c01a7a988..cb98f7ccb 100644 --- a/Foundation/testsuite/src/NotificationsTestSuite.h +++ b/Foundation/testsuite/src/NotificationsTestSuite.h @@ -1,7 +1,7 @@ // // NotificationsTestSuite.h // -// $Id: //poco/1.3/Foundation/testsuite/src/NotificationsTestSuite.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/NotificationsTestSuite.h#1 $ // // Definition of the NotificationsTestSuite class. // diff --git a/Foundation/testsuite/src/NullStreamTest.cpp b/Foundation/testsuite/src/NullStreamTest.cpp index 425ed949f..3546badfe 100644 --- a/Foundation/testsuite/src/NullStreamTest.cpp +++ b/Foundation/testsuite/src/NullStreamTest.cpp @@ -1,7 +1,7 @@ // // NullStreamTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/NullStreamTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/NullStreamTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/NullStreamTest.h b/Foundation/testsuite/src/NullStreamTest.h index edb0e8b5c..82bc65a75 100644 --- a/Foundation/testsuite/src/NullStreamTest.h +++ b/Foundation/testsuite/src/NullStreamTest.h @@ -1,7 +1,7 @@ // // NullStreamTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/NullStreamTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/NullStreamTest.h#1 $ // // Definition of the NullStreamTest class. // diff --git a/Foundation/testsuite/src/NumberFormatterTest.cpp b/Foundation/testsuite/src/NumberFormatterTest.cpp index abe2a51b1..b68fab8e3 100644 --- a/Foundation/testsuite/src/NumberFormatterTest.cpp +++ b/Foundation/testsuite/src/NumberFormatterTest.cpp @@ -1,7 +1,7 @@ // // NumberFormatterTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/NumberFormatterTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/NumberFormatterTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/NumberFormatterTest.h b/Foundation/testsuite/src/NumberFormatterTest.h index e2a11faec..8a6f23cb0 100644 --- a/Foundation/testsuite/src/NumberFormatterTest.h +++ b/Foundation/testsuite/src/NumberFormatterTest.h @@ -1,7 +1,7 @@ // // NumberFormatterTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/NumberFormatterTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/NumberFormatterTest.h#1 $ // // Definition of the NumberFormatterTest class. // diff --git a/Foundation/testsuite/src/NumberParserTest.cpp b/Foundation/testsuite/src/NumberParserTest.cpp index e81954c82..20c951e77 100644 --- a/Foundation/testsuite/src/NumberParserTest.cpp +++ b/Foundation/testsuite/src/NumberParserTest.cpp @@ -1,7 +1,7 @@ // // NumberParserTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/NumberParserTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/NumberParserTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/NumberParserTest.h b/Foundation/testsuite/src/NumberParserTest.h index d315f5f7d..97776297a 100644 --- a/Foundation/testsuite/src/NumberParserTest.h +++ b/Foundation/testsuite/src/NumberParserTest.h @@ -1,7 +1,7 @@ // // NumberParserTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/NumberParserTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/NumberParserTest.h#1 $ // // Definition of the NumberParserTest class. // diff --git a/Foundation/testsuite/src/PathTest.cpp b/Foundation/testsuite/src/PathTest.cpp index 863be9bbf..f4b9d151d 100644 --- a/Foundation/testsuite/src/PathTest.cpp +++ b/Foundation/testsuite/src/PathTest.cpp @@ -1,7 +1,7 @@ // // PathTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/PathTest.cpp#3 $ +// $Id: //poco/1.4/Foundation/testsuite/src/PathTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/PathTest.h b/Foundation/testsuite/src/PathTest.h index bc2d9c09a..e6a7e0dc4 100644 --- a/Foundation/testsuite/src/PathTest.h +++ b/Foundation/testsuite/src/PathTest.h @@ -1,7 +1,7 @@ // // PathTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/PathTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/PathTest.h#1 $ // // Definition of the PathTest class. // diff --git a/Foundation/testsuite/src/PatternFormatterTest.cpp b/Foundation/testsuite/src/PatternFormatterTest.cpp index 31b1ef6c6..ece3b8802 100644 --- a/Foundation/testsuite/src/PatternFormatterTest.cpp +++ b/Foundation/testsuite/src/PatternFormatterTest.cpp @@ -1,7 +1,7 @@ // // PatternFormatterTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/PatternFormatterTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/PatternFormatterTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/PatternFormatterTest.h b/Foundation/testsuite/src/PatternFormatterTest.h index a89ecd3f3..c8e6a63db 100644 --- a/Foundation/testsuite/src/PatternFormatterTest.h +++ b/Foundation/testsuite/src/PatternFormatterTest.h @@ -1,7 +1,7 @@ // // PatternFormatterTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/PatternFormatterTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/PatternFormatterTest.h#1 $ // // Definition of the PatternFormatterTest class. // diff --git a/Foundation/testsuite/src/PriorityEventTest.cpp b/Foundation/testsuite/src/PriorityEventTest.cpp index e5d57199b..bd19c6c92 100644 --- a/Foundation/testsuite/src/PriorityEventTest.cpp +++ b/Foundation/testsuite/src/PriorityEventTest.cpp @@ -1,7 +1,7 @@ // // PriorityEventTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/PriorityEventTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/PriorityEventTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/PriorityEventTest.h b/Foundation/testsuite/src/PriorityEventTest.h index 153e103c2..0ec82eeba 100644 --- a/Foundation/testsuite/src/PriorityEventTest.h +++ b/Foundation/testsuite/src/PriorityEventTest.h @@ -1,7 +1,7 @@ // // PriorityEventTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/PriorityEventTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/PriorityEventTest.h#1 $ // // Definition of the PriorityEventTest class. // diff --git a/Foundation/testsuite/src/PriorityNotificationQueueTest.cpp b/Foundation/testsuite/src/PriorityNotificationQueueTest.cpp index d389927ce..4a114bacf 100644 --- a/Foundation/testsuite/src/PriorityNotificationQueueTest.cpp +++ b/Foundation/testsuite/src/PriorityNotificationQueueTest.cpp @@ -1,7 +1,7 @@ // // PriorityNotificationQueueTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/PriorityNotificationQueueTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/PriorityNotificationQueueTest.cpp#1 $ // // Copyright (c) 2009, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/PriorityNotificationQueueTest.h b/Foundation/testsuite/src/PriorityNotificationQueueTest.h index af0e56e81..49cc2ae7f 100644 --- a/Foundation/testsuite/src/PriorityNotificationQueueTest.h +++ b/Foundation/testsuite/src/PriorityNotificationQueueTest.h @@ -1,7 +1,7 @@ // // PriorityNotificationQueueTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/PriorityNotificationQueueTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/PriorityNotificationQueueTest.h#1 $ // // Definition of the PriorityNotificationQueueTest class. // diff --git a/Foundation/testsuite/src/ProcessTest.cpp b/Foundation/testsuite/src/ProcessTest.cpp index a8c1d4a68..15f212317 100644 --- a/Foundation/testsuite/src/ProcessTest.cpp +++ b/Foundation/testsuite/src/ProcessTest.cpp @@ -1,7 +1,7 @@ // // ProcessTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/ProcessTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ProcessTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/ProcessTest.h b/Foundation/testsuite/src/ProcessTest.h index 1688288df..5003c0021 100644 --- a/Foundation/testsuite/src/ProcessTest.h +++ b/Foundation/testsuite/src/ProcessTest.h @@ -1,7 +1,7 @@ // // ProcessTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/ProcessTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ProcessTest.h#1 $ // // Definition of the ProcessTest class. // diff --git a/Foundation/testsuite/src/ProcessesTestSuite.cpp b/Foundation/testsuite/src/ProcessesTestSuite.cpp index 0a319b6a9..240e88779 100644 --- a/Foundation/testsuite/src/ProcessesTestSuite.cpp +++ b/Foundation/testsuite/src/ProcessesTestSuite.cpp @@ -1,7 +1,7 @@ // // ProcessesTestSuite.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/ProcessesTestSuite.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ProcessesTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/ProcessesTestSuite.h b/Foundation/testsuite/src/ProcessesTestSuite.h index 85d82e32a..85fcf3571 100644 --- a/Foundation/testsuite/src/ProcessesTestSuite.h +++ b/Foundation/testsuite/src/ProcessesTestSuite.h @@ -1,7 +1,7 @@ // // ProcessesTestSuite.h // -// $Id: //poco/1.3/Foundation/testsuite/src/ProcessesTestSuite.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ProcessesTestSuite.h#1 $ // // Definition of the ProcessesTestSuite class. // diff --git a/Foundation/testsuite/src/RWLockTest.cpp b/Foundation/testsuite/src/RWLockTest.cpp index 5c5e1d082..79208c434 100644 --- a/Foundation/testsuite/src/RWLockTest.cpp +++ b/Foundation/testsuite/src/RWLockTest.cpp @@ -1,7 +1,7 @@ // // RWLockTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/RWLockTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/RWLockTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/RWLockTest.h b/Foundation/testsuite/src/RWLockTest.h index 3c7617ff2..8030a8ba9 100644 --- a/Foundation/testsuite/src/RWLockTest.h +++ b/Foundation/testsuite/src/RWLockTest.h @@ -1,7 +1,7 @@ // // RWLockTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/RWLockTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/RWLockTest.h#1 $ // // Definition of the RWLockTest class. // diff --git a/Foundation/testsuite/src/RandomStreamTest.cpp b/Foundation/testsuite/src/RandomStreamTest.cpp index fafa46d9f..22a660d2c 100644 --- a/Foundation/testsuite/src/RandomStreamTest.cpp +++ b/Foundation/testsuite/src/RandomStreamTest.cpp @@ -1,7 +1,7 @@ // // RandomStreamTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/RandomStreamTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/RandomStreamTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/RandomStreamTest.h b/Foundation/testsuite/src/RandomStreamTest.h index 0c96aa273..89f332789 100644 --- a/Foundation/testsuite/src/RandomStreamTest.h +++ b/Foundation/testsuite/src/RandomStreamTest.h @@ -1,7 +1,7 @@ // // RandomStreamTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/RandomStreamTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/RandomStreamTest.h#1 $ // // Definition of the RandomStreamTest class. // diff --git a/Foundation/testsuite/src/RandomTest.cpp b/Foundation/testsuite/src/RandomTest.cpp index ba040b07c..c9a1d7085 100644 --- a/Foundation/testsuite/src/RandomTest.cpp +++ b/Foundation/testsuite/src/RandomTest.cpp @@ -1,7 +1,7 @@ // // RandomTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/RandomTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/RandomTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/RandomTest.h b/Foundation/testsuite/src/RandomTest.h index 71a959e03..22821ea54 100644 --- a/Foundation/testsuite/src/RandomTest.h +++ b/Foundation/testsuite/src/RandomTest.h @@ -1,7 +1,7 @@ // // RandomTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/RandomTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/RandomTest.h#1 $ // // Definition of the RandomTest class. // diff --git a/Foundation/testsuite/src/RegularExpressionTest.cpp b/Foundation/testsuite/src/RegularExpressionTest.cpp index 7eb46eb0a..4739e2291 100644 --- a/Foundation/testsuite/src/RegularExpressionTest.cpp +++ b/Foundation/testsuite/src/RegularExpressionTest.cpp @@ -1,7 +1,7 @@ // // RegularExpressionTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/RegularExpressionTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/RegularExpressionTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/RegularExpressionTest.h b/Foundation/testsuite/src/RegularExpressionTest.h index 1dc68f3e8..20db225ea 100644 --- a/Foundation/testsuite/src/RegularExpressionTest.h +++ b/Foundation/testsuite/src/RegularExpressionTest.h @@ -1,7 +1,7 @@ // // RegularExpressionTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/RegularExpressionTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/RegularExpressionTest.h#1 $ // // Definition of the RegularExpressionTest class. // diff --git a/Foundation/testsuite/src/SHA1EngineTest.cpp b/Foundation/testsuite/src/SHA1EngineTest.cpp index c2d933e6d..bc64f8a90 100644 --- a/Foundation/testsuite/src/SHA1EngineTest.cpp +++ b/Foundation/testsuite/src/SHA1EngineTest.cpp @@ -1,7 +1,7 @@ // // SHA1EngineTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/SHA1EngineTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/SHA1EngineTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/SHA1EngineTest.h b/Foundation/testsuite/src/SHA1EngineTest.h index 9724b3834..071577717 100644 --- a/Foundation/testsuite/src/SHA1EngineTest.h +++ b/Foundation/testsuite/src/SHA1EngineTest.h @@ -1,7 +1,7 @@ // // SHA1EngineTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/SHA1EngineTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/SHA1EngineTest.h#1 $ // // Definition of the SHA1EngineTest class. // diff --git a/Foundation/testsuite/src/SemaphoreTest.cpp b/Foundation/testsuite/src/SemaphoreTest.cpp index 28204a56e..ac7e78c3f 100644 --- a/Foundation/testsuite/src/SemaphoreTest.cpp +++ b/Foundation/testsuite/src/SemaphoreTest.cpp @@ -1,7 +1,7 @@ // // SemaphoreTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/SemaphoreTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/SemaphoreTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/SemaphoreTest.h b/Foundation/testsuite/src/SemaphoreTest.h index 28735baec..a5e742277 100644 --- a/Foundation/testsuite/src/SemaphoreTest.h +++ b/Foundation/testsuite/src/SemaphoreTest.h @@ -1,7 +1,7 @@ // // SemaphoreTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/SemaphoreTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/SemaphoreTest.h#1 $ // // Definition of the SemaphoreTest class. // diff --git a/Foundation/testsuite/src/SharedLibraryTest.cpp b/Foundation/testsuite/src/SharedLibraryTest.cpp index d46151912..2117d3623 100644 --- a/Foundation/testsuite/src/SharedLibraryTest.cpp +++ b/Foundation/testsuite/src/SharedLibraryTest.cpp @@ -1,7 +1,7 @@ // // SharedLibraryTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/SharedLibraryTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/SharedLibraryTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/SharedLibraryTest.h b/Foundation/testsuite/src/SharedLibraryTest.h index 6ace2d551..80c95e04b 100644 --- a/Foundation/testsuite/src/SharedLibraryTest.h +++ b/Foundation/testsuite/src/SharedLibraryTest.h @@ -1,7 +1,7 @@ // // SharedLibraryTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/SharedLibraryTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/SharedLibraryTest.h#1 $ // // Definition of the SharedLibraryTest class. // diff --git a/Foundation/testsuite/src/SharedLibraryTestSuite.cpp b/Foundation/testsuite/src/SharedLibraryTestSuite.cpp index 3c7c3e4c1..b6210824e 100644 --- a/Foundation/testsuite/src/SharedLibraryTestSuite.cpp +++ b/Foundation/testsuite/src/SharedLibraryTestSuite.cpp @@ -1,7 +1,7 @@ // // SharedLibraryTestSuite.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/SharedLibraryTestSuite.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/SharedLibraryTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/SharedLibraryTestSuite.h b/Foundation/testsuite/src/SharedLibraryTestSuite.h index dd78c87d2..6216e2f7e 100644 --- a/Foundation/testsuite/src/SharedLibraryTestSuite.h +++ b/Foundation/testsuite/src/SharedLibraryTestSuite.h @@ -1,7 +1,7 @@ // // SharedLibraryTestSuite.h // -// $Id: //poco/1.3/Foundation/testsuite/src/SharedLibraryTestSuite.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/SharedLibraryTestSuite.h#1 $ // // Definition of the SharedLibraryTestSuite class. // diff --git a/Foundation/testsuite/src/SharedMemoryTest.cpp b/Foundation/testsuite/src/SharedMemoryTest.cpp index 072ef80ad..35fb474ab 100644 --- a/Foundation/testsuite/src/SharedMemoryTest.cpp +++ b/Foundation/testsuite/src/SharedMemoryTest.cpp @@ -1,7 +1,7 @@ // // SharedMemoryTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/SharedMemoryTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/SharedMemoryTest.cpp#1 $ // // Copyright (c) 2007, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/SharedPtrTest.cpp b/Foundation/testsuite/src/SharedPtrTest.cpp index e304d6acf..f38747789 100644 --- a/Foundation/testsuite/src/SharedPtrTest.cpp +++ b/Foundation/testsuite/src/SharedPtrTest.cpp @@ -1,7 +1,7 @@ // // SharedPtrTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/SharedPtrTest.cpp#3 $ +// $Id: //poco/1.4/Foundation/testsuite/src/SharedPtrTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/SharedPtrTest.h b/Foundation/testsuite/src/SharedPtrTest.h index 449955900..73f340dd9 100644 --- a/Foundation/testsuite/src/SharedPtrTest.h +++ b/Foundation/testsuite/src/SharedPtrTest.h @@ -1,7 +1,7 @@ // // SharedPtrTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/SharedPtrTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/SharedPtrTest.h#1 $ // // Definition of the SharedPtrTest class. // diff --git a/Foundation/testsuite/src/SimpleFileChannelTest.cpp b/Foundation/testsuite/src/SimpleFileChannelTest.cpp index 6ded90d11..c697b55f3 100644 --- a/Foundation/testsuite/src/SimpleFileChannelTest.cpp +++ b/Foundation/testsuite/src/SimpleFileChannelTest.cpp @@ -1,7 +1,7 @@ // // SimpleFileChannelTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/SimpleFileChannelTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/SimpleFileChannelTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/SimpleFileChannelTest.h b/Foundation/testsuite/src/SimpleFileChannelTest.h index 759ac55aa..a62cdda67 100644 --- a/Foundation/testsuite/src/SimpleFileChannelTest.h +++ b/Foundation/testsuite/src/SimpleFileChannelTest.h @@ -1,7 +1,7 @@ // // SimpleFileChannelTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/SimpleFileChannelTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/SimpleFileChannelTest.h#1 $ // // Definition of the SimpleFileChannelTest class. // diff --git a/Foundation/testsuite/src/SimpleHashTableTest.cpp b/Foundation/testsuite/src/SimpleHashTableTest.cpp index 6e99619d9..7daa9e0df 100644 --- a/Foundation/testsuite/src/SimpleHashTableTest.cpp +++ b/Foundation/testsuite/src/SimpleHashTableTest.cpp @@ -1,7 +1,7 @@ // // SimpleHashTableTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/SimpleHashTableTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/SimpleHashTableTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/SimpleHashTableTest.h b/Foundation/testsuite/src/SimpleHashTableTest.h index 648a79860..6a1b6ade0 100644 --- a/Foundation/testsuite/src/SimpleHashTableTest.h +++ b/Foundation/testsuite/src/SimpleHashTableTest.h @@ -1,7 +1,7 @@ // // SimpleHashTableTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/SimpleHashTableTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/SimpleHashTableTest.h#1 $ // // Definition of the SimpleHashTableTest class. // diff --git a/Foundation/testsuite/src/StopwatchTest.cpp b/Foundation/testsuite/src/StopwatchTest.cpp index a4293e5be..11ab9c637 100644 --- a/Foundation/testsuite/src/StopwatchTest.cpp +++ b/Foundation/testsuite/src/StopwatchTest.cpp @@ -1,7 +1,7 @@ // // StopwatchTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/StopwatchTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/StopwatchTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/StopwatchTest.h b/Foundation/testsuite/src/StopwatchTest.h index 67d256b34..708764b16 100644 --- a/Foundation/testsuite/src/StopwatchTest.h +++ b/Foundation/testsuite/src/StopwatchTest.h @@ -1,7 +1,7 @@ // // StopwatchTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/StopwatchTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/StopwatchTest.h#1 $ // // Definition of the StopwatchTest class. // diff --git a/Foundation/testsuite/src/StreamConverterTest.cpp b/Foundation/testsuite/src/StreamConverterTest.cpp index a0e243b9f..f56729171 100644 --- a/Foundation/testsuite/src/StreamConverterTest.cpp +++ b/Foundation/testsuite/src/StreamConverterTest.cpp @@ -1,7 +1,7 @@ // // StreamConverterTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/StreamConverterTest.cpp#3 $ +// $Id: //poco/1.4/Foundation/testsuite/src/StreamConverterTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/StreamConverterTest.h b/Foundation/testsuite/src/StreamConverterTest.h index 7dacda6ac..afbf78869 100644 --- a/Foundation/testsuite/src/StreamConverterTest.h +++ b/Foundation/testsuite/src/StreamConverterTest.h @@ -1,7 +1,7 @@ // // StreamConverterTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/StreamConverterTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/StreamConverterTest.h#1 $ // // Definition of the StreamConverterTest class. // diff --git a/Foundation/testsuite/src/StreamCopierTest.cpp b/Foundation/testsuite/src/StreamCopierTest.cpp index a7682afe2..5e4ee6324 100644 --- a/Foundation/testsuite/src/StreamCopierTest.cpp +++ b/Foundation/testsuite/src/StreamCopierTest.cpp @@ -1,7 +1,7 @@ // // StreamCopierTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/StreamCopierTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/StreamCopierTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/StreamCopierTest.h b/Foundation/testsuite/src/StreamCopierTest.h index be503534b..36be356cd 100644 --- a/Foundation/testsuite/src/StreamCopierTest.h +++ b/Foundation/testsuite/src/StreamCopierTest.h @@ -1,7 +1,7 @@ // // StreamCopierTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/StreamCopierTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/StreamCopierTest.h#1 $ // // Definition of the StreamCopierTest class. // diff --git a/Foundation/testsuite/src/StreamTokenizerTest.cpp b/Foundation/testsuite/src/StreamTokenizerTest.cpp index 414f7960f..b0389b6c2 100644 --- a/Foundation/testsuite/src/StreamTokenizerTest.cpp +++ b/Foundation/testsuite/src/StreamTokenizerTest.cpp @@ -1,7 +1,7 @@ // // StreamTokenizerTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/StreamTokenizerTest.cpp#4 $ +// $Id: //poco/1.4/Foundation/testsuite/src/StreamTokenizerTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/StreamTokenizerTest.h b/Foundation/testsuite/src/StreamTokenizerTest.h index 1f365fd27..b6e7dbbf3 100644 --- a/Foundation/testsuite/src/StreamTokenizerTest.h +++ b/Foundation/testsuite/src/StreamTokenizerTest.h @@ -1,7 +1,7 @@ // // StreamTokenizerTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/StreamTokenizerTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/StreamTokenizerTest.h#1 $ // // Definition of the StreamTokenizerTest class. // diff --git a/Foundation/testsuite/src/StreamsTestSuite.cpp b/Foundation/testsuite/src/StreamsTestSuite.cpp index a897f510f..0a0c1ea0c 100644 --- a/Foundation/testsuite/src/StreamsTestSuite.cpp +++ b/Foundation/testsuite/src/StreamsTestSuite.cpp @@ -1,7 +1,7 @@ // // StreamsTestSuite.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/StreamsTestSuite.cpp#3 $ +// $Id: //poco/1.4/Foundation/testsuite/src/StreamsTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/StreamsTestSuite.h b/Foundation/testsuite/src/StreamsTestSuite.h index 08905e663..3f9a6a660 100644 --- a/Foundation/testsuite/src/StreamsTestSuite.h +++ b/Foundation/testsuite/src/StreamsTestSuite.h @@ -1,7 +1,7 @@ // // StreamsTestSuite.h // -// $Id: //poco/1.3/Foundation/testsuite/src/StreamsTestSuite.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/StreamsTestSuite.h#1 $ // // Definition of the StreamsTestSuite class. // diff --git a/Foundation/testsuite/src/StringTest.cpp b/Foundation/testsuite/src/StringTest.cpp index 3650e02db..cfcb1c3c4 100644 --- a/Foundation/testsuite/src/StringTest.cpp +++ b/Foundation/testsuite/src/StringTest.cpp @@ -1,7 +1,7 @@ // // StringTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/StringTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/StringTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/StringTest.h b/Foundation/testsuite/src/StringTest.h index c3fae5355..83bbc992e 100644 --- a/Foundation/testsuite/src/StringTest.h +++ b/Foundation/testsuite/src/StringTest.h @@ -1,7 +1,7 @@ // // StringTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/StringTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/StringTest.h#1 $ // // Definition of the StringTest class. // diff --git a/Foundation/testsuite/src/StringTokenizerTest.cpp b/Foundation/testsuite/src/StringTokenizerTest.cpp index 813d885d1..a902e9aaa 100644 --- a/Foundation/testsuite/src/StringTokenizerTest.cpp +++ b/Foundation/testsuite/src/StringTokenizerTest.cpp @@ -1,7 +1,7 @@ // // StringTokenizerTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/StringTokenizerTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/StringTokenizerTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/StringTokenizerTest.h b/Foundation/testsuite/src/StringTokenizerTest.h index 835dcff6b..6f7594815 100644 --- a/Foundation/testsuite/src/StringTokenizerTest.h +++ b/Foundation/testsuite/src/StringTokenizerTest.h @@ -1,7 +1,7 @@ // // StringTokenizerTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/StringTokenizerTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/StringTokenizerTest.h#1 $ // // Definition of the StringTokenizerTest class. // diff --git a/Foundation/testsuite/src/TaskManagerTest.cpp b/Foundation/testsuite/src/TaskManagerTest.cpp index f30ea44c1..571839d24 100644 --- a/Foundation/testsuite/src/TaskManagerTest.cpp +++ b/Foundation/testsuite/src/TaskManagerTest.cpp @@ -1,7 +1,7 @@ // // TaskManagerTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TaskManagerTest.cpp#3 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TaskManagerTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TaskManagerTest.h b/Foundation/testsuite/src/TaskManagerTest.h index 1e1960b3c..cb8899f1f 100644 --- a/Foundation/testsuite/src/TaskManagerTest.h +++ b/Foundation/testsuite/src/TaskManagerTest.h @@ -1,7 +1,7 @@ // // TaskManagerTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/TaskManagerTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TaskManagerTest.h#1 $ // // Definition of the TaskManagerTest class. // diff --git a/Foundation/testsuite/src/TaskTest.cpp b/Foundation/testsuite/src/TaskTest.cpp index 81db0328c..2578b9a8c 100644 --- a/Foundation/testsuite/src/TaskTest.cpp +++ b/Foundation/testsuite/src/TaskTest.cpp @@ -1,7 +1,7 @@ // // TaskTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TaskTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TaskTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TaskTest.h b/Foundation/testsuite/src/TaskTest.h index e317bf508..3432413e6 100644 --- a/Foundation/testsuite/src/TaskTest.h +++ b/Foundation/testsuite/src/TaskTest.h @@ -1,7 +1,7 @@ // // TaskTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/TaskTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TaskTest.h#1 $ // // Definition of the TaskTest class. // diff --git a/Foundation/testsuite/src/TaskTestSuite.cpp b/Foundation/testsuite/src/TaskTestSuite.cpp index fb0398ee3..79307f0de 100644 --- a/Foundation/testsuite/src/TaskTestSuite.cpp +++ b/Foundation/testsuite/src/TaskTestSuite.cpp @@ -1,7 +1,7 @@ // // TaskTestSuite.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TaskTestSuite.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TaskTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TaskTestSuite.h b/Foundation/testsuite/src/TaskTestSuite.h index 7b6fb2035..5222dc3bf 100644 --- a/Foundation/testsuite/src/TaskTestSuite.h +++ b/Foundation/testsuite/src/TaskTestSuite.h @@ -1,7 +1,7 @@ // // TaskTestSuite.h // -// $Id: //poco/1.3/Foundation/testsuite/src/TaskTestSuite.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TaskTestSuite.h#1 $ // // Definition of the TaskTestSuite class. // diff --git a/Foundation/testsuite/src/TeeStreamTest.cpp b/Foundation/testsuite/src/TeeStreamTest.cpp index a93173734..8f3585f53 100644 --- a/Foundation/testsuite/src/TeeStreamTest.cpp +++ b/Foundation/testsuite/src/TeeStreamTest.cpp @@ -1,7 +1,7 @@ // // TeeStreamTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TeeStreamTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TeeStreamTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TeeStreamTest.h b/Foundation/testsuite/src/TeeStreamTest.h index a13453822..f0ab3a880 100644 --- a/Foundation/testsuite/src/TeeStreamTest.h +++ b/Foundation/testsuite/src/TeeStreamTest.h @@ -1,7 +1,7 @@ // // TeeStreamTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/TeeStreamTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TeeStreamTest.h#1 $ // // Definition of the TeeStreamTest class. // diff --git a/Foundation/testsuite/src/TestApp.cpp b/Foundation/testsuite/src/TestApp.cpp index ee21af940..3982802ad 100644 --- a/Foundation/testsuite/src/TestApp.cpp +++ b/Foundation/testsuite/src/TestApp.cpp @@ -1,7 +1,7 @@ // // TestApp.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TestApp.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TestApp.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TestApp_WINCE.cpp b/Foundation/testsuite/src/TestApp_WINCE.cpp index b2f9216b9..cc5ef18e0 100644 --- a/Foundation/testsuite/src/TestApp_WINCE.cpp +++ b/Foundation/testsuite/src/TestApp_WINCE.cpp @@ -1,7 +1,7 @@ // // TestApp_WINCE.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TestApp_WINCE.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TestApp_WINCE.cpp#1 $ // // Copyright (c) 2005-2010, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TestChannel.cpp b/Foundation/testsuite/src/TestChannel.cpp index a85f7f535..cbe5234ff 100644 --- a/Foundation/testsuite/src/TestChannel.cpp +++ b/Foundation/testsuite/src/TestChannel.cpp @@ -1,7 +1,7 @@ // // TestChannel.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TestChannel.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TestChannel.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TestChannel.h b/Foundation/testsuite/src/TestChannel.h index 27c00322e..42d5a0666 100644 --- a/Foundation/testsuite/src/TestChannel.h +++ b/Foundation/testsuite/src/TestChannel.h @@ -1,7 +1,7 @@ // // TestChannel.h // -// $Id: //poco/1.3/Foundation/testsuite/src/TestChannel.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TestChannel.h#1 $ // // Definition of the TestChannel class. // diff --git a/Foundation/testsuite/src/TestLibrary.cpp b/Foundation/testsuite/src/TestLibrary.cpp index 7b84a4380..f90ae0b8d 100644 --- a/Foundation/testsuite/src/TestLibrary.cpp +++ b/Foundation/testsuite/src/TestLibrary.cpp @@ -1,7 +1,7 @@ // // TestLibrary.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TestLibrary.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TestLibrary.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TestPlugin.cpp b/Foundation/testsuite/src/TestPlugin.cpp index 13be0abe7..a18133cc9 100644 --- a/Foundation/testsuite/src/TestPlugin.cpp +++ b/Foundation/testsuite/src/TestPlugin.cpp @@ -1,7 +1,7 @@ // // TestPlugin.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TestPlugin.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TestPlugin.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TestPlugin.h b/Foundation/testsuite/src/TestPlugin.h index 93bc60cfa..320878885 100644 --- a/Foundation/testsuite/src/TestPlugin.h +++ b/Foundation/testsuite/src/TestPlugin.h @@ -1,7 +1,7 @@ // // TestPlugin.h // -// $Id: //poco/1.3/Foundation/testsuite/src/TestPlugin.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TestPlugin.h#1 $ // // Definition of the TestPlugin class. // diff --git a/Foundation/testsuite/src/TextBufferIteratorTest.cpp b/Foundation/testsuite/src/TextBufferIteratorTest.cpp index 86a11208b..77db827cd 100644 --- a/Foundation/testsuite/src/TextBufferIteratorTest.cpp +++ b/Foundation/testsuite/src/TextBufferIteratorTest.cpp @@ -1,7 +1,7 @@ // // TextBufferIteratorTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TextBufferIteratorTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TextBufferIteratorTest.cpp#1 $ // // Copyright (c) 2010, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TextBufferIteratorTest.h b/Foundation/testsuite/src/TextBufferIteratorTest.h index c3eee7e35..b2431356b 100644 --- a/Foundation/testsuite/src/TextBufferIteratorTest.h +++ b/Foundation/testsuite/src/TextBufferIteratorTest.h @@ -1,7 +1,7 @@ // // TextBufferIteratorTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/TextBufferIteratorTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TextBufferIteratorTest.h#1 $ // // Definition of the TextBufferIteratorTest class. // diff --git a/Foundation/testsuite/src/TextConverterTest.cpp b/Foundation/testsuite/src/TextConverterTest.cpp index 464d93289..f483bef19 100644 --- a/Foundation/testsuite/src/TextConverterTest.cpp +++ b/Foundation/testsuite/src/TextConverterTest.cpp @@ -1,7 +1,7 @@ // // TextConverterTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TextConverterTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TextConverterTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TextConverterTest.h b/Foundation/testsuite/src/TextConverterTest.h index d3c4f21a4..64bcb3979 100644 --- a/Foundation/testsuite/src/TextConverterTest.h +++ b/Foundation/testsuite/src/TextConverterTest.h @@ -1,7 +1,7 @@ // // TextConverterTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/TextConverterTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TextConverterTest.h#1 $ // // Definition of the TextConverterTest class. // diff --git a/Foundation/testsuite/src/TextEncodingTest.cpp b/Foundation/testsuite/src/TextEncodingTest.cpp index 334dee79e..d4ecca620 100644 --- a/Foundation/testsuite/src/TextEncodingTest.cpp +++ b/Foundation/testsuite/src/TextEncodingTest.cpp @@ -1,7 +1,7 @@ // // TextEncodingTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TextEncodingTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TextEncodingTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TextEncodingTest.h b/Foundation/testsuite/src/TextEncodingTest.h index dc84a7098..a981d5a3d 100644 --- a/Foundation/testsuite/src/TextEncodingTest.h +++ b/Foundation/testsuite/src/TextEncodingTest.h @@ -1,7 +1,7 @@ // // TextEncodingTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/TextEncodingTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TextEncodingTest.h#1 $ // // Definition of the TextEncodingTest class. // diff --git a/Foundation/testsuite/src/TextIteratorTest.cpp b/Foundation/testsuite/src/TextIteratorTest.cpp index 38ce58987..a347fff79 100644 --- a/Foundation/testsuite/src/TextIteratorTest.cpp +++ b/Foundation/testsuite/src/TextIteratorTest.cpp @@ -1,7 +1,7 @@ // // TextIteratorTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TextIteratorTest.cpp#5 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TextIteratorTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TextIteratorTest.h b/Foundation/testsuite/src/TextIteratorTest.h index 8e89a6ede..999e6ee5d 100644 --- a/Foundation/testsuite/src/TextIteratorTest.h +++ b/Foundation/testsuite/src/TextIteratorTest.h @@ -1,7 +1,7 @@ // // TextIteratorTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/TextIteratorTest.h#3 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TextIteratorTest.h#1 $ // // Definition of the TextIteratorTest class. // diff --git a/Foundation/testsuite/src/TextTestSuite.cpp b/Foundation/testsuite/src/TextTestSuite.cpp index 871891231..0f3187593 100644 --- a/Foundation/testsuite/src/TextTestSuite.cpp +++ b/Foundation/testsuite/src/TextTestSuite.cpp @@ -1,7 +1,7 @@ // // TextTestSuite.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TextTestSuite.cpp#6 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TextTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TextTestSuite.h b/Foundation/testsuite/src/TextTestSuite.h index 6bed7ffe6..ed4e475e0 100644 --- a/Foundation/testsuite/src/TextTestSuite.h +++ b/Foundation/testsuite/src/TextTestSuite.h @@ -1,7 +1,7 @@ // // TextTestSuite.h // -// $Id: //poco/1.3/Foundation/testsuite/src/TextTestSuite.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TextTestSuite.h#1 $ // // Definition of the TextTestSuite class. // diff --git a/Foundation/testsuite/src/ThreadLocalTest.cpp b/Foundation/testsuite/src/ThreadLocalTest.cpp index 93d11e7b1..9c9f02d57 100644 --- a/Foundation/testsuite/src/ThreadLocalTest.cpp +++ b/Foundation/testsuite/src/ThreadLocalTest.cpp @@ -1,7 +1,7 @@ // // ThreadLocalTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/ThreadLocalTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ThreadLocalTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/ThreadLocalTest.h b/Foundation/testsuite/src/ThreadLocalTest.h index 8a28dbb40..475edb4a7 100644 --- a/Foundation/testsuite/src/ThreadLocalTest.h +++ b/Foundation/testsuite/src/ThreadLocalTest.h @@ -1,7 +1,7 @@ // // ThreadLocalTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/ThreadLocalTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ThreadLocalTest.h#1 $ // // Definition of the ThreadLocalTest class. // diff --git a/Foundation/testsuite/src/ThreadPoolTest.cpp b/Foundation/testsuite/src/ThreadPoolTest.cpp index fb3d1a59d..dd30f6972 100644 --- a/Foundation/testsuite/src/ThreadPoolTest.cpp +++ b/Foundation/testsuite/src/ThreadPoolTest.cpp @@ -1,7 +1,7 @@ // // ThreadPoolTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/ThreadPoolTest.cpp#3 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ThreadPoolTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/ThreadPoolTest.h b/Foundation/testsuite/src/ThreadPoolTest.h index c9cc0c2eb..8d51357b2 100644 --- a/Foundation/testsuite/src/ThreadPoolTest.h +++ b/Foundation/testsuite/src/ThreadPoolTest.h @@ -1,7 +1,7 @@ // // ThreadPoolTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/ThreadPoolTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ThreadPoolTest.h#1 $ // // Definition of the ThreadPoolTest class. // diff --git a/Foundation/testsuite/src/ThreadTest.cpp b/Foundation/testsuite/src/ThreadTest.cpp index 0620c4c02..91839b603 100644 --- a/Foundation/testsuite/src/ThreadTest.cpp +++ b/Foundation/testsuite/src/ThreadTest.cpp @@ -1,7 +1,7 @@ // // ThreadTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/ThreadTest.cpp#8 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ThreadTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/ThreadTest.h b/Foundation/testsuite/src/ThreadTest.h index 913f04eb4..b4c98219f 100644 --- a/Foundation/testsuite/src/ThreadTest.h +++ b/Foundation/testsuite/src/ThreadTest.h @@ -1,7 +1,7 @@ // // ThreadTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/ThreadTest.h#5 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ThreadTest.h#1 $ // // Definition of the ThreadTest class. // diff --git a/Foundation/testsuite/src/ThreadingTestSuite.cpp b/Foundation/testsuite/src/ThreadingTestSuite.cpp index dd99cade2..f360370b6 100644 --- a/Foundation/testsuite/src/ThreadingTestSuite.cpp +++ b/Foundation/testsuite/src/ThreadingTestSuite.cpp @@ -1,7 +1,7 @@ // // ThreadingTestSuite.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/ThreadingTestSuite.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ThreadingTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/ThreadingTestSuite.h b/Foundation/testsuite/src/ThreadingTestSuite.h index b3a7d9699..41cb241fb 100644 --- a/Foundation/testsuite/src/ThreadingTestSuite.h +++ b/Foundation/testsuite/src/ThreadingTestSuite.h @@ -1,7 +1,7 @@ // // ThreadingTestSuite.h // -// $Id: //poco/1.3/Foundation/testsuite/src/ThreadingTestSuite.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ThreadingTestSuite.h#1 $ // // Definition of the ThreadingTestSuite class. // diff --git a/Foundation/testsuite/src/TimedNotificationQueueTest.cpp b/Foundation/testsuite/src/TimedNotificationQueueTest.cpp index eba40d4cc..77fc1760e 100644 --- a/Foundation/testsuite/src/TimedNotificationQueueTest.cpp +++ b/Foundation/testsuite/src/TimedNotificationQueueTest.cpp @@ -1,7 +1,7 @@ // // TimedNotificationQueueTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TimedNotificationQueueTest.cpp#3 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TimedNotificationQueueTest.cpp#1 $ // // Copyright (c) 2009, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TimedNotificationQueueTest.h b/Foundation/testsuite/src/TimedNotificationQueueTest.h index aa150daae..a5d842706 100644 --- a/Foundation/testsuite/src/TimedNotificationQueueTest.h +++ b/Foundation/testsuite/src/TimedNotificationQueueTest.h @@ -1,7 +1,7 @@ // // TimedNotificationQueueTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/TimedNotificationQueueTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TimedNotificationQueueTest.h#1 $ // // Definition of the TimedNotificationQueueTest class. // diff --git a/Foundation/testsuite/src/TimerTest.cpp b/Foundation/testsuite/src/TimerTest.cpp index 58a26d558..1cfa3dc62 100644 --- a/Foundation/testsuite/src/TimerTest.cpp +++ b/Foundation/testsuite/src/TimerTest.cpp @@ -1,7 +1,7 @@ // // TimerTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TimerTest.cpp#3 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TimerTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TimerTest.h b/Foundation/testsuite/src/TimerTest.h index 06eb363d2..abe46b47a 100644 --- a/Foundation/testsuite/src/TimerTest.h +++ b/Foundation/testsuite/src/TimerTest.h @@ -1,7 +1,7 @@ // // TimerTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/TimerTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TimerTest.h#1 $ // // Definition of the TimerTest class. // diff --git a/Foundation/testsuite/src/TimespanTest.cpp b/Foundation/testsuite/src/TimespanTest.cpp index 1e317ccc3..5e7d5fcf4 100644 --- a/Foundation/testsuite/src/TimespanTest.cpp +++ b/Foundation/testsuite/src/TimespanTest.cpp @@ -1,7 +1,7 @@ // // TimespanTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TimespanTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TimespanTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TimespanTest.h b/Foundation/testsuite/src/TimespanTest.h index 860033c7b..5e0cc72ac 100644 --- a/Foundation/testsuite/src/TimespanTest.h +++ b/Foundation/testsuite/src/TimespanTest.h @@ -1,7 +1,7 @@ // // TimespanTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/TimespanTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TimespanTest.h#1 $ // // Definition of the TimespanTest class. // diff --git a/Foundation/testsuite/src/TimestampTest.cpp b/Foundation/testsuite/src/TimestampTest.cpp index 4b585eefa..685b84f18 100644 --- a/Foundation/testsuite/src/TimestampTest.cpp +++ b/Foundation/testsuite/src/TimestampTest.cpp @@ -1,7 +1,7 @@ // // TimestampTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TimestampTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TimestampTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TimestampTest.h b/Foundation/testsuite/src/TimestampTest.h index 1e9536f7d..2ac8d7afb 100644 --- a/Foundation/testsuite/src/TimestampTest.h +++ b/Foundation/testsuite/src/TimestampTest.h @@ -1,7 +1,7 @@ // // TimestampTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/TimestampTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TimestampTest.h#1 $ // // Definition of the TimestampTest class. // diff --git a/Foundation/testsuite/src/TimezoneTest.cpp b/Foundation/testsuite/src/TimezoneTest.cpp index 07fb92e36..cdf40ea2e 100644 --- a/Foundation/testsuite/src/TimezoneTest.cpp +++ b/Foundation/testsuite/src/TimezoneTest.cpp @@ -1,7 +1,7 @@ // // TimezoneTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TimezoneTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TimezoneTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TimezoneTest.h b/Foundation/testsuite/src/TimezoneTest.h index 3cc4f39c8..1c2be646e 100644 --- a/Foundation/testsuite/src/TimezoneTest.h +++ b/Foundation/testsuite/src/TimezoneTest.h @@ -1,7 +1,7 @@ // // TimezoneTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/TimezoneTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TimezoneTest.h#1 $ // // Definition of the TimezoneTest class. // diff --git a/Foundation/testsuite/src/TuplesTest.cpp b/Foundation/testsuite/src/TuplesTest.cpp index 938160db0..3a78d4279 100644 --- a/Foundation/testsuite/src/TuplesTest.cpp +++ b/Foundation/testsuite/src/TuplesTest.cpp @@ -1,7 +1,7 @@ // // TuplesTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TuplesTest.cpp#5 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TuplesTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TuplesTest.h b/Foundation/testsuite/src/TuplesTest.h index 0eabae4d1..be432d33e 100644 --- a/Foundation/testsuite/src/TuplesTest.h +++ b/Foundation/testsuite/src/TuplesTest.h @@ -1,7 +1,7 @@ // // TuplesTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/TuplesTest.h#4 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TuplesTest.h#1 $ // // Definition of the TuplesTest class. // diff --git a/Foundation/testsuite/src/TypeListTest.cpp b/Foundation/testsuite/src/TypeListTest.cpp index 5abef9167..25bef2061 100644 --- a/Foundation/testsuite/src/TypeListTest.cpp +++ b/Foundation/testsuite/src/TypeListTest.cpp @@ -1,7 +1,7 @@ // // TypeListTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/TypeListTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TypeListTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/TypeListTest.h b/Foundation/testsuite/src/TypeListTest.h index 460553bba..44c79ec19 100644 --- a/Foundation/testsuite/src/TypeListTest.h +++ b/Foundation/testsuite/src/TypeListTest.h @@ -1,7 +1,7 @@ // // TypeListTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/TypeListTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/TypeListTest.h#1 $ // // Definition of the TypeListTest class. // diff --git a/Foundation/testsuite/src/URIStreamOpenerTest.cpp b/Foundation/testsuite/src/URIStreamOpenerTest.cpp index d7d0b259b..2bcd62d6e 100644 --- a/Foundation/testsuite/src/URIStreamOpenerTest.cpp +++ b/Foundation/testsuite/src/URIStreamOpenerTest.cpp @@ -1,7 +1,7 @@ // // URIStreamOpenerTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/URIStreamOpenerTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/URIStreamOpenerTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/URIStreamOpenerTest.h b/Foundation/testsuite/src/URIStreamOpenerTest.h index e416cb545..e5c16fcda 100644 --- a/Foundation/testsuite/src/URIStreamOpenerTest.h +++ b/Foundation/testsuite/src/URIStreamOpenerTest.h @@ -1,7 +1,7 @@ // // URIStreamOpenerTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/URIStreamOpenerTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/URIStreamOpenerTest.h#1 $ // // Definition of the URIStreamOpenerTest class. // diff --git a/Foundation/testsuite/src/URITest.cpp b/Foundation/testsuite/src/URITest.cpp index 3b96a45c5..9e828e751 100644 --- a/Foundation/testsuite/src/URITest.cpp +++ b/Foundation/testsuite/src/URITest.cpp @@ -1,7 +1,7 @@ // // URITest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/URITest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/URITest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/URITest.h b/Foundation/testsuite/src/URITest.h index 6e10442a8..7407f135a 100644 --- a/Foundation/testsuite/src/URITest.h +++ b/Foundation/testsuite/src/URITest.h @@ -1,7 +1,7 @@ // // URITest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/URITest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/URITest.h#1 $ // // Definition of the URITest class. // diff --git a/Foundation/testsuite/src/URITestSuite.cpp b/Foundation/testsuite/src/URITestSuite.cpp index b3e5249b5..bc535b17d 100644 --- a/Foundation/testsuite/src/URITestSuite.cpp +++ b/Foundation/testsuite/src/URITestSuite.cpp @@ -1,7 +1,7 @@ // // URITestSuite.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/URITestSuite.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/URITestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/URITestSuite.h b/Foundation/testsuite/src/URITestSuite.h index 39a783478..89875ef1a 100644 --- a/Foundation/testsuite/src/URITestSuite.h +++ b/Foundation/testsuite/src/URITestSuite.h @@ -1,7 +1,7 @@ // // URITestSuite.h // -// $Id: //poco/1.3/Foundation/testsuite/src/URITestSuite.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/URITestSuite.h#1 $ // // Definition of the URITestSuite class. // diff --git a/Foundation/testsuite/src/UTF8StringTest.cpp b/Foundation/testsuite/src/UTF8StringTest.cpp index 8e3d8c11a..0a2fc1a70 100644 --- a/Foundation/testsuite/src/UTF8StringTest.cpp +++ b/Foundation/testsuite/src/UTF8StringTest.cpp @@ -1,7 +1,7 @@ // // UTF8StringTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/UTF8StringTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/UTF8StringTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/UTF8StringTest.h b/Foundation/testsuite/src/UTF8StringTest.h index 45cd5bb09..8ac8156ad 100644 --- a/Foundation/testsuite/src/UTF8StringTest.h +++ b/Foundation/testsuite/src/UTF8StringTest.h @@ -1,7 +1,7 @@ // // UTF8StringTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/UTF8StringTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/UTF8StringTest.h#1 $ // // Definition of the UTF8StringTest class. // diff --git a/Foundation/testsuite/src/UUIDGeneratorTest.cpp b/Foundation/testsuite/src/UUIDGeneratorTest.cpp index 989ee8489..3a5313c22 100644 --- a/Foundation/testsuite/src/UUIDGeneratorTest.cpp +++ b/Foundation/testsuite/src/UUIDGeneratorTest.cpp @@ -1,7 +1,7 @@ // // UUIDGeneratorTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/UUIDGeneratorTest.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/UUIDGeneratorTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/UUIDGeneratorTest.h b/Foundation/testsuite/src/UUIDGeneratorTest.h index 1a7b5f5bd..fe9cce454 100644 --- a/Foundation/testsuite/src/UUIDGeneratorTest.h +++ b/Foundation/testsuite/src/UUIDGeneratorTest.h @@ -1,7 +1,7 @@ // // UUIDGeneratorTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/UUIDGeneratorTest.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/UUIDGeneratorTest.h#1 $ // // Definition of the UUIDGeneratorTest class. // diff --git a/Foundation/testsuite/src/UUIDTest.cpp b/Foundation/testsuite/src/UUIDTest.cpp index 3aa879f3e..e203e46f2 100644 --- a/Foundation/testsuite/src/UUIDTest.cpp +++ b/Foundation/testsuite/src/UUIDTest.cpp @@ -1,7 +1,7 @@ // // UUIDTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/UUIDTest.cpp#3 $ +// $Id: //poco/1.4/Foundation/testsuite/src/UUIDTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/UUIDTest.h b/Foundation/testsuite/src/UUIDTest.h index 2ed5235ec..342e9e4c2 100644 --- a/Foundation/testsuite/src/UUIDTest.h +++ b/Foundation/testsuite/src/UUIDTest.h @@ -1,7 +1,7 @@ // // UUIDTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/UUIDTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/UUIDTest.h#1 $ // // Definition of the UUIDTest class. // diff --git a/Foundation/testsuite/src/UUIDTestSuite.cpp b/Foundation/testsuite/src/UUIDTestSuite.cpp index f0da9d42c..c442dd76f 100644 --- a/Foundation/testsuite/src/UUIDTestSuite.cpp +++ b/Foundation/testsuite/src/UUIDTestSuite.cpp @@ -1,7 +1,7 @@ // // UUIDTestSuite.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/UUIDTestSuite.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/UUIDTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/UUIDTestSuite.h b/Foundation/testsuite/src/UUIDTestSuite.h index 42129ebb4..677b415e8 100644 --- a/Foundation/testsuite/src/UUIDTestSuite.h +++ b/Foundation/testsuite/src/UUIDTestSuite.h @@ -1,7 +1,7 @@ // // UUIDTestSuite.h // -// $Id: //poco/1.3/Foundation/testsuite/src/UUIDTestSuite.h#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/UUIDTestSuite.h#1 $ // // Definition of the UUIDTestSuite class. // diff --git a/Foundation/testsuite/src/UnicodeConverterTest.cpp b/Foundation/testsuite/src/UnicodeConverterTest.cpp index c550ade79..59101a5df 100644 --- a/Foundation/testsuite/src/UnicodeConverterTest.cpp +++ b/Foundation/testsuite/src/UnicodeConverterTest.cpp @@ -1,7 +1,7 @@ // // UnicodeConverterTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/UnicodeConverterTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/UnicodeConverterTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/UnicodeConverterTest.h b/Foundation/testsuite/src/UnicodeConverterTest.h index a06912014..59c1923bb 100644 --- a/Foundation/testsuite/src/UnicodeConverterTest.h +++ b/Foundation/testsuite/src/UnicodeConverterTest.h @@ -1,7 +1,7 @@ // // UnicodeConverterTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/UnicodeConverterTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/UnicodeConverterTest.h#1 $ // // Definition of the UnicodeConverterTest class. // diff --git a/Foundation/testsuite/src/UniqueExpireCacheTest.cpp b/Foundation/testsuite/src/UniqueExpireCacheTest.cpp index aecf11baf..69ec6f5ae 100644 --- a/Foundation/testsuite/src/UniqueExpireCacheTest.cpp +++ b/Foundation/testsuite/src/UniqueExpireCacheTest.cpp @@ -1,7 +1,7 @@ // // UniqueExpireCacheTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/UniqueExpireCacheTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/UniqueExpireCacheTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/UniqueExpireCacheTest.h b/Foundation/testsuite/src/UniqueExpireCacheTest.h index 3dbd1c244..b4da48a13 100644 --- a/Foundation/testsuite/src/UniqueExpireCacheTest.h +++ b/Foundation/testsuite/src/UniqueExpireCacheTest.h @@ -1,7 +1,7 @@ // // UniqueExpireCacheTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/UniqueExpireCacheTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/UniqueExpireCacheTest.h#1 $ // // Tests for ExpireCache // diff --git a/Foundation/testsuite/src/UniqueExpireLRUCacheTest.cpp b/Foundation/testsuite/src/UniqueExpireLRUCacheTest.cpp index ab10af4d1..545010ced 100644 --- a/Foundation/testsuite/src/UniqueExpireLRUCacheTest.cpp +++ b/Foundation/testsuite/src/UniqueExpireLRUCacheTest.cpp @@ -1,7 +1,7 @@ // // UniqueExpireLRUCacheTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/UniqueExpireLRUCacheTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/UniqueExpireLRUCacheTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/UniqueExpireLRUCacheTest.h b/Foundation/testsuite/src/UniqueExpireLRUCacheTest.h index 536098d03..491b32e82 100644 --- a/Foundation/testsuite/src/UniqueExpireLRUCacheTest.h +++ b/Foundation/testsuite/src/UniqueExpireLRUCacheTest.h @@ -1,7 +1,7 @@ // // UniqueExpireLRUCacheTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/UniqueExpireLRUCacheTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/UniqueExpireLRUCacheTest.h#1 $ // // Tests for UniqueExpireLRUCache // diff --git a/Foundation/testsuite/src/WinCEDriver.cpp b/Foundation/testsuite/src/WinCEDriver.cpp index 77b2b0960..2adba3e0c 100644 --- a/Foundation/testsuite/src/WinCEDriver.cpp +++ b/Foundation/testsuite/src/WinCEDriver.cpp @@ -1,7 +1,7 @@ // // WinCEDriver.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/WinCEDriver.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/WinCEDriver.cpp#1 $ // // Console-based test driver for Windows CE. // diff --git a/Foundation/testsuite/src/WinDriver.cpp b/Foundation/testsuite/src/WinDriver.cpp index b8f8d9755..de7d6067b 100644 --- a/Foundation/testsuite/src/WinDriver.cpp +++ b/Foundation/testsuite/src/WinDriver.cpp @@ -1,7 +1,7 @@ // // WinDriver.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/WinDriver.cpp#1 $ +// $Id: //poco/1.4/Foundation/testsuite/src/WinDriver.cpp#1 $ // // Test driver for Windows. // diff --git a/Foundation/testsuite/src/ZLibTest.cpp b/Foundation/testsuite/src/ZLibTest.cpp index 9b7ee05ea..16ad15fa0 100644 --- a/Foundation/testsuite/src/ZLibTest.cpp +++ b/Foundation/testsuite/src/ZLibTest.cpp @@ -1,7 +1,7 @@ // // ZLibTest.cpp // -// $Id: //poco/1.3/Foundation/testsuite/src/ZLibTest.cpp#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ZLibTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Foundation/testsuite/src/ZLibTest.h b/Foundation/testsuite/src/ZLibTest.h index da0c13d77..22ed2066c 100644 --- a/Foundation/testsuite/src/ZLibTest.h +++ b/Foundation/testsuite/src/ZLibTest.h @@ -1,7 +1,7 @@ // // ZLibTest.h // -// $Id: //poco/1.3/Foundation/testsuite/src/ZLibTest.h#2 $ +// $Id: //poco/1.4/Foundation/testsuite/src/ZLibTest.h#1 $ // // Definition of the ZLibTest class. // diff --git a/Foundation/testsuite/testapp.vmsbuild b/Foundation/testsuite/testapp.vmsbuild index 72df09304..4e2f8a844 100644 --- a/Foundation/testsuite/testapp.vmsbuild +++ b/Foundation/testsuite/testapp.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Foundation/testsuite/testapp.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/testsuite/testapp.vmsbuild#1 $ # EXE=TestApp TestApp diff --git a/Foundation/testsuite/testlibrary.vmsbuild b/Foundation/testsuite/testlibrary.vmsbuild index ccdd63a7c..5e0617fbd 100644 --- a/Foundation/testsuite/testlibrary.vmsbuild +++ b/Foundation/testsuite/testlibrary.vmsbuild @@ -1,7 +1,7 @@ # # buildfiles.vms # -# $Id: //poco/1.3/Foundation/testsuite/testlibrary.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/testsuite/testlibrary.vmsbuild#1 $ # SHR=TestLibrary TestPlugin diff --git a/Foundation/testsuite/testsuite.vmsbuild b/Foundation/testsuite/testsuite.vmsbuild index 2b93f8faa..cfe77c85b 100644 --- a/Foundation/testsuite/testsuite.vmsbuild +++ b/Foundation/testsuite/testsuite.vmsbuild @@ -1,7 +1,7 @@ # # buildfiles.vms # -# $Id: //poco/1.3/Foundation/testsuite/testsuite.vmsbuild#1 $ +# $Id: //poco/1.4/Foundation/testsuite/testsuite.vmsbuild#1 $ # EXE=TestRunner ActiveMethodTest diff --git a/MANIFEST b/MANIFEST index 8c9c23420..c8b5f3fe4 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,26 +1,39 @@ build build/config +build/config/AIX +build/config/Angstrom build/config/ARM-Linux build/config/CEGCCARM build/config/CygLinux build/config/CYGWIN build/config/Darwin -build/config/Darwin7 -build/config/Darwin_x86_64 +build/config/Darwin-clang +build/config/Darwin32 +build/config/Darwin32-clang +build/config/Darwin64 +build/config/Darwin64-clang build/config/DigiEL build/config/FreeBSD build/config/GCCEMBEDLINUX build/config/HP-UX +build/config/iPhone +build/config/iPhoneSimulator build/config/Linux +build/config/Linux-stlport build/config/MinGW +build/config/MinGW-CrossEnv build/config/OSF1 build/config/PPC-Linux build/config/QNX +build/config/SH-Linux build/config/SSV-LINUX +build/config/SunOS +build/config/SunOS-GCC build/config/SunOS-stdcxx-x86_64 build/config/SunOS-SunForte build/config/SunOS-SunStudio +build/config/SunOS-SunStudio11 build/rules build/rules/compile build/rules/dylib @@ -30,10 +43,12 @@ build/rules/lib build/rules/sample build/script build/script/makedepend.aCC +build/script/makedepend.clang build/script/makedepend.cxx build/script/makedepend.gcc build/script/makedepend.qcc build/script/makedepend.SunCC +build/script/makedepend.xlC build/script/makeldpath build/script/projname build/script/shlibln @@ -43,6 +58,10 @@ build/vms/pococc.com build/vms/pococxx.com build/vms/pocolib.com build/vms/pocolnk.com +build_CE_vs90.cmd +build_vcexpress2008.cmd +build_vcexpress2010.cmd +build_vs100.cmd build_vs71.cmd build_vs80.cmd build_vs90.cmd @@ -60,12 +79,24 @@ contrib/poco-doc.pl CONTRIBUTORS CppUnit CppUnit/cppunit.vmsbuild +CppUnit/CppUnit_CE_vs90.sln +CppUnit/CppUnit_CE_vs90.vcproj +CppUnit/CppUnit_vs100.sln +CppUnit/CppUnit_vs100.vcxproj +CppUnit/CppUnit_vs100.vcxproj.filters +CppUnit/CppUnit_vs100.vcxproj.user CppUnit/CppUnit_vs71.sln CppUnit/CppUnit_vs71.vcproj CppUnit/CppUnit_vs80.sln CppUnit/CppUnit_vs80.vcproj CppUnit/CppUnit_vs90.sln CppUnit/CppUnit_vs90.vcproj +CppUnit/CppUnit_x64_vs100.sln +CppUnit/CppUnit_x64_vs100.vcxproj +CppUnit/CppUnit_x64_vs100.vcxproj.filters +CppUnit/CppUnit_x64_vs100.vcxproj.user +CppUnit/CppUnit_x64_vs90.sln +CppUnit/CppUnit_x64_vs90.vcproj CppUnit/doc CppUnit/doc/cookbook.htm CppUnit/doc/license.htm @@ -119,21 +150,144 @@ CppUnit/WinTestRunner/src/TestResultDecorator.h CppUnit/WinTestRunner/src/TestRunnerDlg.cpp CppUnit/WinTestRunner/src/TestRunnerDlg.h CppUnit/WinTestRunner/src/WinTestRunner.cpp +CppUnit/WinTestRunner/WinTestRunner_vs100.vcxproj +CppUnit/WinTestRunner/WinTestRunner_vs100.vcxproj.filters +CppUnit/WinTestRunner/WinTestRunner_vs100.vcxproj.user CppUnit/WinTestRunner/WinTestRunner_vs71.vcproj CppUnit/WinTestRunner/WinTestRunner_vs80.vcproj CppUnit/WinTestRunner/WinTestRunner_vs90.vcproj +CppUnit/WinTestRunner/WinTestRunner_x64_vs100.vcxproj +CppUnit/WinTestRunner/WinTestRunner_x64_vs100.vcxproj.filters +CppUnit/WinTestRunner/WinTestRunner_x64_vs100.vcxproj.user +CppUnit/WinTestRunner/WinTestRunner_x64_vs90.vcproj +Crypto +Crypto/Crypto.progen +Crypto/Crypto_CE_VS90.sln +Crypto/Crypto_CE_VS90.vcproj +Crypto/Crypto_vs100.sln +Crypto/Crypto_vs100.vcxproj +Crypto/Crypto_vs100.vcxproj.filters +Crypto/Crypto_vs100.vcxproj.user +Crypto/Crypto_VS71.sln +Crypto/Crypto_VS71.vcproj +Crypto/Crypto_VS80.sln +Crypto/Crypto_VS80.vcproj +Crypto/Crypto_VS90.sln +Crypto/Crypto_VS90.vcproj +Crypto/Crypto_x64_vs100.sln +Crypto/Crypto_x64_vs100.vcxproj +Crypto/Crypto_x64_vs100.vcxproj.filters +Crypto/Crypto_x64_vs100.vcxproj.user +Crypto/Crypto_x64_vs90.sln +Crypto/Crypto_x64_vs90.vcproj +Crypto/include +Crypto/include/Poco +Crypto/include/Poco/Crypto +Crypto/include/Poco/Crypto/Cipher.h +Crypto/include/Poco/Crypto/CipherFactory.h +Crypto/include/Poco/Crypto/CipherImpl.h +Crypto/include/Poco/Crypto/CipherKey.h +Crypto/include/Poco/Crypto/CipherKeyImpl.h +Crypto/include/Poco/Crypto/Crypto.h +Crypto/include/Poco/Crypto/CryptoStream.h +Crypto/include/Poco/Crypto/CryptoTransform.h +Crypto/include/Poco/Crypto/OpenSSLInitializer.h +Crypto/include/Poco/Crypto/RSACipherImpl.h +Crypto/include/Poco/Crypto/RSADigestEngine.h +Crypto/include/Poco/Crypto/RSAKey.h +Crypto/include/Poco/Crypto/RSAKeyImpl.h +Crypto/include/Poco/Crypto/X509Certificate.h +Crypto/Makefile +Crypto/samples +Crypto/samples/genrsakey +Crypto/samples/genrsakey/genrsakey.progen +Crypto/samples/genrsakey/genrsakey_CE_VS90.vcproj +Crypto/samples/genrsakey/genrsakey_vs100.vcxproj +Crypto/samples/genrsakey/genrsakey_vs100.vcxproj.filters +Crypto/samples/genrsakey/genrsakey_vs100.vcxproj.user +Crypto/samples/genrsakey/genrsakey_VS71.vcproj +Crypto/samples/genrsakey/genrsakey_VS80.vcproj +Crypto/samples/genrsakey/genrsakey_VS90.vcproj +Crypto/samples/genrsakey/genrsakey_x64_vs100.vcxproj +Crypto/samples/genrsakey/genrsakey_x64_vs100.vcxproj.filters +Crypto/samples/genrsakey/genrsakey_x64_vs100.vcxproj.user +Crypto/samples/genrsakey/genrsakey_x64_vs90.vcproj +Crypto/samples/genrsakey/Makefile +Crypto/samples/genrsakey/src +Crypto/samples/genrsakey/src/genrsakey.cpp +Crypto/samples/Makefile +Crypto/samples/samples.progen +Crypto/samples/samples_CE_VS90.sln +Crypto/samples/samples_vs100.sln +Crypto/samples/samples_VS71.sln +Crypto/samples/samples_VS80.sln +Crypto/samples/samples_VS90.sln +Crypto/samples/samples_x64_vs100.sln +Crypto/samples/samples_x64_vs90.sln +Crypto/src +Crypto/src/Cipher.cpp +Crypto/src/CipherFactory.cpp +Crypto/src/CipherImpl.cpp +Crypto/src/CipherKey.cpp +Crypto/src/CipherKeyImpl.cpp +Crypto/src/CryptoStream.cpp +Crypto/src/CryptoTransform.cpp +Crypto/src/OpenSSLInitializer.cpp +Crypto/src/RSACipherImpl.cpp +Crypto/src/RSADigestEngine.cpp +Crypto/src/RSAKey.cpp +Crypto/src/RSAKeyImpl.cpp +Crypto/src/X509Certificate.cpp +Crypto/testsuite +Crypto/testsuite/Makefile +Crypto/testsuite/src +Crypto/testsuite/src/CryptoTest.cpp +Crypto/testsuite/src/CryptoTest.h +Crypto/testsuite/src/CryptoTestSuite.cpp +Crypto/testsuite/src/CryptoTestSuite.h +Crypto/testsuite/src/Driver.cpp +Crypto/testsuite/src/RSATest.cpp +Crypto/testsuite/src/RSATest.h +Crypto/testsuite/src/WinCEDriver.cpp +Crypto/testsuite/src/WinDriver.cpp +Crypto/testsuite/TestSuite.progen +Crypto/testsuite/TestSuite.vmsbuild +Crypto/testsuite/TestSuite_CE_VS90.vcproj +Crypto/testsuite/TestSuite_vs100.vcxproj +Crypto/testsuite/TestSuite_vs100.vcxproj.filters +Crypto/testsuite/TestSuite_vs100.vcxproj.user +Crypto/testsuite/TestSuite_VS71.vcproj +Crypto/testsuite/TestSuite_VS80.vcproj +Crypto/testsuite/TestSuite_VS90.vcproj +Crypto/testsuite/TestSuite_x64_vs100.vcxproj +Crypto/testsuite/TestSuite_x64_vs100.vcxproj.filters +Crypto/testsuite/TestSuite_x64_vs100.vcxproj.user +Crypto/testsuite/TestSuite_x64_vs90.vcproj Data +Data/Data.progen Data/Data.vmsbuild +Data/Data_CE_vs90.sln +Data/Data_CE_vs90.vcproj +Data/Data_vs100.sln +Data/Data_vs100.vcxproj +Data/Data_vs100.vcxproj.filters +Data/Data_vs100.vcxproj.user Data/Data_VS71.sln Data/Data_VS71.vcproj Data/Data_VS80.sln Data/Data_VS80.vcproj Data/Data_vs90.sln Data/Data_vs90.vcproj +Data/Data_x64_vs100.sln +Data/Data_x64_vs100.vcxproj +Data/Data_x64_vs100.vcxproj.filters +Data/Data_x64_vs100.vcxproj.user +Data/Data_x64_vs90.sln +Data/Data_x64_vs90.vcproj Data/doc -Data/doc/DataDeveloperManual.page -Data/doc/DataReleaseNotes.page -Data/doc/DataUserManual.page +Data/doc/00200-DataUserManual.page +Data/doc/00300-DataDeveloperManual.page +Data/doc/99100-DataReleaseNotes.page Data/doc/info.txt Data/include Data/include/Poco @@ -170,6 +324,71 @@ Data/include/Poco/Data/StatementCreator.h Data/include/Poco/Data/StatementImpl.h Data/include/Poco/Data/TypeHandler.h Data/Makefile +Data/MySQL +Data/MySQL/include +Data/MySQL/include/Poco +Data/MySQL/include/Poco/Data +Data/MySQL/include/Poco/Data/MySQL +Data/MySQL/include/Poco/Data/MySQL/Binder.h +Data/MySQL/include/Poco/Data/MySQL/Connector.h +Data/MySQL/include/Poco/Data/MySQL/Extractor.h +Data/MySQL/include/Poco/Data/MySQL/MySQL.h +Data/MySQL/include/Poco/Data/MySQL/MySQLException.h +Data/MySQL/include/Poco/Data/MySQL/MySQLStatementImpl.h +Data/MySQL/include/Poco/Data/MySQL/ResultMetadata.h +Data/MySQL/include/Poco/Data/MySQL/SessionHandle.h +Data/MySQL/include/Poco/Data/MySQL/SessionImpl.h +Data/MySQL/include/Poco/Data/MySQL/StatementExecutor.h +Data/MySQL/Makefile +Data/MySQL/MySQL.progen +Data/MySQL/MySQL_vs100.sln +Data/MySQL/MySQL_vs100.vcxproj +Data/MySQL/MySQL_vs100.vcxproj.filters +Data/MySQL/MySQL_vs100.vcxproj.user +Data/MySQL/MySQL_VS71.sln +Data/MySQL/MySQL_VS71.vcproj +Data/MySQL/MySQL_VS80.sln +Data/MySQL/MySQL_VS80.vcproj +Data/MySQL/MySQL_vs90.sln +Data/MySQL/MySQL_vs90.vcproj +Data/MySQL/MySQL_x64_vs100.sln +Data/MySQL/MySQL_x64_vs100.vcxproj +Data/MySQL/MySQL_x64_vs100.vcxproj.filters +Data/MySQL/MySQL_x64_vs100.vcxproj.user +Data/MySQL/MySQL_x64_vs90.sln +Data/MySQL/MySQL_x64_vs90.vcproj +Data/MySQL/src +Data/MySQL/src/Binder.cpp +Data/MySQL/src/Connector.cpp +Data/MySQL/src/Extractor.cpp +Data/MySQL/src/MySQLException.cpp +Data/MySQL/src/MySQLStatementImpl.cpp +Data/MySQL/src/ResultMetadata.cpp +Data/MySQL/src/SessionHandle.cpp +Data/MySQL/src/SessionImpl.cpp +Data/MySQL/src/StatementExecutor.cpp +Data/MySQL/testsuite +Data/MySQL/testsuite/Makefile +Data/MySQL/testsuite/src +Data/MySQL/testsuite/src/Driver.cpp +Data/MySQL/testsuite/src/MySQLTest.cpp +Data/MySQL/testsuite/src/MySQLTest.h +Data/MySQL/testsuite/src/MySQLTestSuite.cpp +Data/MySQL/testsuite/src/MySQLTestSuite.h +Data/MySQL/testsuite/src/SQLExecutor.cpp +Data/MySQL/testsuite/src/SQLExecutor.h +Data/MySQL/testsuite/src/WinDriver.cpp +Data/MySQL/testsuite/TestSuite.progen +Data/MySQL/testsuite/TestSuite_vs100.vcxproj +Data/MySQL/testsuite/TestSuite_vs100.vcxproj.filters +Data/MySQL/testsuite/TestSuite_vs100.vcxproj.user +Data/MySQL/testsuite/TestSuite_VS71.vcproj +Data/MySQL/testsuite/TestSuite_VS80.vcproj +Data/MySQL/testsuite/TestSuite_vs90.vcproj +Data/MySQL/testsuite/TestSuite_x64_vs100.vcxproj +Data/MySQL/testsuite/TestSuite_x64_vs100.vcxproj.filters +Data/MySQL/testsuite/TestSuite_x64_vs100.vcxproj.user +Data/MySQL/testsuite/TestSuite_x64_vs90.vcproj Data/ODBC Data/ODBC/include Data/ODBC/include/Poco @@ -193,13 +412,24 @@ Data/ODBC/include/Poco/Data/ODBC/Preparation.h Data/ODBC/include/Poco/Data/ODBC/SessionImpl.h Data/ODBC/include/Poco/Data/ODBC/Utility.h Data/ODBC/Makefile +Data/ODBC/ODBC.progen Data/ODBC/ODBC.vmsbuild +Data/ODBC/ODBC_vs100.sln +Data/ODBC/ODBC_vs100.vcxproj +Data/ODBC/ODBC_vs100.vcxproj.filters +Data/ODBC/ODBC_vs100.vcxproj.user Data/ODBC/ODBC_VS71.sln Data/ODBC/ODBC_VS71.vcproj Data/ODBC/ODBC_VS80.sln Data/ODBC/ODBC_VS80.vcproj Data/ODBC/ODBC_vs90.sln Data/ODBC/ODBC_vs90.vcproj +Data/ODBC/ODBC_x64_vs100.sln +Data/ODBC/ODBC_x64_vs100.vcxproj +Data/ODBC/ODBC_x64_vs100.vcxproj.filters +Data/ODBC/ODBC_x64_vs100.vcxproj.user +Data/ODBC/ODBC_x64_vs90.sln +Data/ODBC/ODBC_x64_vs90.vcproj Data/ODBC/src Data/ODBC/src/Binder.cpp Data/ODBC/src/ConnectionHandle.cpp @@ -237,43 +467,92 @@ Data/ODBC/testsuite/src/ODBCTestSuite.h Data/ODBC/testsuite/src/SQLExecutor.cpp Data/ODBC/testsuite/src/SQLExecutor.h Data/ODBC/testsuite/src/WinDriver.cpp +Data/ODBC/testsuite/TestSuite.progen Data/ODBC/testsuite/TestSuite.vmsbuild +Data/ODBC/testsuite/TestSuite_vs100.vcxproj +Data/ODBC/testsuite/TestSuite_vs100.vcxproj.filters +Data/ODBC/testsuite/TestSuite_vs100.vcxproj.user Data/ODBC/testsuite/TestSuite_VS71.vcproj Data/ODBC/testsuite/TestSuite_VS80.vcproj Data/ODBC/testsuite/TestSuite_vs90.vcproj +Data/ODBC/testsuite/TestSuite_x64_vs100.vcxproj +Data/ODBC/testsuite/TestSuite_x64_vs100.vcxproj.filters +Data/ODBC/testsuite/TestSuite_x64_vs100.vcxproj.user +Data/ODBC/testsuite/TestSuite_x64_vs90.vcproj Data/samples Data/samples/Binding +Data/samples/Binding/Binding.progen +Data/samples/Binding/Binding_CE_vs90.vcproj +Data/samples/Binding/Binding_vs100.vcxproj +Data/samples/Binding/Binding_vs100.vcxproj.filters +Data/samples/Binding/Binding_vs100.vcxproj.user Data/samples/Binding/Binding_vs71.vcproj Data/samples/Binding/Binding_vs80.vcproj Data/samples/Binding/Binding_vs90.vcproj +Data/samples/Binding/Binding_x64_vs100.vcxproj +Data/samples/Binding/Binding_x64_vs100.vcxproj.filters +Data/samples/Binding/Binding_x64_vs100.vcxproj.user +Data/samples/Binding/Binding_x64_vs90.vcproj Data/samples/Binding/Makefile Data/samples/Binding/src Data/samples/Binding/src/Binding.cpp Data/samples/Makefile Data/samples/RecordSet Data/samples/RecordSet/Makefile +Data/samples/RecordSet/RecordSet.progen +Data/samples/RecordSet/RecordSet_CE_vs90.vcproj +Data/samples/RecordSet/RecordSet_vs100.vcxproj +Data/samples/RecordSet/RecordSet_vs100.vcxproj.filters +Data/samples/RecordSet/RecordSet_vs100.vcxproj.user Data/samples/RecordSet/RecordSet_vs71.vcproj Data/samples/RecordSet/RecordSet_vs80.vcproj Data/samples/RecordSet/RecordSet_vs90.vcproj +Data/samples/RecordSet/RecordSet_x64_vs100.vcxproj +Data/samples/RecordSet/RecordSet_x64_vs100.vcxproj.filters +Data/samples/RecordSet/RecordSet_x64_vs100.vcxproj.user +Data/samples/RecordSet/RecordSet_x64_vs90.vcproj Data/samples/RecordSet/src Data/samples/RecordSet/src/RecordSet.cpp +Data/samples/samples.progen +Data/samples/samples_CE_vs90.sln +Data/samples/samples_vs100.sln Data/samples/samples_vs71.sln Data/samples/samples_vs80.sln Data/samples/samples_vs90.sln +Data/samples/samples_x64_vs100.sln +Data/samples/samples_x64_vs90.sln Data/samples/Tuple Data/samples/Tuple/Makefile Data/samples/Tuple/src Data/samples/Tuple/src/Tuple.cpp +Data/samples/Tuple/Tuple.progen +Data/samples/Tuple/Tuple_CE_vs90.vcproj +Data/samples/Tuple/Tuple_vs100.vcxproj +Data/samples/Tuple/Tuple_vs100.vcxproj.filters +Data/samples/Tuple/Tuple_vs100.vcxproj.user Data/samples/Tuple/Tuple_vs71.vcproj Data/samples/Tuple/Tuple_vs80.vcproj Data/samples/Tuple/Tuple_vs90.vcproj +Data/samples/Tuple/Tuple_x64_vs100.vcxproj +Data/samples/Tuple/Tuple_x64_vs100.vcxproj.filters +Data/samples/Tuple/Tuple_x64_vs100.vcxproj.user +Data/samples/Tuple/Tuple_x64_vs90.vcproj Data/samples/TypeHandler Data/samples/TypeHandler/Makefile Data/samples/TypeHandler/src Data/samples/TypeHandler/src/TypeHandler.cpp +Data/samples/TypeHandler/TypeHandler.progen +Data/samples/TypeHandler/TypeHandler_CE_vs90.vcproj +Data/samples/TypeHandler/TypeHandler_vs100.vcxproj +Data/samples/TypeHandler/TypeHandler_vs100.vcxproj.filters +Data/samples/TypeHandler/TypeHandler_vs100.vcxproj.user Data/samples/TypeHandler/TypeHandler_vs71.vcproj Data/samples/TypeHandler/TypeHandler_vs80.vcproj Data/samples/TypeHandler/TypeHandler_vs90.vcproj +Data/samples/TypeHandler/TypeHandler_x64_vs100.vcxproj +Data/samples/TypeHandler/TypeHandler_x64_vs100.vcxproj.filters +Data/samples/TypeHandler/TypeHandler_x64_vs100.vcxproj.user +Data/samples/TypeHandler/TypeHandler_x64_vs90.vcproj Data/SQLite Data/SQLite/include Data/SQLite/include/Poco @@ -288,13 +567,26 @@ Data/SQLite/include/Poco/Data/SQLite/SQLiteException.h Data/SQLite/include/Poco/Data/SQLite/SQLiteStatementImpl.h Data/SQLite/include/Poco/Data/SQLite/Utility.h Data/SQLite/Makefile +Data/SQLite/SQLite.progen Data/SQLite/SQLite.vmsbuild +Data/SQLite/SQLite_CE_vs90.sln +Data/SQLite/SQLite_CE_vs90.vcproj +Data/SQLite/SQLite_vs100.sln +Data/SQLite/SQLite_vs100.vcxproj +Data/SQLite/SQLite_vs100.vcxproj.filters +Data/SQLite/SQLite_vs100.vcxproj.user Data/SQLite/SQLite_VS71.sln Data/SQLite/SQLite_VS71.vcproj Data/SQLite/SQLite_VS80.sln Data/SQLite/SQLite_VS80.vcproj Data/SQLite/SQLite_vs90.sln Data/SQLite/SQLite_vs90.vcproj +Data/SQLite/SQLite_x64_vs100.sln +Data/SQLite/SQLite_x64_vs100.vcxproj +Data/SQLite/SQLite_x64_vs100.vcxproj.filters +Data/SQLite/SQLite_x64_vs100.vcxproj.user +Data/SQLite/SQLite_x64_vs90.sln +Data/SQLite/SQLite_x64_vs90.vcproj Data/SQLite/src Data/SQLite/src/Binder.cpp Data/SQLite/src/Connector.cpp @@ -313,11 +605,21 @@ Data/SQLite/testsuite/src/SQLiteTest.cpp Data/SQLite/testsuite/src/SQLiteTest.h Data/SQLite/testsuite/src/SQLiteTestSuite.cpp Data/SQLite/testsuite/src/SQLiteTestSuite.h +Data/SQLite/testsuite/src/WinCEDriver.cpp Data/SQLite/testsuite/src/WinDriver.cpp +Data/SQLite/testsuite/TestSuite.progen Data/SQLite/testsuite/TestSuite.vmsbuild +Data/SQLite/testsuite/TestSuite_CE_vs90.vcproj +Data/SQLite/testsuite/TestSuite_vs100.vcxproj +Data/SQLite/testsuite/TestSuite_vs100.vcxproj.filters +Data/SQLite/testsuite/TestSuite_vs100.vcxproj.user Data/SQLite/testsuite/TestSuite_VS71.vcproj Data/SQLite/testsuite/TestSuite_VS80.vcproj Data/SQLite/testsuite/TestSuite_vs90.vcproj +Data/SQLite/testsuite/TestSuite_x64_vs100.vcxproj +Data/SQLite/testsuite/TestSuite_x64_vs100.vcxproj.filters +Data/SQLite/testsuite/TestSuite_x64_vs100.vcxproj.user +Data/SQLite/testsuite/TestSuite_x64_vs90.vcproj Data/src Data/src/AbstractBinder.cpp Data/src/AbstractBinding.cpp @@ -366,23 +668,52 @@ Data/testsuite/src/StatementImpl.cpp Data/testsuite/src/StatementImpl.h Data/testsuite/src/TestStatementImpl.cpp Data/testsuite/src/TestStatementImpl.h +Data/testsuite/src/WinCEDriver.cpp Data/testsuite/src/WinDriver.cpp +Data/testsuite/TestSuite.progen Data/testsuite/TestSuite.vmsbuild +Data/testsuite/TestSuite_CE_vs90.vcproj +Data/testsuite/TestSuite_vs100.vcxproj +Data/testsuite/TestSuite_vs100.vcxproj.filters +Data/testsuite/TestSuite_vs100.vcxproj.user Data/testsuite/TestSuite_VS71.vcproj Data/testsuite/TestSuite_VS80.vcproj Data/testsuite/TestSuite_vs90.vcproj +Data/testsuite/TestSuite_x64_vs100.vcxproj +Data/testsuite/TestSuite_x64_vs100.vcxproj.filters +Data/testsuite/TestSuite_x64_vs100.vcxproj.user +Data/testsuite/TestSuite_x64_vs90.vcproj doc +doc/00100-GuidedTour.page +doc/80100-HowToGetHelp.page +doc/90100-Acknowledgements.page +doc/99100-ReleaseNotes.page +doc/99150-GMakeBuildNotes.page +doc/99150-WindowsPlatformNotes.page +doc/99200-WinCEPlatformNotes.page doc/Acknowledgements.html Foundation Foundation/.cdtproject Foundation/.project Foundation/foundation.vmsbuild +Foundation/Foundation_CE_vs90.sln +Foundation/Foundation_CE_vs90.vcproj +Foundation/Foundation_vs100.sln +Foundation/Foundation_vs100.vcxproj +Foundation/Foundation_vs100.vcxproj.filters +Foundation/Foundation_vs100.vcxproj.user Foundation/Foundation_vs71.sln Foundation/Foundation_vs71.vcproj Foundation/Foundation_vs80.sln Foundation/Foundation_vs80.vcproj Foundation/Foundation_vs90.sln Foundation/Foundation_vs90.vcproj +Foundation/Foundation_x64_vs100.sln +Foundation/Foundation_x64_vs100.vcxproj +Foundation/Foundation_x64_vs100.vcxproj.filters +Foundation/Foundation_x64_vs100.vcxproj.user +Foundation/Foundation_x64_vs90.sln +Foundation/Foundation_x64_vs90.vcproj Foundation/include Foundation/include/Poco Foundation/include/Poco/AbstractCache.h @@ -391,6 +722,10 @@ Foundation/include/Poco/AbstractEvent.h Foundation/include/Poco/AbstractObserver.h Foundation/include/Poco/AbstractPriorityDelegate.h Foundation/include/Poco/AbstractStrategy.h +Foundation/include/Poco/AccessExpirationDecorator.h +Foundation/include/Poco/AccessExpireCache.h +Foundation/include/Poco/AccessExpireLRUCache.h +Foundation/include/Poco/AccessExpireStrategy.h Foundation/include/Poco/ActiveDispatcher.h Foundation/include/Poco/ActiveMethod.h Foundation/include/Poco/ActiveResult.h @@ -399,8 +734,10 @@ Foundation/include/Poco/ActiveStarter.h Foundation/include/Poco/Activity.h Foundation/include/Poco/Any.h Foundation/include/Poco/ArchiveStrategy.h +Foundation/include/Poco/Ascii.h Foundation/include/Poco/ASCIIEncoding.h Foundation/include/Poco/AsyncChannel.h +Foundation/include/Poco/AtomicCounter.h Foundation/include/Poco/AutoPtr.h Foundation/include/Poco/AutoReleasePool.h Foundation/include/Poco/Base64Decoder.h @@ -447,6 +784,7 @@ Foundation/include/Poco/Environment_UNIX.h Foundation/include/Poco/Environment_VMS.h Foundation/include/Poco/Environment_WIN32.h Foundation/include/Poco/Environment_WIN32U.h +Foundation/include/Poco/Environment_WINCE.h Foundation/include/Poco/ErrorHandler.h Foundation/include/Poco/Event.h Foundation/include/Poco/Event_POSIX.h @@ -466,6 +804,7 @@ Foundation/include/Poco/File_UNIX.h Foundation/include/Poco/File_VMS.h Foundation/include/Poco/File_WIN32.h Foundation/include/Poco/File_WIN32U.h +Foundation/include/Poco/File_WINCE.h Foundation/include/Poco/FileChannel.h Foundation/include/Poco/FileStream.h Foundation/include/Poco/FileStream_POSIX.h @@ -481,6 +820,8 @@ Foundation/include/Poco/FPEnvironment_DEC.h Foundation/include/Poco/FPEnvironment_DUMMY.h Foundation/include/Poco/FPEnvironment_SUN.h Foundation/include/Poco/FPEnvironment_WIN32.h +Foundation/include/Poco/FunctionDelegate.h +Foundation/include/Poco/FunctionPriorityDelegate.h Foundation/include/Poco/Glob.h Foundation/include/Poco/Hash.h Foundation/include/Poco/HashFunction.h @@ -515,12 +856,14 @@ Foundation/include/Poco/MD2Engine.h Foundation/include/Poco/MD4Engine.h Foundation/include/Poco/MD5Engine.h Foundation/include/Poco/MemoryPool.h +Foundation/include/Poco/MemoryStream.h Foundation/include/Poco/Message.h Foundation/include/Poco/MetaObject.h Foundation/include/Poco/MetaProgramming.h Foundation/include/Poco/Mutex.h Foundation/include/Poco/Mutex_POSIX.h Foundation/include/Poco/Mutex_WIN32.h +Foundation/include/Poco/Mutex_WINCE.h Foundation/include/Poco/NamedEvent.h Foundation/include/Poco/NamedEvent_UNIX.h Foundation/include/Poco/NamedEvent_VMS.h @@ -538,6 +881,7 @@ Foundation/include/Poco/Notification.h Foundation/include/Poco/NotificationCenter.h Foundation/include/Poco/NotificationQueue.h Foundation/include/Poco/NotificationStrategy.h +Foundation/include/Poco/Nullable.h Foundation/include/Poco/NullChannel.h Foundation/include/Poco/NullStream.h Foundation/include/Poco/NumberFormatter.h @@ -549,6 +893,7 @@ Foundation/include/Poco/Path_UNIX.h Foundation/include/Poco/Path_VMS.h Foundation/include/Poco/Path_WIN32.h Foundation/include/Poco/Path_WIN32U.h +Foundation/include/Poco/Path_WINCE.h Foundation/include/Poco/PatternFormatter.h Foundation/include/Poco/Pipe.h Foundation/include/Poco/PipeImpl.h @@ -564,11 +909,13 @@ Foundation/include/Poco/Poco.h Foundation/include/Poco/PriorityDelegate.h Foundation/include/Poco/PriorityEvent.h Foundation/include/Poco/PriorityExpire.h +Foundation/include/Poco/PriorityNotificationQueue.h Foundation/include/Poco/Process.h Foundation/include/Poco/Process_UNIX.h Foundation/include/Poco/Process_VMS.h Foundation/include/Poco/Process_WIN32.h Foundation/include/Poco/Process_WIN32U.h +Foundation/include/Poco/Process_WINCE.h Foundation/include/Poco/PurgeStrategy.h Foundation/include/Poco/Random.h Foundation/include/Poco/RandomStream.h @@ -580,6 +927,7 @@ Foundation/include/Poco/RunnableAdapter.h Foundation/include/Poco/RWLock.h Foundation/include/Poco/RWLock_POSIX.h Foundation/include/Poco/RWLock_WIN32.h +Foundation/include/Poco/RWLock_WINCE.h Foundation/include/Poco/ScopedLock.h Foundation/include/Poco/ScopedUnlock.h Foundation/include/Poco/Semaphore.h @@ -618,15 +966,18 @@ Foundation/include/Poco/TaskManager.h Foundation/include/Poco/TaskNotification.h Foundation/include/Poco/TeeStream.h Foundation/include/Poco/TemporaryFile.h +Foundation/include/Poco/TextBufferIterator.h Foundation/include/Poco/TextConverter.h Foundation/include/Poco/TextEncoding.h Foundation/include/Poco/TextIterator.h Foundation/include/Poco/Thread.h Foundation/include/Poco/Thread_POSIX.h Foundation/include/Poco/Thread_WIN32.h +Foundation/include/Poco/Thread_WINCE.h Foundation/include/Poco/ThreadLocal.h Foundation/include/Poco/ThreadPool.h Foundation/include/Poco/ThreadTarget.h +Foundation/include/Poco/TimedNotificationQueue.h Foundation/include/Poco/Timer.h Foundation/include/Poco/Timespan.h Foundation/include/Poco/Timestamp.h @@ -638,6 +989,9 @@ Foundation/include/Poco/Types.h Foundation/include/Poco/UnbufferedStreamBuf.h Foundation/include/Poco/Unicode.h Foundation/include/Poco/UnicodeConverter.h +Foundation/include/Poco/UniqueAccessExpireCache.h +Foundation/include/Poco/UniqueAccessExpireLRUCache.h +Foundation/include/Poco/UniqueAccessExpireStrategy.h Foundation/include/Poco/UniqueExpireCache.h Foundation/include/Poco/UniqueExpireLRUCache.h Foundation/include/Poco/UniqueExpireStrategy.h @@ -651,6 +1005,7 @@ Foundation/include/Poco/UTF8String.h Foundation/include/Poco/UUID.h Foundation/include/Poco/UUIDGenerator.h Foundation/include/Poco/ValidArgs.h +Foundation/include/Poco/Version.h Foundation/include/Poco/Void.h Foundation/include/Poco/Windows1252Encoding.h Foundation/include/Poco/WindowsConsoleChannel.h @@ -659,168 +1014,346 @@ Foundation/include/Poco/zlib.h Foundation/Makefile Foundation/samples Foundation/samples/ActiveMethod +Foundation/samples/ActiveMethod/ActiveMethod.progen Foundation/samples/ActiveMethod/ActiveMethod.vmsbuild +Foundation/samples/ActiveMethod/ActiveMethod_CE_vs90.vcproj +Foundation/samples/ActiveMethod/ActiveMethod_vs100.vcxproj +Foundation/samples/ActiveMethod/ActiveMethod_vs100.vcxproj.filters +Foundation/samples/ActiveMethod/ActiveMethod_vs100.vcxproj.user Foundation/samples/ActiveMethod/ActiveMethod_vs71.vcproj Foundation/samples/ActiveMethod/ActiveMethod_vs80.vcproj Foundation/samples/ActiveMethod/ActiveMethod_vs90.vcproj +Foundation/samples/ActiveMethod/ActiveMethod_x64_vs100.vcxproj +Foundation/samples/ActiveMethod/ActiveMethod_x64_vs100.vcxproj.filters +Foundation/samples/ActiveMethod/ActiveMethod_x64_vs100.vcxproj.user +Foundation/samples/ActiveMethod/ActiveMethod_x64_vs90.vcproj Foundation/samples/ActiveMethod/Makefile Foundation/samples/ActiveMethod/src Foundation/samples/ActiveMethod/src/ActiveMethod.cpp Foundation/samples/Activity +Foundation/samples/Activity/Activity.progen Foundation/samples/Activity/Activity.vmsbuild +Foundation/samples/Activity/Activity_CE_vs90.vcproj +Foundation/samples/Activity/Activity_vs100.vcxproj +Foundation/samples/Activity/Activity_vs100.vcxproj.filters +Foundation/samples/Activity/Activity_vs100.vcxproj.user Foundation/samples/Activity/Activity_vs71.vcproj Foundation/samples/Activity/Activity_vs80.vcproj Foundation/samples/Activity/Activity_vs90.vcproj +Foundation/samples/Activity/Activity_x64_vs100.vcxproj +Foundation/samples/Activity/Activity_x64_vs100.vcxproj.filters +Foundation/samples/Activity/Activity_x64_vs100.vcxproj.user +Foundation/samples/Activity/Activity_x64_vs90.vcproj Foundation/samples/Activity/Makefile Foundation/samples/Activity/src Foundation/samples/Activity/src/Activity.cpp Foundation/samples/base64decode +Foundation/samples/base64decode/base64decode.progen Foundation/samples/base64decode/base64decode.vmsbuild +Foundation/samples/base64decode/base64decode_CE_vs90.vcproj +Foundation/samples/base64decode/base64decode_vs100.vcxproj +Foundation/samples/base64decode/base64decode_vs100.vcxproj.filters +Foundation/samples/base64decode/base64decode_vs100.vcxproj.user Foundation/samples/base64decode/base64decode_vs71.vcproj Foundation/samples/base64decode/base64decode_vs80.vcproj Foundation/samples/base64decode/base64decode_vs90.vcproj +Foundation/samples/base64decode/base64decode_x64_vs100.vcxproj +Foundation/samples/base64decode/base64decode_x64_vs100.vcxproj.filters +Foundation/samples/base64decode/base64decode_x64_vs100.vcxproj.user +Foundation/samples/base64decode/base64decode_x64_vs90.vcproj Foundation/samples/base64decode/Makefile Foundation/samples/base64decode/src Foundation/samples/base64decode/src/base64decode.cpp Foundation/samples/base64encode +Foundation/samples/base64encode/base64encode.progen Foundation/samples/base64encode/base64encode.vmsbuild +Foundation/samples/base64encode/base64encode_CE_vs90.vcproj +Foundation/samples/base64encode/base64encode_vs100.vcxproj +Foundation/samples/base64encode/base64encode_vs100.vcxproj.filters +Foundation/samples/base64encode/base64encode_vs100.vcxproj.user Foundation/samples/base64encode/base64encode_vs71.vcproj Foundation/samples/base64encode/base64encode_vs80.vcproj Foundation/samples/base64encode/base64encode_vs90.vcproj +Foundation/samples/base64encode/base64encode_x64_vs100.vcxproj +Foundation/samples/base64encode/base64encode_x64_vs100.vcxproj.filters +Foundation/samples/base64encode/base64encode_x64_vs100.vcxproj.user +Foundation/samples/base64encode/base64encode_x64_vs90.vcproj Foundation/samples/base64encode/Makefile Foundation/samples/base64encode/src Foundation/samples/base64encode/src/base64encode.cpp Foundation/samples/BinaryReaderWriter +Foundation/samples/BinaryReaderWriter/BinaryReaderWriter.progen Foundation/samples/BinaryReaderWriter/BinaryReaderWriter.vmsbuild +Foundation/samples/BinaryReaderWriter/BinaryReaderWriter_CE_vs90.vcproj +Foundation/samples/BinaryReaderWriter/BinaryReaderWriter_vs100.vcxproj +Foundation/samples/BinaryReaderWriter/BinaryReaderWriter_vs100.vcxproj.filters +Foundation/samples/BinaryReaderWriter/BinaryReaderWriter_vs100.vcxproj.user Foundation/samples/BinaryReaderWriter/BinaryReaderWriter_vs71.vcproj Foundation/samples/BinaryReaderWriter/BinaryReaderWriter_vs80.vcproj Foundation/samples/BinaryReaderWriter/BinaryReaderWriter_vs90.vcproj +Foundation/samples/BinaryReaderWriter/BinaryReaderWriter_x64_vs100.vcxproj +Foundation/samples/BinaryReaderWriter/BinaryReaderWriter_x64_vs100.vcxproj.filters +Foundation/samples/BinaryReaderWriter/BinaryReaderWriter_x64_vs100.vcxproj.user +Foundation/samples/BinaryReaderWriter/BinaryReaderWriter_x64_vs90.vcproj Foundation/samples/BinaryReaderWriter/Makefile Foundation/samples/BinaryReaderWriter/src Foundation/samples/BinaryReaderWriter/src/BinaryReaderWriter.cpp Foundation/samples/DateTime +Foundation/samples/DateTime/DateTime.progen Foundation/samples/DateTime/DateTime.vmsbuild +Foundation/samples/DateTime/DateTime_CE_vs90.vcproj +Foundation/samples/DateTime/DateTime_vs100.vcxproj +Foundation/samples/DateTime/DateTime_vs100.vcxproj.filters +Foundation/samples/DateTime/DateTime_vs100.vcxproj.user Foundation/samples/DateTime/DateTime_vs71.vcproj Foundation/samples/DateTime/DateTime_vs80.vcproj Foundation/samples/DateTime/DateTime_vs90.vcproj +Foundation/samples/DateTime/DateTime_x64_vs100.vcxproj +Foundation/samples/DateTime/DateTime_x64_vs100.vcxproj.filters +Foundation/samples/DateTime/DateTime_x64_vs100.vcxproj.user +Foundation/samples/DateTime/DateTime_x64_vs90.vcproj Foundation/samples/DateTime/Makefile Foundation/samples/DateTime/src Foundation/samples/DateTime/src/DateTime.cpp Foundation/samples/deflate +Foundation/samples/deflate/deflate.progen Foundation/samples/deflate/deflate.vmsbuild +Foundation/samples/deflate/deflate_CE_vs90.vcproj +Foundation/samples/deflate/deflate_vs100.vcxproj +Foundation/samples/deflate/deflate_vs100.vcxproj.filters +Foundation/samples/deflate/deflate_vs100.vcxproj.user Foundation/samples/deflate/deflate_vs71.vcproj Foundation/samples/deflate/deflate_vs80.vcproj Foundation/samples/deflate/deflate_vs90.vcproj +Foundation/samples/deflate/deflate_x64_vs100.vcxproj +Foundation/samples/deflate/deflate_x64_vs100.vcxproj.filters +Foundation/samples/deflate/deflate_x64_vs100.vcxproj.user +Foundation/samples/deflate/deflate_x64_vs90.vcproj Foundation/samples/deflate/Makefile Foundation/samples/deflate/src Foundation/samples/deflate/src/deflate.cpp Foundation/samples/dir +Foundation/samples/dir/dir.progen Foundation/samples/dir/dir.vmsbuild +Foundation/samples/dir/dir_CE_vs90.vcproj +Foundation/samples/dir/dir_vs100.vcxproj +Foundation/samples/dir/dir_vs100.vcxproj.filters +Foundation/samples/dir/dir_vs100.vcxproj.user Foundation/samples/dir/dir_vs71.vcproj Foundation/samples/dir/dir_vs80.vcproj Foundation/samples/dir/dir_vs90.vcproj +Foundation/samples/dir/dir_x64_vs100.vcxproj +Foundation/samples/dir/dir_x64_vs100.vcxproj.filters +Foundation/samples/dir/dir_x64_vs100.vcxproj.user +Foundation/samples/dir/dir_x64_vs90.vcproj Foundation/samples/dir/Makefile Foundation/samples/dir/src Foundation/samples/dir/src/dir.cpp Foundation/samples/grep +Foundation/samples/grep/grep.progen Foundation/samples/grep/grep.vmsbuild +Foundation/samples/grep/grep_CE_vs90.vcproj +Foundation/samples/grep/grep_vs100.vcxproj +Foundation/samples/grep/grep_vs100.vcxproj.filters +Foundation/samples/grep/grep_vs100.vcxproj.user Foundation/samples/grep/grep_vs71.vcproj Foundation/samples/grep/grep_vs80.vcproj Foundation/samples/grep/grep_vs90.vcproj +Foundation/samples/grep/grep_x64_vs100.vcxproj +Foundation/samples/grep/grep_x64_vs100.vcxproj.filters +Foundation/samples/grep/grep_x64_vs100.vcxproj.user +Foundation/samples/grep/grep_x64_vs90.vcproj Foundation/samples/grep/Makefile Foundation/samples/grep/src Foundation/samples/grep/src/grep.cpp Foundation/samples/hmacmd5 +Foundation/samples/hmacmd5/hmacmd5.progen Foundation/samples/hmacmd5/hmacmd5.vmsbuild +Foundation/samples/hmacmd5/hmacmd5_CE_vs90.vcproj +Foundation/samples/hmacmd5/hmacmd5_vs100.vcxproj +Foundation/samples/hmacmd5/hmacmd5_vs100.vcxproj.filters +Foundation/samples/hmacmd5/hmacmd5_vs100.vcxproj.user Foundation/samples/hmacmd5/hmacmd5_vs71.vcproj Foundation/samples/hmacmd5/hmacmd5_vs80.vcproj Foundation/samples/hmacmd5/hmacmd5_vs90.vcproj +Foundation/samples/hmacmd5/hmacmd5_x64_vs100.vcxproj +Foundation/samples/hmacmd5/hmacmd5_x64_vs100.vcxproj.filters +Foundation/samples/hmacmd5/hmacmd5_x64_vs100.vcxproj.user +Foundation/samples/hmacmd5/hmacmd5_x64_vs90.vcproj Foundation/samples/hmacmd5/Makefile Foundation/samples/hmacmd5/src Foundation/samples/hmacmd5/src/hmacmd5.cpp Foundation/samples/inflate +Foundation/samples/inflate/inflate.progen Foundation/samples/inflate/inflate.vmsbuild +Foundation/samples/inflate/inflate_CE_vs90.vcproj +Foundation/samples/inflate/inflate_vs100.vcxproj +Foundation/samples/inflate/inflate_vs100.vcxproj.filters +Foundation/samples/inflate/inflate_vs100.vcxproj.user Foundation/samples/inflate/inflate_vs71.vcproj Foundation/samples/inflate/inflate_vs80.vcproj Foundation/samples/inflate/inflate_vs90.vcproj +Foundation/samples/inflate/inflate_x64_vs100.vcxproj +Foundation/samples/inflate/inflate_x64_vs100.vcxproj.filters +Foundation/samples/inflate/inflate_x64_vs100.vcxproj.user +Foundation/samples/inflate/inflate_x64_vs90.vcproj Foundation/samples/inflate/Makefile Foundation/samples/inflate/src Foundation/samples/inflate/src/inflate.cpp Foundation/samples/Logger +Foundation/samples/Logger/Logger.progen Foundation/samples/Logger/Logger.vmsbuild +Foundation/samples/Logger/Logger_CE_vs90.vcproj +Foundation/samples/Logger/Logger_vs100.vcxproj +Foundation/samples/Logger/Logger_vs100.vcxproj.filters +Foundation/samples/Logger/Logger_vs100.vcxproj.user Foundation/samples/Logger/Logger_vs71.vcproj Foundation/samples/Logger/Logger_vs80.vcproj Foundation/samples/Logger/Logger_vs90.vcproj +Foundation/samples/Logger/Logger_x64_vs100.vcxproj +Foundation/samples/Logger/Logger_x64_vs100.vcxproj.filters +Foundation/samples/Logger/Logger_x64_vs100.vcxproj.user +Foundation/samples/Logger/Logger_x64_vs90.vcproj Foundation/samples/Logger/Makefile Foundation/samples/Logger/src Foundation/samples/Logger/src/Logger.cpp Foundation/samples/LogRotation +Foundation/samples/LogRotation/LogRotation.progen Foundation/samples/LogRotation/LogRotation.vmsbuild +Foundation/samples/LogRotation/LogRotation_CE_vs90.vcproj +Foundation/samples/LogRotation/LogRotation_vs100.vcxproj +Foundation/samples/LogRotation/LogRotation_vs100.vcxproj.filters +Foundation/samples/LogRotation/LogRotation_vs100.vcxproj.user Foundation/samples/LogRotation/LogRotation_vs71.vcproj Foundation/samples/LogRotation/LogRotation_vs80.vcproj Foundation/samples/LogRotation/LogRotation_vs90.vcproj +Foundation/samples/LogRotation/LogRotation_x64_vs100.vcxproj +Foundation/samples/LogRotation/LogRotation_x64_vs100.vcxproj.filters +Foundation/samples/LogRotation/LogRotation_x64_vs100.vcxproj.user +Foundation/samples/LogRotation/LogRotation_x64_vs90.vcproj Foundation/samples/LogRotation/Makefile Foundation/samples/LogRotation/src Foundation/samples/LogRotation/src/LogRotation.cpp Foundation/samples/Makefile Foundation/samples/md5 Foundation/samples/md5/Makefile +Foundation/samples/md5/md5.progen Foundation/samples/md5/md5.vmsbuild +Foundation/samples/md5/md5_CE_vs90.vcproj +Foundation/samples/md5/md5_vs100.vcxproj +Foundation/samples/md5/md5_vs100.vcxproj.filters +Foundation/samples/md5/md5_vs100.vcxproj.user Foundation/samples/md5/md5_vs71.vcproj Foundation/samples/md5/md5_vs80.vcproj Foundation/samples/md5/md5_vs90.vcproj +Foundation/samples/md5/md5_x64_vs100.vcxproj +Foundation/samples/md5/md5_x64_vs100.vcxproj.filters +Foundation/samples/md5/md5_x64_vs100.vcxproj.user +Foundation/samples/md5/md5_x64_vs90.vcproj Foundation/samples/md5/src Foundation/samples/md5/src/md5.cpp Foundation/samples/NotificationQueue Foundation/samples/NotificationQueue/Makefile +Foundation/samples/NotificationQueue/NotificationQueue.progen Foundation/samples/NotificationQueue/NotificationQueue.vmsbuild +Foundation/samples/NotificationQueue/NotificationQueue_CE_vs90.vcproj +Foundation/samples/NotificationQueue/NotificationQueue_vs100.vcxproj +Foundation/samples/NotificationQueue/NotificationQueue_vs100.vcxproj.filters +Foundation/samples/NotificationQueue/NotificationQueue_vs100.vcxproj.user Foundation/samples/NotificationQueue/NotificationQueue_vs71.vcproj Foundation/samples/NotificationQueue/NotificationQueue_vs80.vcproj Foundation/samples/NotificationQueue/NotificationQueue_vs90.vcproj +Foundation/samples/NotificationQueue/NotificationQueue_x64_vs100.vcxproj +Foundation/samples/NotificationQueue/NotificationQueue_x64_vs100.vcxproj.filters +Foundation/samples/NotificationQueue/NotificationQueue_x64_vs100.vcxproj.user +Foundation/samples/NotificationQueue/NotificationQueue_x64_vs90.vcproj Foundation/samples/NotificationQueue/src Foundation/samples/NotificationQueue/src/NotificationQueue.cpp +Foundation/samples/samples.progen +Foundation/samples/samples_CE_vs90.sln +Foundation/samples/samples_vs100.sln Foundation/samples/samples_vs71.sln Foundation/samples/samples_vs80.sln Foundation/samples/samples_vs90.sln +Foundation/samples/samples_x64_vs100.sln +Foundation/samples/samples_x64_vs90.sln Foundation/samples/StringTokenizer Foundation/samples/StringTokenizer/Makefile Foundation/samples/StringTokenizer/src Foundation/samples/StringTokenizer/src/StringTokenizer.cpp +Foundation/samples/StringTokenizer/StringTokenizer.progen Foundation/samples/StringTokenizer/StringTokenizer.vmsbuild +Foundation/samples/StringTokenizer/StringTokenizer_CE_vs90.vcproj +Foundation/samples/StringTokenizer/StringTokenizer_vs100.vcxproj +Foundation/samples/StringTokenizer/StringTokenizer_vs100.vcxproj.filters +Foundation/samples/StringTokenizer/StringTokenizer_vs100.vcxproj.user Foundation/samples/StringTokenizer/StringTokenizer_vs71.vcproj Foundation/samples/StringTokenizer/StringTokenizer_vs80.vcproj Foundation/samples/StringTokenizer/StringTokenizer_vs90.vcproj +Foundation/samples/StringTokenizer/StringTokenizer_x64_vs100.vcxproj +Foundation/samples/StringTokenizer/StringTokenizer_x64_vs100.vcxproj.filters +Foundation/samples/StringTokenizer/StringTokenizer_x64_vs100.vcxproj.user +Foundation/samples/StringTokenizer/StringTokenizer_x64_vs90.vcproj Foundation/samples/Timer Foundation/samples/Timer/Makefile Foundation/samples/Timer/src Foundation/samples/Timer/src/Timer.cpp +Foundation/samples/Timer/Timer.progen Foundation/samples/Timer/Timer.vmsbuild +Foundation/samples/Timer/Timer_CE_vs90.vcproj +Foundation/samples/Timer/Timer_vs100.vcxproj +Foundation/samples/Timer/Timer_vs100.vcxproj.filters +Foundation/samples/Timer/Timer_vs100.vcxproj.user Foundation/samples/Timer/Timer_vs71.vcproj Foundation/samples/Timer/Timer_vs80.vcproj Foundation/samples/Timer/Timer_vs90.vcproj +Foundation/samples/Timer/Timer_x64_vs100.vcxproj +Foundation/samples/Timer/Timer_x64_vs100.vcxproj.filters +Foundation/samples/Timer/Timer_x64_vs100.vcxproj.user +Foundation/samples/Timer/Timer_x64_vs90.vcproj Foundation/samples/URI Foundation/samples/URI/Makefile Foundation/samples/URI/src Foundation/samples/URI/src/URI.cpp +Foundation/samples/URI/URI.progen Foundation/samples/URI/URI.vmsbuild +Foundation/samples/URI/URI_CE_vs90.vcproj +Foundation/samples/URI/URI_vs100.vcxproj +Foundation/samples/URI/URI_vs100.vcxproj.filters +Foundation/samples/URI/URI_vs100.vcxproj.user Foundation/samples/URI/URI_vs71.vcproj Foundation/samples/URI/URI_vs80.vcproj Foundation/samples/URI/URI_vs90.vcproj +Foundation/samples/URI/URI_x64_vs100.vcxproj +Foundation/samples/URI/URI_x64_vs100.vcxproj.filters +Foundation/samples/URI/URI_x64_vs100.vcxproj.user +Foundation/samples/URI/URI_x64_vs90.vcproj Foundation/samples/uuidgen Foundation/samples/uuidgen/Makefile Foundation/samples/uuidgen/src Foundation/samples/uuidgen/src/uuidgen.cpp +Foundation/samples/uuidgen/uuidgen.progen Foundation/samples/uuidgen/uuidgen.vmsbuild +Foundation/samples/uuidgen/uuidgen_CE_vs90.vcproj +Foundation/samples/uuidgen/uuidgen_vs100.vcxproj +Foundation/samples/uuidgen/uuidgen_vs100.vcxproj.filters +Foundation/samples/uuidgen/uuidgen_vs100.vcxproj.user Foundation/samples/uuidgen/uuidgen_vs71.vcproj Foundation/samples/uuidgen/uuidgen_vs80.vcproj Foundation/samples/uuidgen/uuidgen_vs90.vcproj +Foundation/samples/uuidgen/uuidgen_x64_vs100.vcxproj +Foundation/samples/uuidgen/uuidgen_x64_vs100.vcxproj.filters +Foundation/samples/uuidgen/uuidgen_x64_vs100.vcxproj.user +Foundation/samples/uuidgen/uuidgen_x64_vs90.vcproj Foundation/src Foundation/src/AbstractObserver.cpp Foundation/src/ActiveDispatcher.cpp Foundation/src/adler32.c Foundation/src/ArchiveStrategy.cpp +Foundation/src/Ascii.cpp Foundation/src/ASCIIEncoding.cpp Foundation/src/AsyncChannel.cpp +Foundation/src/AtomicCounter.cpp Foundation/src/Base64Decoder.cpp Foundation/src/Base64Encoder.cpp Foundation/src/BinaryReader.cpp @@ -858,6 +1391,7 @@ Foundation/src/Environment_UNIX.cpp Foundation/src/Environment_VMS.cpp Foundation/src/Environment_WIN32.cpp Foundation/src/Environment_WIN32U.cpp +Foundation/src/Environment_WINCE.cpp Foundation/src/ErrorHandler.cpp Foundation/src/Event.cpp Foundation/src/Event_POSIX.cpp @@ -870,6 +1404,7 @@ Foundation/src/File_UNIX.cpp Foundation/src/File_VMS.cpp Foundation/src/File_WIN32.cpp Foundation/src/File_WIN32U.cpp +Foundation/src/File_WINCE.cpp Foundation/src/FileChannel.cpp Foundation/src/FileStream.cpp Foundation/src/FileStream_POSIX.cpp @@ -917,11 +1452,13 @@ Foundation/src/MD2Engine.cpp Foundation/src/MD4Engine.cpp Foundation/src/MD5Engine.cpp Foundation/src/MemoryPool.cpp +Foundation/src/MemoryStream.cpp Foundation/src/Message.cpp Foundation/src/MSG00001.bin Foundation/src/Mutex.cpp Foundation/src/Mutex_POSIX.cpp Foundation/src/Mutex_WIN32.cpp +Foundation/src/Mutex_WINCE.cpp Foundation/src/NamedEvent.cpp Foundation/src/NamedEvent_UNIX.cpp Foundation/src/NamedEvent_VMS.cpp @@ -946,6 +1483,7 @@ Foundation/src/Path_UNIX.cpp Foundation/src/Path_VMS.cpp Foundation/src/Path_WIN32.cpp Foundation/src/Path_WIN32U.cpp +Foundation/src/Path_WINCE.cpp Foundation/src/PatternFormatter.cpp Foundation/src/pcre.h Foundation/src/pcre_chartables.c @@ -973,11 +1511,13 @@ Foundation/src/PipeStream.cpp Foundation/src/pocomsg.h Foundation/src/pocomsg.mc Foundation/src/pocomsg.rc +Foundation/src/PriorityNotificationQueue.cpp Foundation/src/Process.cpp Foundation/src/Process_UNIX.cpp Foundation/src/Process_VMS.cpp Foundation/src/Process_WIN32.cpp Foundation/src/Process_WIN32U.cpp +Foundation/src/Process_WINCE.cpp Foundation/src/PurgeStrategy.cpp Foundation/src/Random.cpp Foundation/src/RandomStream.cpp @@ -988,6 +1528,7 @@ Foundation/src/Runnable.cpp Foundation/src/RWLock.cpp Foundation/src/RWLock_POSIX.cpp Foundation/src/RWLock_WIN32.cpp +Foundation/src/RWLock_WINCE.cpp Foundation/src/Semaphore.cpp Foundation/src/Semaphore_POSIX.cpp Foundation/src/Semaphore_WIN32.cpp @@ -1019,21 +1560,25 @@ Foundation/src/TaskManager.cpp Foundation/src/TaskNotification.cpp Foundation/src/TeeStream.cpp Foundation/src/TemporaryFile.cpp +Foundation/src/TextBufferIterator.cpp Foundation/src/TextConverter.cpp Foundation/src/TextEncoding.cpp Foundation/src/TextIterator.cpp Foundation/src/Thread.cpp Foundation/src/Thread_POSIX.cpp Foundation/src/Thread_WIN32.cpp +Foundation/src/Thread_WINCE.cpp Foundation/src/ThreadLocal.cpp Foundation/src/ThreadPool.cpp Foundation/src/ThreadTarget.cpp +Foundation/src/TimedNotificationQueue.cpp Foundation/src/Timer.cpp Foundation/src/Timespan.cpp Foundation/src/Timestamp.cpp Foundation/src/Timezone.cpp Foundation/src/Timezone_UNIX.cpp Foundation/src/Timezone_WIN32.cpp +Foundation/src/Timezone_WINCE.cpp Foundation/src/Token.cpp Foundation/src/trees.c Foundation/src/trees.h @@ -1180,6 +1725,8 @@ Foundation/testsuite/src/MD5EngineTest.cpp Foundation/testsuite/src/MD5EngineTest.h Foundation/testsuite/src/MemoryPoolTest.cpp Foundation/testsuite/src/MemoryPoolTest.h +Foundation/testsuite/src/MemoryStreamTest.cpp +Foundation/testsuite/src/MemoryStreamTest.h Foundation/testsuite/src/NamedEventTest.cpp Foundation/testsuite/src/NamedEventTest.h Foundation/testsuite/src/NamedMutexTest.cpp @@ -1206,6 +1753,8 @@ Foundation/testsuite/src/PatternFormatterTest.cpp Foundation/testsuite/src/PatternFormatterTest.h Foundation/testsuite/src/PriorityEventTest.cpp Foundation/testsuite/src/PriorityEventTest.h +Foundation/testsuite/src/PriorityNotificationQueueTest.cpp +Foundation/testsuite/src/PriorityNotificationQueueTest.h Foundation/testsuite/src/ProcessesTestSuite.cpp Foundation/testsuite/src/ProcessesTestSuite.h Foundation/testsuite/src/ProcessTest.cpp @@ -1257,11 +1806,14 @@ Foundation/testsuite/src/TaskTestSuite.h Foundation/testsuite/src/TeeStreamTest.cpp Foundation/testsuite/src/TeeStreamTest.h Foundation/testsuite/src/TestApp.cpp +Foundation/testsuite/src/TestApp_WINCE.cpp Foundation/testsuite/src/TestChannel.cpp Foundation/testsuite/src/TestChannel.h Foundation/testsuite/src/TestLibrary.cpp Foundation/testsuite/src/TestPlugin.cpp Foundation/testsuite/src/TestPlugin.h +Foundation/testsuite/src/TextBufferIteratorTest.cpp +Foundation/testsuite/src/TextBufferIteratorTest.h Foundation/testsuite/src/TextConverterTest.cpp Foundation/testsuite/src/TextConverterTest.h Foundation/testsuite/src/TextEncodingTest.cpp @@ -1278,6 +1830,8 @@ Foundation/testsuite/src/ThreadPoolTest.cpp Foundation/testsuite/src/ThreadPoolTest.h Foundation/testsuite/src/ThreadTest.cpp Foundation/testsuite/src/ThreadTest.h +Foundation/testsuite/src/TimedNotificationQueueTest.cpp +Foundation/testsuite/src/TimedNotificationQueueTest.h Foundation/testsuite/src/TimerTest.cpp Foundation/testsuite/src/TimerTest.h Foundation/testsuite/src/TimespanTest.cpp @@ -1290,6 +1844,8 @@ Foundation/testsuite/src/TuplesTest.cpp Foundation/testsuite/src/TuplesTest.h Foundation/testsuite/src/TypeListTest.cpp Foundation/testsuite/src/TypeListTest.h +Foundation/testsuite/src/UnicodeConverterTest.cpp +Foundation/testsuite/src/UnicodeConverterTest.h Foundation/testsuite/src/UniqueExpireCacheTest.cpp Foundation/testsuite/src/UniqueExpireCacheTest.h Foundation/testsuite/src/UniqueExpireLRUCacheTest.cpp @@ -1308,22 +1864,100 @@ Foundation/testsuite/src/UUIDTest.cpp Foundation/testsuite/src/UUIDTest.h Foundation/testsuite/src/UUIDTestSuite.cpp Foundation/testsuite/src/UUIDTestSuite.h +Foundation/testsuite/src/WinCEDriver.cpp Foundation/testsuite/src/WinDriver.cpp Foundation/testsuite/src/ZLibTest.cpp Foundation/testsuite/src/ZLibTest.h Foundation/testsuite/testapp.vmsbuild +Foundation/testsuite/TestApp_CE_vs90.vcproj +Foundation/testsuite/TestApp_vs100.vcxproj +Foundation/testsuite/TestApp_vs100.vcxproj.filters +Foundation/testsuite/TestApp_vs100.vcxproj.user Foundation/testsuite/TestApp_vs71.vcproj Foundation/testsuite/TestApp_vs80.vcproj Foundation/testsuite/TestApp_vs90.vcproj +Foundation/testsuite/TestApp_x64_vs100.vcxproj +Foundation/testsuite/TestApp_x64_vs100.vcxproj.filters +Foundation/testsuite/TestApp_x64_vs100.vcxproj.user +Foundation/testsuite/TestApp_x64_vs90.vcproj Foundation/testsuite/testlibrary.opt Foundation/testsuite/testlibrary.vmsbuild +Foundation/testsuite/TestLibrary_CE_vs90.vcproj +Foundation/testsuite/TestLibrary_vs100.vcxproj +Foundation/testsuite/TestLibrary_vs100.vcxproj.filters +Foundation/testsuite/TestLibrary_vs100.vcxproj.user Foundation/testsuite/TestLibrary_vs71.vcproj Foundation/testsuite/TestLibrary_vs80.vcproj Foundation/testsuite/TestLibrary_vs90.vcproj +Foundation/testsuite/TestLibrary_x64_vs100.vcxproj +Foundation/testsuite/TestLibrary_x64_vs100.vcxproj.filters +Foundation/testsuite/TestLibrary_x64_vs100.vcxproj.user +Foundation/testsuite/TestLibrary_x64_vs90.vcproj Foundation/testsuite/testsuite.vmsbuild +Foundation/testsuite/TestSuite_CE_vs90.vcproj +Foundation/testsuite/TestSuite_vs100.vcxproj +Foundation/testsuite/TestSuite_vs100.vcxproj.filters +Foundation/testsuite/TestSuite_vs100.vcxproj.user Foundation/testsuite/TestSuite_vs71.vcproj Foundation/testsuite/TestSuite_vs80.vcproj Foundation/testsuite/TestSuite_vs90.vcproj +Foundation/testsuite/TestSuite_x64_vs100.vcxproj +Foundation/testsuite/TestSuite_x64_vs100.vcxproj.filters +Foundation/testsuite/TestSuite_x64_vs100.vcxproj.user +Foundation/testsuite/TestSuite_x64_vs90.vcproj +Foundation/wcelibcex-1.0 +Foundation/wcelibcex-1.0/AUTHORS.txt +Foundation/wcelibcex-1.0/BUILD.txt +Foundation/wcelibcex-1.0/COPYING.txt +Foundation/wcelibcex-1.0/LICENSE.txt +Foundation/wcelibcex-1.0/msvc80 +Foundation/wcelibcex-1.0/msvc80/wcelibcex.vsprops +Foundation/wcelibcex-1.0/msvc80/wcelibcex_lib.sln +Foundation/wcelibcex-1.0/msvc80/wcelibcex_lib.vcproj +Foundation/wcelibcex-1.0/README.txt +Foundation/wcelibcex-1.0/src +Foundation/wcelibcex-1.0/src/errno.h +Foundation/wcelibcex-1.0/src/fcntl.h +Foundation/wcelibcex-1.0/src/wce_abort.c +Foundation/wcelibcex-1.0/src/wce_access.c +Foundation/wcelibcex-1.0/src/wce_asctime.c +Foundation/wcelibcex-1.0/src/wce_bsearch.c +Foundation/wcelibcex-1.0/src/wce_clock.c +Foundation/wcelibcex-1.0/src/wce_ctime.c +Foundation/wcelibcex-1.0/src/wce_direct.h +Foundation/wcelibcex-1.0/src/wce_directorymanagement.c +Foundation/wcelibcex-1.0/src/wce_errno.c +Foundation/wcelibcex-1.0/src/wce_errno.h +Foundation/wcelibcex-1.0/src/wce_fcntl.h +Foundation/wcelibcex-1.0/src/wce_findfile.c +Foundation/wcelibcex-1.0/src/wce_getenv.c +Foundation/wcelibcex-1.0/src/wce_getopt.c +Foundation/wcelibcex-1.0/src/wce_gettimeofday.c +Foundation/wcelibcex-1.0/src/wce_io.h +Foundation/wcelibcex-1.0/src/wce_lfind.c +Foundation/wcelibcex-1.0/src/wce_localtime.c +Foundation/wcelibcex-1.0/src/wce_mkdir.c +Foundation/wcelibcex-1.0/src/wce_mktime.c +Foundation/wcelibcex-1.0/src/wce_path.c +Foundation/wcelibcex-1.0/src/wce_rename.c +Foundation/wcelibcex-1.0/src/wce_rewind.c +Foundation/wcelibcex-1.0/src/wce_rmdir.c +Foundation/wcelibcex-1.0/src/wce_setlocale.c +Foundation/wcelibcex-1.0/src/wce_stat.c +Foundation/wcelibcex-1.0/src/wce_stat.h +Foundation/wcelibcex-1.0/src/wce_stdio.h +Foundation/wcelibcex-1.0/src/wce_stdlib.h +Foundation/wcelibcex-1.0/src/wce_strerror.c +Foundation/wcelibcex-1.0/src/wce_string.h +Foundation/wcelibcex-1.0/src/wce_time.c +Foundation/wcelibcex-1.0/src/wce_time.h +Foundation/wcelibcex-1.0/src/wce_timesys.c +Foundation/wcelibcex-1.0/src/wce_timesys.h +Foundation/wcelibcex-1.0/src/wce_types.h +Foundation/wcelibcex-1.0/src/wce_unistd.h +Foundation/wcelibcex-1.0/src/wce_unlink.c +Foundation/wcelibcex-1.0/src/wce_winbase.c +Foundation/wcelibcex-1.0/src/wce_winbase.h libversion LICENSE Makefile @@ -1424,78 +2058,163 @@ Net/include/Poco/Net/TCPServerConnectionFactory.h Net/include/Poco/Net/TCPServerDispatcher.h Net/include/Poco/Net/TCPServerParams.h Net/Makefile +Net/Net.progen Net/Net.vmsbuild +Net/Net_CE_vs90.sln +Net/Net_CE_vs90.vcproj +Net/Net_vs100.sln +Net/Net_vs100.vcxproj +Net/Net_vs100.vcxproj.filters +Net/Net_vs100.vcxproj.user Net/Net_vs71.sln Net/Net_vs71.vcproj Net/Net_vs80.sln Net/Net_vs80.vcproj Net/Net_vs90.sln Net/Net_vs90.vcproj +Net/Net_x64_vs100.sln +Net/Net_x64_vs100.vcxproj +Net/Net_x64_vs100.vcxproj.filters +Net/Net_x64_vs100.vcxproj.user +Net/Net_x64_vs90.sln +Net/Net_x64_vs90.vcproj Net/samples Net/samples/dict +Net/samples/dict/dict.progen Net/samples/dict/dict.vmsbuild +Net/samples/dict/dict_CE_vs90.vcproj +Net/samples/dict/dict_vs100.vcxproj +Net/samples/dict/dict_vs100.vcxproj.filters +Net/samples/dict/dict_vs100.vcxproj.user Net/samples/dict/dict_vs71.vcproj Net/samples/dict/dict_vs80.vcproj Net/samples/dict/dict_vs90.vcproj +Net/samples/dict/dict_x64_vs100.vcxproj +Net/samples/dict/dict_x64_vs100.vcxproj.filters +Net/samples/dict/dict_x64_vs100.vcxproj.user +Net/samples/dict/dict_x64_vs90.vcproj Net/samples/dict/Makefile Net/samples/dict/src Net/samples/dict/src/dict.cpp Net/samples/download +Net/samples/download/download.progen Net/samples/download/download.vmsbuild +Net/samples/download/download_CE_vs90.vcproj +Net/samples/download/download_vs100.vcxproj +Net/samples/download/download_vs100.vcxproj.filters +Net/samples/download/download_vs100.vcxproj.user Net/samples/download/download_vs71.vcproj Net/samples/download/download_vs80.vcproj Net/samples/download/download_vs90.vcproj +Net/samples/download/download_x64_vs100.vcxproj +Net/samples/download/download_x64_vs100.vcxproj.filters +Net/samples/download/download_x64_vs100.vcxproj.user +Net/samples/download/download_x64_vs90.vcproj Net/samples/download/Makefile Net/samples/download/src Net/samples/download/src/download.cpp Net/samples/EchoServer +Net/samples/EchoServer/EchoServer.progen Net/samples/EchoServer/EchoServer.properties Net/samples/EchoServer/EchoServer.vmsbuild +Net/samples/EchoServer/EchoServer_CE_vs90.vcproj +Net/samples/EchoServer/EchoServer_vs100.vcxproj +Net/samples/EchoServer/EchoServer_vs100.vcxproj.filters +Net/samples/EchoServer/EchoServer_vs100.vcxproj.user Net/samples/EchoServer/EchoServer_vs71.vcproj Net/samples/EchoServer/EchoServer_vs80.vcproj Net/samples/EchoServer/EchoServer_vs90.vcproj +Net/samples/EchoServer/EchoServer_x64_vs100.vcxproj +Net/samples/EchoServer/EchoServer_x64_vs100.vcxproj.filters +Net/samples/EchoServer/EchoServer_x64_vs100.vcxproj.user +Net/samples/EchoServer/EchoServer_x64_vs90.vcproj Net/samples/EchoServer/Makefile Net/samples/EchoServer/src Net/samples/EchoServer/src/EchoServer.cpp Net/samples/HTTPFormServer +Net/samples/HTTPFormServer/HTTPFormServer.progen Net/samples/HTTPFormServer/HTTPFormServer.properties Net/samples/HTTPFormServer/HTTPFormServer.vmsbuild +Net/samples/HTTPFormServer/HTTPFormServer_CE_vs90.vcproj +Net/samples/HTTPFormServer/HTTPFormServer_vs100.vcxproj +Net/samples/HTTPFormServer/HTTPFormServer_vs100.vcxproj.filters +Net/samples/HTTPFormServer/HTTPFormServer_vs100.vcxproj.user Net/samples/HTTPFormServer/HTTPFormServer_vs71.vcproj Net/samples/HTTPFormServer/HTTPFormServer_vs80.vcproj Net/samples/HTTPFormServer/HTTPFormServer_vs90.vcproj +Net/samples/HTTPFormServer/HTTPFormServer_x64_vs100.vcxproj +Net/samples/HTTPFormServer/HTTPFormServer_x64_vs100.vcxproj.filters +Net/samples/HTTPFormServer/HTTPFormServer_x64_vs100.vcxproj.user +Net/samples/HTTPFormServer/HTTPFormServer_x64_vs90.vcproj Net/samples/HTTPFormServer/Makefile Net/samples/HTTPFormServer/src Net/samples/HTTPFormServer/src/HTTPFormServer.cpp Net/samples/httpget +Net/samples/httpget/httpget.progen Net/samples/httpget/httpget.vmsbuild +Net/samples/httpget/httpget_CE_vs90.vcproj +Net/samples/httpget/httpget_vs100.vcxproj +Net/samples/httpget/httpget_vs100.vcxproj.filters +Net/samples/httpget/httpget_vs100.vcxproj.user Net/samples/httpget/httpget_vs71.vcproj Net/samples/httpget/httpget_vs80.vcproj Net/samples/httpget/httpget_vs90.vcproj +Net/samples/httpget/httpget_x64_vs100.vcxproj +Net/samples/httpget/httpget_x64_vs100.vcxproj.filters +Net/samples/httpget/httpget_x64_vs100.vcxproj.user +Net/samples/httpget/httpget_x64_vs90.vcproj Net/samples/httpget/Makefile Net/samples/httpget/src Net/samples/httpget/src/httpget.cpp Net/samples/HTTPLoadTest +Net/samples/HTTPLoadTest/HTTPLoadTest.progen Net/samples/HTTPLoadTest/HTTPLoadTest.vmsbuild +Net/samples/HTTPLoadTest/HTTPLoadTest_CE_vs90.vcproj +Net/samples/HTTPLoadTest/HTTPLoadTest_vs100.vcxproj +Net/samples/HTTPLoadTest/HTTPLoadTest_vs100.vcxproj.filters +Net/samples/HTTPLoadTest/HTTPLoadTest_vs100.vcxproj.user Net/samples/HTTPLoadTest/HTTPLoadTest_vs71.vcproj Net/samples/HTTPLoadTest/HTTPLoadTest_vs80.vcproj Net/samples/HTTPLoadTest/HTTPLoadTest_vs90.vcproj +Net/samples/HTTPLoadTest/HTTPLoadTest_x64_vs100.vcxproj +Net/samples/HTTPLoadTest/HTTPLoadTest_x64_vs100.vcxproj.filters +Net/samples/HTTPLoadTest/HTTPLoadTest_x64_vs100.vcxproj.user +Net/samples/HTTPLoadTest/HTTPLoadTest_x64_vs90.vcproj Net/samples/HTTPLoadTest/Makefile Net/samples/HTTPLoadTest/src Net/samples/HTTPLoadTest/src/HTTPLoadTest.cpp Net/samples/HTTPTimeServer +Net/samples/HTTPTimeServer/HTTPTimeServer.progen Net/samples/HTTPTimeServer/HTTPTimeServer.properties Net/samples/HTTPTimeServer/HTTPTimeServer.vmsbuild +Net/samples/HTTPTimeServer/HTTPTimeServer_CE_vs90.vcproj +Net/samples/HTTPTimeServer/HTTPTimeServer_vs100.vcxproj +Net/samples/HTTPTimeServer/HTTPTimeServer_vs100.vcxproj.filters +Net/samples/HTTPTimeServer/HTTPTimeServer_vs100.vcxproj.user Net/samples/HTTPTimeServer/HTTPTimeServer_vs71.vcproj Net/samples/HTTPTimeServer/HTTPTimeServer_vs80.vcproj Net/samples/HTTPTimeServer/HTTPTimeServer_vs90.vcproj +Net/samples/HTTPTimeServer/HTTPTimeServer_x64_vs100.vcxproj +Net/samples/HTTPTimeServer/HTTPTimeServer_x64_vs100.vcxproj.filters +Net/samples/HTTPTimeServer/HTTPTimeServer_x64_vs100.vcxproj.user +Net/samples/HTTPTimeServer/HTTPTimeServer_x64_vs90.vcproj Net/samples/HTTPTimeServer/Makefile Net/samples/HTTPTimeServer/src Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp Net/samples/Mail +Net/samples/Mail/Mail.progen Net/samples/Mail/Mail.vmsbuild +Net/samples/Mail/Mail_CE_vs90.vcproj +Net/samples/Mail/Mail_vs100.vcxproj +Net/samples/Mail/Mail_vs100.vcxproj.filters +Net/samples/Mail/Mail_vs100.vcxproj.user Net/samples/Mail/Mail_vs71.vcproj Net/samples/Mail/Mail_vs80.vcproj Net/samples/Mail/Mail_vs90.vcproj +Net/samples/Mail/Mail_x64_vs100.vcxproj +Net/samples/Mail/Mail_x64_vs100.vcxproj.filters +Net/samples/Mail/Mail_x64_vs100.vcxproj.user +Net/samples/Mail/Mail_x64_vs90.vcproj Net/samples/Mail/Makefile Net/samples/Mail/src Net/samples/Mail/src/Mail.cpp @@ -1503,25 +2222,66 @@ Net/samples/Mail/src/PocoLogo.hpp Net/samples/Makefile Net/samples/Ping Net/samples/Ping/Makefile +Net/samples/Ping/Ping.progen Net/samples/Ping/ping.properties Net/samples/Ping/Ping.vmsbuild +Net/samples/Ping/Ping_CE_vs90.vcproj +Net/samples/Ping/Ping_vs100.vcxproj +Net/samples/Ping/Ping_vs100.vcxproj.filters +Net/samples/Ping/Ping_vs100.vcxproj.user Net/samples/Ping/Ping_vs71.vcproj Net/samples/Ping/Ping_vs80.vcproj Net/samples/Ping/Ping_vs90.vcproj +Net/samples/Ping/Ping_x64_vs100.vcxproj +Net/samples/Ping/Ping_x64_vs100.vcxproj.filters +Net/samples/Ping/Ping_x64_vs100.vcxproj.user +Net/samples/Ping/Ping_x64_vs90.vcproj Net/samples/Ping/src Net/samples/Ping/src/Ping.cpp +Net/samples/samples.progen +Net/samples/samples_CE_vs90.sln +Net/samples/samples_vs100.sln Net/samples/samples_vs71.sln Net/samples/samples_vs80.sln Net/samples/samples_vs90.sln +Net/samples/samples_x64_vs100.sln +Net/samples/samples_x64_vs90.sln Net/samples/TimeServer Net/samples/TimeServer/Makefile Net/samples/TimeServer/src Net/samples/TimeServer/src/TimeServer.cpp +Net/samples/TimeServer/TimeServer.progen Net/samples/TimeServer/TimeServer.properties Net/samples/TimeServer/TimeServer.vmsbuild +Net/samples/TimeServer/TimeServer_CE_vs90.vcproj +Net/samples/TimeServer/TimeServer_vs100.vcxproj +Net/samples/TimeServer/TimeServer_vs100.vcxproj.filters +Net/samples/TimeServer/TimeServer_vs100.vcxproj.user Net/samples/TimeServer/TimeServer_vs71.vcproj Net/samples/TimeServer/TimeServer_vs80.vcproj Net/samples/TimeServer/TimeServer_vs90.vcproj +Net/samples/TimeServer/TimeServer_x64_vs100.vcxproj +Net/samples/TimeServer/TimeServer_x64_vs100.vcxproj.filters +Net/samples/TimeServer/TimeServer_x64_vs100.vcxproj.user +Net/samples/TimeServer/TimeServer_x64_vs90.vcproj +Net/samples/TwitterClient +Net/samples/TwitterClient/Makefile +Net/samples/TwitterClient/src +Net/samples/TwitterClient/src/TweetApp.cpp +Net/samples/TwitterClient/src/Twitter.cpp +Net/samples/TwitterClient/src/Twitter.h +Net/samples/TwitterClient/TwitterClient.progen +Net/samples/TwitterClient/TwitterClient_CE_vs90.vcproj +Net/samples/TwitterClient/TwitterClient_vs100.vcxproj +Net/samples/TwitterClient/TwitterClient_vs100.vcxproj.filters +Net/samples/TwitterClient/TwitterClient_vs100.vcxproj.user +Net/samples/TwitterClient/TwitterClient_vs71.vcproj +Net/samples/TwitterClient/TwitterClient_vs80.vcproj +Net/samples/TwitterClient/TwitterClient_vs90.vcproj +Net/samples/TwitterClient/TwitterClient_x64_vs100.vcxproj +Net/samples/TwitterClient/TwitterClient_x64_vs100.vcxproj.filters +Net/samples/TwitterClient/TwitterClient_x64_vs100.vcxproj.user +Net/samples/TwitterClient/TwitterClient_x64_vs90.vcproj Net/src Net/src/AbstractHTTPRequestHandler.cpp Net/src/DatagramSocket.cpp @@ -1717,11 +2477,21 @@ Net/testsuite/src/TCPServerTestSuite.cpp Net/testsuite/src/TCPServerTestSuite.h Net/testsuite/src/UDPEchoServer.cpp Net/testsuite/src/UDPEchoServer.h +Net/testsuite/src/WinCEDriver.cpp Net/testsuite/src/WinDriver.cpp +Net/testsuite/TestSuite.progen Net/testsuite/TestSuite.vmsbuild +Net/testsuite/TestSuite_CE_vs90.vcproj +Net/testsuite/TestSuite_vs100.vcxproj +Net/testsuite/TestSuite_vs100.vcxproj.filters +Net/testsuite/TestSuite_vs100.vcxproj.user Net/testsuite/TestSuite_vs71.vcproj Net/testsuite/TestSuite_vs80.vcproj Net/testsuite/TestSuite_vs90.vcproj +Net/testsuite/TestSuite_x64_vs100.vcxproj +Net/testsuite/TestSuite_x64_vs100.vcxproj.filters +Net/testsuite/TestSuite_x64_vs100.vcxproj.user +Net/testsuite/TestSuite_x64_vs90.vcproj NetSSL_OpenSSL NetSSL_OpenSSL/.cdtproject NetSSL_OpenSSL/.project @@ -1745,50 +2515,87 @@ NetSSL_OpenSSL/include/Poco/Net/NetSSL.h NetSSL_OpenSSL/include/Poco/Net/PrivateKeyFactory.h NetSSL_OpenSSL/include/Poco/Net/PrivateKeyFactoryMgr.h NetSSL_OpenSSL/include/Poco/Net/PrivateKeyPassphraseHandler.h +NetSSL_OpenSSL/include/Poco/Net/RejectCertificateHandler.h NetSSL_OpenSSL/include/Poco/Net/SecureServerSocket.h NetSSL_OpenSSL/include/Poco/Net/SecureServerSocketImpl.h +NetSSL_OpenSSL/include/Poco/Net/SecureSMTPClientSession.h NetSSL_OpenSSL/include/Poco/Net/SecureSocketImpl.h NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocket.h NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocketImpl.h +NetSSL_OpenSSL/include/Poco/Net/Session.h NetSSL_OpenSSL/include/Poco/Net/SSLException.h -NetSSL_OpenSSL/include/Poco/Net/SSLInitializer.h NetSSL_OpenSSL/include/Poco/Net/SSLManager.h NetSSL_OpenSSL/include/Poco/Net/Utility.h NetSSL_OpenSSL/include/Poco/Net/VerificationErrorArgs.h NetSSL_OpenSSL/include/Poco/Net/X509Certificate.h NetSSL_OpenSSL/Makefile +NetSSL_OpenSSL/NetSSL_OpenSSL.progen +NetSSL_OpenSSL/NetSSL_OpenSSL_CE_vs90.sln +NetSSL_OpenSSL/NetSSL_OpenSSL_CE_vs90.vcproj +NetSSL_OpenSSL/NetSSL_OpenSSL_vs100.sln +NetSSL_OpenSSL/NetSSL_OpenSSL_vs100.vcxproj +NetSSL_OpenSSL/NetSSL_OpenSSL_vs100.vcxproj.filters +NetSSL_OpenSSL/NetSSL_OpenSSL_vs100.vcxproj.user NetSSL_OpenSSL/NetSSL_OpenSSL_vs71.sln NetSSL_OpenSSL/NetSSL_OpenSSL_vs71.vcproj NetSSL_OpenSSL/NetSSL_OpenSSL_vs80.sln NetSSL_OpenSSL/NetSSL_OpenSSL_vs80.vcproj NetSSL_OpenSSL/NetSSL_OpenSSL_vs90.sln NetSSL_OpenSSL/NetSSL_OpenSSL_vs90.vcproj +NetSSL_OpenSSL/NetSSL_OpenSSL_x64_vs100.sln +NetSSL_OpenSSL/NetSSL_OpenSSL_x64_vs100.vcxproj +NetSSL_OpenSSL/NetSSL_OpenSSL_x64_vs100.vcxproj.filters +NetSSL_OpenSSL/NetSSL_OpenSSL_x64_vs100.vcxproj.user +NetSSL_OpenSSL/NetSSL_OpenSSL_x64_vs90.sln +NetSSL_OpenSSL/NetSSL_OpenSSL_x64_vs90.vcproj NetSSL_OpenSSL/samples NetSSL_OpenSSL/samples/download -NetSSL_OpenSSL/samples/download/any.pem +NetSSL_OpenSSL/samples/download/download.progen NetSSL_OpenSSL/samples/download/download.vmsbuild +NetSSL_OpenSSL/samples/download/download_CE_vs90.vcproj +NetSSL_OpenSSL/samples/download/download_vs100.vcxproj +NetSSL_OpenSSL/samples/download/download_vs100.vcxproj.filters +NetSSL_OpenSSL/samples/download/download_vs100.vcxproj.user NetSSL_OpenSSL/samples/download/download_vs71.vcproj NetSSL_OpenSSL/samples/download/download_vs80.vcproj NetSSL_OpenSSL/samples/download/download_vs90.vcproj +NetSSL_OpenSSL/samples/download/download_x64_vs100.vcxproj +NetSSL_OpenSSL/samples/download/download_x64_vs100.vcxproj.filters +NetSSL_OpenSSL/samples/download/download_x64_vs100.vcxproj.user +NetSSL_OpenSSL/samples/download/download_x64_vs90.vcproj NetSSL_OpenSSL/samples/download/Makefile NetSSL_OpenSSL/samples/download/rootcert.pem NetSSL_OpenSSL/samples/download/src NetSSL_OpenSSL/samples/download/src/download.cpp NetSSL_OpenSSL/samples/HTTPSTimeServer NetSSL_OpenSSL/samples/HTTPSTimeServer/any.pem +NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer.progen NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer.properties NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer.vmsbuild +NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer_CE_vs90.vcproj +NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer_vs100.vcxproj +NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer_vs100.vcxproj.filters +NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer_vs100.vcxproj.user NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer_vs71.vcproj NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer_vs80.vcproj NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer_vs90.vcproj +NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer_x64_vs100.vcxproj +NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer_x64_vs100.vcxproj.filters +NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer_x64_vs100.vcxproj.user +NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer_x64_vs90.vcproj NetSSL_OpenSSL/samples/HTTPSTimeServer/Makefile NetSSL_OpenSSL/samples/HTTPSTimeServer/rootcert.pem NetSSL_OpenSSL/samples/HTTPSTimeServer/src NetSSL_OpenSSL/samples/HTTPSTimeServer/src/HTTPSTimeServer.cpp NetSSL_OpenSSL/samples/Makefile +NetSSL_OpenSSL/samples/samples.progen +NetSSL_OpenSSL/samples/samples_CE_vs90.sln +NetSSL_OpenSSL/samples/samples_vs100.sln NetSSL_OpenSSL/samples/samples_vs71.sln NetSSL_OpenSSL/samples/samples_vs80.sln NetSSL_OpenSSL/samples/samples_vs90.sln +NetSSL_OpenSSL/samples/samples_x64_vs100.sln +NetSSL_OpenSSL/samples/samples_x64_vs90.sln NetSSL_OpenSSL/src NetSSL_OpenSSL/src/AcceptCertificateHandler.cpp NetSSL_OpenSSL/src/CertificateHandlerFactory.cpp @@ -1804,13 +2611,15 @@ NetSSL_OpenSSL/src/KeyFileHandler.cpp NetSSL_OpenSSL/src/PrivateKeyFactory.cpp NetSSL_OpenSSL/src/PrivateKeyFactoryMgr.cpp NetSSL_OpenSSL/src/PrivateKeyPassphraseHandler.cpp +NetSSL_OpenSSL/src/RejectCertificateHandler.cpp NetSSL_OpenSSL/src/SecureServerSocket.cpp NetSSL_OpenSSL/src/SecureServerSocketImpl.cpp +NetSSL_OpenSSL/src/SecureSMTPClientSession.cpp NetSSL_OpenSSL/src/SecureSocketImpl.cpp NetSSL_OpenSSL/src/SecureStreamSocket.cpp NetSSL_OpenSSL/src/SecureStreamSocketImpl.cpp +NetSSL_OpenSSL/src/Session.cpp NetSSL_OpenSSL/src/SSLException.cpp -NetSSL_OpenSSL/src/SSLInitializer.cpp NetSSL_OpenSSL/src/SSLManager.cpp NetSSL_OpenSSL/src/Utility.cpp NetSSL_OpenSSL/src/VerificationErrorArgs.cpp @@ -1839,14 +2648,108 @@ NetSSL_OpenSSL/testsuite/src/TCPServerTest.cpp NetSSL_OpenSSL/testsuite/src/TCPServerTest.h NetSSL_OpenSSL/testsuite/src/TCPServerTestSuite.cpp NetSSL_OpenSSL/testsuite/src/TCPServerTestSuite.h +NetSSL_OpenSSL/testsuite/src/WinCEDriver.cpp NetSSL_OpenSSL/testsuite/src/WinDriver.cpp NetSSL_OpenSSL/testsuite/testrunner.xml +NetSSL_OpenSSL/testsuite/TestSuite.progen NetSSL_OpenSSL/testsuite/TestSuite.vmsbuild NetSSL_OpenSSL/testsuite/TestSuite.xml +NetSSL_OpenSSL/testsuite/TestSuite_CE_vs90.vcproj +NetSSL_OpenSSL/testsuite/TestSuite_vs100.vcxproj +NetSSL_OpenSSL/testsuite/TestSuite_vs100.vcxproj.filters +NetSSL_OpenSSL/testsuite/TestSuite_vs100.vcxproj.user NetSSL_OpenSSL/testsuite/TestSuite_vs71.vcproj NetSSL_OpenSSL/testsuite/TestSuite_vs80.vcproj NetSSL_OpenSSL/testsuite/TestSuite_vs90.vcproj +NetSSL_OpenSSL/testsuite/TestSuite_x64_vs100.vcxproj +NetSSL_OpenSSL/testsuite/TestSuite_x64_vs100.vcxproj.filters +NetSSL_OpenSSL/testsuite/TestSuite_x64_vs100.vcxproj.user +NetSSL_OpenSSL/testsuite/TestSuite_x64_vs90.vcproj +NetSSL_OpenSSL/testsuite/TestSuitemt.xml NEWS +PageCompiler +PageCompiler/doc +PageCompiler/doc/PageCompilerUserGuide.page +PageCompiler/File2Page +PageCompiler/File2Page/File2Page.progen +PageCompiler/File2Page/File2Page_vs100.sln +PageCompiler/File2Page/File2Page_vs100.vcxproj +PageCompiler/File2Page/File2Page_vs100.vcxproj.filters +PageCompiler/File2Page/File2Page_vs100.vcxproj.user +PageCompiler/File2Page/File2Page_vs71.sln +PageCompiler/File2Page/File2Page_vs71.vcproj +PageCompiler/File2Page/File2Page_vs80.sln +PageCompiler/File2Page/File2Page_vs80.vcproj +PageCompiler/File2Page/File2Page_vs90.sln +PageCompiler/File2Page/File2Page_vs90.vcproj +PageCompiler/File2Page/File2Page_x64_vs100.sln +PageCompiler/File2Page/File2Page_x64_vs100.vcxproj +PageCompiler/File2Page/File2Page_x64_vs100.vcxproj.filters +PageCompiler/File2Page/File2Page_x64_vs100.vcxproj.user +PageCompiler/File2Page/File2Page_x64_vs90.sln +PageCompiler/File2Page/File2Page_x64_vs90.vcproj +PageCompiler/File2Page/Makefile +PageCompiler/File2Page/src +PageCompiler/File2Page/src/File2Page.cpp +PageCompiler/Makefile +PageCompiler/PageCompiler.progen +PageCompiler/PageCompiler_vs100.sln +PageCompiler/PageCompiler_vs100.vcxproj +PageCompiler/PageCompiler_vs100.vcxproj.filters +PageCompiler/PageCompiler_vs100.vcxproj.user +PageCompiler/PageCompiler_vs71.sln +PageCompiler/PageCompiler_vs71.vcproj +PageCompiler/PageCompiler_vs80.sln +PageCompiler/PageCompiler_vs80.vcproj +PageCompiler/PageCompiler_vs90.sln +PageCompiler/PageCompiler_vs90.vcproj +PageCompiler/PageCompiler_x64_vs100.sln +PageCompiler/PageCompiler_x64_vs100.vcxproj +PageCompiler/PageCompiler_x64_vs100.vcxproj.filters +PageCompiler/PageCompiler_x64_vs100.vcxproj.user +PageCompiler/PageCompiler_x64_vs90.sln +PageCompiler/PageCompiler_x64_vs90.vcproj +PageCompiler/samples +PageCompiler/samples/HTTPTimeServer +PageCompiler/samples/HTTPTimeServer/HTTPTimeServer.progen +PageCompiler/samples/HTTPTimeServer/HTTPTimeServer_CE_vs90.vcproj +PageCompiler/samples/HTTPTimeServer/HTTPTimeServer_vs100.vcxproj +PageCompiler/samples/HTTPTimeServer/HTTPTimeServer_vs100.vcxproj.filters +PageCompiler/samples/HTTPTimeServer/HTTPTimeServer_vs100.vcxproj.user +PageCompiler/samples/HTTPTimeServer/HTTPTimeServer_vs71.vcproj +PageCompiler/samples/HTTPTimeServer/HTTPTimeServer_vs80.vcproj +PageCompiler/samples/HTTPTimeServer/HTTPTimeServer_vs90.vcproj +PageCompiler/samples/HTTPTimeServer/HTTPTimeServer_x64_vs100.vcxproj +PageCompiler/samples/HTTPTimeServer/HTTPTimeServer_x64_vs100.vcxproj.filters +PageCompiler/samples/HTTPTimeServer/HTTPTimeServer_x64_vs100.vcxproj.user +PageCompiler/samples/HTTPTimeServer/HTTPTimeServer_x64_vs90.vcproj +PageCompiler/samples/HTTPTimeServer/Makefile +PageCompiler/samples/HTTPTimeServer/src +PageCompiler/samples/HTTPTimeServer/src/HTTPTimeServerApp.cpp +PageCompiler/samples/HTTPTimeServer/src/TimeHandler.cpp +PageCompiler/samples/HTTPTimeServer/src/TimeHandler.cpsp +PageCompiler/samples/HTTPTimeServer/src/TimeHandler.h +PageCompiler/samples/Makefile +PageCompiler/samples/samples.progen +PageCompiler/samples/samples_CE_vs90.sln +PageCompiler/samples/samples_vs100.sln +PageCompiler/samples/samples_vs71.sln +PageCompiler/samples/samples_vs80.sln +PageCompiler/samples/samples_vs90.sln +PageCompiler/samples/samples_x64_vs100.sln +PageCompiler/samples/samples_x64_vs90.sln +PageCompiler/src +PageCompiler/src/ApacheCodeWriter.cpp +PageCompiler/src/ApacheCodeWriter.h +PageCompiler/src/CodeWriter.cpp +PageCompiler/src/CodeWriter.h +PageCompiler/src/OSPCodeWriter.cpp +PageCompiler/src/OSPCodeWriter.h +PageCompiler/src/Page.cpp +PageCompiler/src/Page.h +PageCompiler/src/PageCompiler.cpp +PageCompiler/src/PageReader.cpp +PageCompiler/src/PageReader.h README Util Util/.cdtproject @@ -1876,6 +2779,10 @@ Util/include/Poco/Util/RegExpValidator.h Util/include/Poco/Util/ServerApplication.h Util/include/Poco/Util/Subsystem.h Util/include/Poco/Util/SystemConfiguration.h +Util/include/Poco/Util/Timer.h +Util/include/Poco/Util/TimerTask.h +Util/include/Poco/Util/TimerTaskAdapter.h +Util/include/Poco/Util/Units.h Util/include/Poco/Util/Util.h Util/include/Poco/Util/Validator.h Util/include/Poco/Util/WinRegistryConfiguration.h @@ -1885,25 +2792,64 @@ Util/include/Poco/Util/XMLConfiguration.h Util/Makefile Util/samples Util/samples/Makefile +Util/samples/pkill +Util/samples/pkill/Makefile +Util/samples/pkill/pkill.progen +Util/samples/pkill/pkill_CE_vs90.vcproj +Util/samples/pkill/pkill_vs100.vcxproj +Util/samples/pkill/pkill_vs100.vcxproj.filters +Util/samples/pkill/pkill_vs100.vcxproj.user +Util/samples/pkill/pkill_vs71.vcproj +Util/samples/pkill/pkill_vs80.vcproj +Util/samples/pkill/pkill_vs90.vcproj +Util/samples/pkill/pkill_x64_vs100.vcxproj +Util/samples/pkill/pkill_x64_vs100.vcxproj.filters +Util/samples/pkill/pkill_x64_vs100.vcxproj.user +Util/samples/pkill/pkill_x64_vs90.vcproj +Util/samples/pkill/src +Util/samples/pkill/src/pkill.cpp Util/samples/SampleApp Util/samples/SampleApp/Makefile +Util/samples/SampleApp/SampleApp.progen Util/samples/SampleApp/SampleApp.properties Util/samples/SampleApp/SampleApp.vmsbuild +Util/samples/SampleApp/SampleApp_CE_vs90.vcproj +Util/samples/SampleApp/SampleApp_vs100.vcxproj +Util/samples/SampleApp/SampleApp_vs100.vcxproj.filters +Util/samples/SampleApp/SampleApp_vs100.vcxproj.user Util/samples/SampleApp/SampleApp_vs71.vcproj Util/samples/SampleApp/SampleApp_vs80.vcproj Util/samples/SampleApp/SampleApp_vs90.vcproj +Util/samples/SampleApp/SampleApp_x64_vs100.vcxproj +Util/samples/SampleApp/SampleApp_x64_vs100.vcxproj.filters +Util/samples/SampleApp/SampleApp_x64_vs100.vcxproj.user +Util/samples/SampleApp/SampleApp_x64_vs90.vcproj Util/samples/SampleApp/src Util/samples/SampleApp/src/SampleApp.cpp +Util/samples/samples.progen +Util/samples/samples_CE_vs90.sln +Util/samples/samples_vs100.sln Util/samples/samples_vs71.sln Util/samples/samples_vs80.sln Util/samples/samples_vs90.sln +Util/samples/samples_x64_vs100.sln +Util/samples/samples_x64_vs90.sln Util/samples/SampleServer Util/samples/SampleServer/Makefile +Util/samples/SampleServer/SampleServer.progen Util/samples/SampleServer/SampleServer.properties Util/samples/SampleServer/SampleServer.vmsbuild +Util/samples/SampleServer/SampleServer_CE_vs90.vcproj +Util/samples/SampleServer/SampleServer_vs100.vcxproj +Util/samples/SampleServer/SampleServer_vs100.vcxproj.filters +Util/samples/SampleServer/SampleServer_vs100.vcxproj.user Util/samples/SampleServer/SampleServer_vs71.vcproj Util/samples/SampleServer/SampleServer_vs80.vcproj Util/samples/SampleServer/SampleServer_vs90.vcproj +Util/samples/SampleServer/SampleServer_x64_vs100.vcxproj +Util/samples/SampleServer/SampleServer_x64_vs100.vcxproj.filters +Util/samples/SampleServer/SampleServer_x64_vs100.vcxproj.user +Util/samples/SampleServer/SampleServer_x64_vs90.vcproj Util/samples/SampleServer/src Util/samples/SampleServer/src/SampleServer.cpp Util/src @@ -1929,6 +2875,8 @@ Util/src/RegExpValidator.cpp Util/src/ServerApplication.cpp Util/src/Subsystem.cpp Util/src/SystemConfiguration.cpp +Util/src/Timer.cpp +Util/src/TimerTask.cpp Util/src/Validator.cpp Util/src/WinRegistryConfiguration.cpp Util/src/WinRegistryKey.cpp @@ -1970,10 +2918,15 @@ Util/testsuite/src/PropertyFileConfigurationTest.cpp Util/testsuite/src/PropertyFileConfigurationTest.h Util/testsuite/src/SystemConfigurationTest.cpp Util/testsuite/src/SystemConfigurationTest.h +Util/testsuite/src/TimerTest.cpp +Util/testsuite/src/TimerTest.h +Util/testsuite/src/TimerTestSuite.cpp +Util/testsuite/src/TimerTestSuite.h Util/testsuite/src/UtilTestSuite.cpp Util/testsuite/src/UtilTestSuite.h Util/testsuite/src/ValidatorTest.cpp Util/testsuite/src/ValidatorTest.h +Util/testsuite/src/WinCEDriver.cpp Util/testsuite/src/WinConfigurationTest.cpp Util/testsuite/src/WinConfigurationTest.h Util/testsuite/src/WindowsTestSuite.cpp @@ -1983,17 +2936,39 @@ Util/testsuite/src/WinRegistryTest.cpp Util/testsuite/src/WinRegistryTest.h Util/testsuite/src/XMLConfigurationTest.cpp Util/testsuite/src/XMLConfigurationTest.h +Util/testsuite/TestSuite.progen Util/testsuite/TestSuite.vmsbuild +Util/testsuite/TestSuite_CE_vs90.vcproj +Util/testsuite/TestSuite_vs100.vcxproj +Util/testsuite/TestSuite_vs100.vcxproj.filters +Util/testsuite/TestSuite_vs100.vcxproj.user Util/testsuite/TestSuite_vs71.vcproj Util/testsuite/TestSuite_vs80.vcproj Util/testsuite/TestSuite_vs90.vcproj +Util/testsuite/TestSuite_x64_vs100.vcxproj +Util/testsuite/TestSuite_x64_vs100.vcxproj.filters +Util/testsuite/TestSuite_x64_vs100.vcxproj.user +Util/testsuite/TestSuite_x64_vs90.vcproj +Util/Util.progen Util/Util.vmsbuild +Util/Util_CE_vs90.sln +Util/Util_CE_vs90.vcproj +Util/Util_vs100.sln +Util/Util_vs100.vcxproj +Util/Util_vs100.vcxproj.filters +Util/Util_vs100.vcxproj.user Util/Util_vs71.sln Util/Util_vs71.vcproj Util/Util_vs80.sln Util/Util_vs80.vcproj Util/Util_vs90.sln Util/Util_vs90.vcproj +Util/Util_x64_vs100.sln +Util/Util_x64_vs100.vcxproj +Util/Util_x64_vs100.vcxproj.filters +Util/Util_x64_vs100.vcxproj.user +Util/Util_x64_vs90.sln +Util/Util_x64_vs90.vcproj VERSION XML XML/.cdtproject @@ -2080,39 +3055,80 @@ XML/samples XML/samples/data XML/samples/data/sample.xml XML/samples/DOMParser +XML/samples/DOMParser/DOMParser.progen XML/samples/DOMParser/DOMParser.vmsbuild +XML/samples/DOMParser/DOMParser_CE_vs90.vcproj +XML/samples/DOMParser/DOMParser_vs100.vcxproj +XML/samples/DOMParser/DOMParser_vs100.vcxproj.filters +XML/samples/DOMParser/DOMParser_vs100.vcxproj.user XML/samples/DOMParser/DOMParser_vs71.vcproj XML/samples/DOMParser/DOMParser_vs80.vcproj XML/samples/DOMParser/DOMParser_vs90.vcproj +XML/samples/DOMParser/DOMParser_x64_vs100.vcxproj +XML/samples/DOMParser/DOMParser_x64_vs100.vcxproj.filters +XML/samples/DOMParser/DOMParser_x64_vs100.vcxproj.user +XML/samples/DOMParser/DOMParser_x64_vs90.vcproj XML/samples/DOMParser/Makefile XML/samples/DOMParser/src XML/samples/DOMParser/src/DOMParser.cpp XML/samples/DOMWriter +XML/samples/DOMWriter/DOMWriter.progen XML/samples/DOMWriter/DOMWriter.vmsbuild +XML/samples/DOMWriter/DOMWriter_CE_vs90.vcproj +XML/samples/DOMWriter/DOMWriter_vs100.vcxproj +XML/samples/DOMWriter/DOMWriter_vs100.vcxproj.filters +XML/samples/DOMWriter/DOMWriter_vs100.vcxproj.user XML/samples/DOMWriter/DOMWriter_vs71.vcproj XML/samples/DOMWriter/DOMWriter_vs80.vcproj XML/samples/DOMWriter/DOMWriter_vs90.vcproj +XML/samples/DOMWriter/DOMWriter_x64_vs100.vcxproj +XML/samples/DOMWriter/DOMWriter_x64_vs100.vcxproj.filters +XML/samples/DOMWriter/DOMWriter_x64_vs100.vcxproj.user +XML/samples/DOMWriter/DOMWriter_x64_vs90.vcproj XML/samples/DOMWriter/Makefile XML/samples/DOMWriter/src XML/samples/DOMWriter/src/DOMWriter.cpp XML/samples/Makefile XML/samples/PrettyPrint XML/samples/PrettyPrint/Makefile +XML/samples/PrettyPrint/PrettyPrint.progen XML/samples/PrettyPrint/PrettyPrint.vmsbuild +XML/samples/PrettyPrint/PrettyPrint_CE_vs90.vcproj +XML/samples/PrettyPrint/PrettyPrint_vs100.vcxproj +XML/samples/PrettyPrint/PrettyPrint_vs100.vcxproj.filters +XML/samples/PrettyPrint/PrettyPrint_vs100.vcxproj.user XML/samples/PrettyPrint/PrettyPrint_vs71.vcproj XML/samples/PrettyPrint/PrettyPrint_vs80.vcproj XML/samples/PrettyPrint/PrettyPrint_vs90.vcproj +XML/samples/PrettyPrint/PrettyPrint_x64_vs100.vcxproj +XML/samples/PrettyPrint/PrettyPrint_x64_vs100.vcxproj.filters +XML/samples/PrettyPrint/PrettyPrint_x64_vs100.vcxproj.user +XML/samples/PrettyPrint/PrettyPrint_x64_vs90.vcproj XML/samples/PrettyPrint/src XML/samples/PrettyPrint/src/PrettyPrint.cpp +XML/samples/samples.progen +XML/samples/samples_CE_vs90.sln +XML/samples/samples_vs100.sln XML/samples/samples_vs71.sln XML/samples/samples_vs80.sln XML/samples/samples_vs90.sln +XML/samples/samples_x64_vs100.sln +XML/samples/samples_x64_vs90.sln XML/samples/SAXParser XML/samples/SAXParser/Makefile +XML/samples/SAXParser/SAXParser.progen XML/samples/SAXParser/SAXParser.vmsbuild +XML/samples/SAXParser/SAXParser_CE_vs90.vcproj +XML/samples/SAXParser/SAXParser_vs100.vcxproj +XML/samples/SAXParser/SAXParser_vs100.vcxproj.filters +XML/samples/SAXParser/SAXParser_vs100.vcxproj.user XML/samples/SAXParser/SAXParser_vs71.vcproj XML/samples/SAXParser/SAXParser_vs80.vcproj XML/samples/SAXParser/SAXParser_vs90.vcproj +XML/samples/SAXParser/SAXParser_x64_vs100.vcxproj +XML/samples/SAXParser/SAXParser_x64_vs100.vcxproj.filters +XML/samples/SAXParser/SAXParser_x64_vs100.vcxproj.user +XML/samples/SAXParser/SAXParser_x64_vs90.vcproj XML/samples/SAXParser/src XML/samples/SAXParser/src/SAXParser.cpp XML/src @@ -2239,19 +3255,189 @@ XML/testsuite/src/TextTest.cpp XML/testsuite/src/TextTest.h XML/testsuite/src/TreeWalkerTest.cpp XML/testsuite/src/TreeWalkerTest.h +XML/testsuite/src/WinCEDriver.cpp XML/testsuite/src/WinDriver.cpp XML/testsuite/src/XMLTestSuite.cpp XML/testsuite/src/XMLTestSuite.h XML/testsuite/src/XMLWriterTest.cpp XML/testsuite/src/XMLWriterTest.h +XML/testsuite/TestSuite.progen XML/testsuite/TestSuite.vmsbuild +XML/testsuite/TestSuite_CE_vs90.vcproj +XML/testsuite/TestSuite_vs100.vcxproj +XML/testsuite/TestSuite_vs100.vcxproj.filters +XML/testsuite/TestSuite_vs100.vcxproj.user XML/testsuite/TestSuite_vs71.vcproj XML/testsuite/TestSuite_vs80.vcproj XML/testsuite/TestSuite_vs90.vcproj +XML/testsuite/TestSuite_x64_vs100.vcxproj +XML/testsuite/TestSuite_x64_vs100.vcxproj.filters +XML/testsuite/TestSuite_x64_vs100.vcxproj.user +XML/testsuite/TestSuite_x64_vs90.vcproj +XML/XML.progen XML/XML.vmsbuild +XML/XML_CE_vs90.sln +XML/XML_CE_vs90.vcproj +XML/XML_vs100.sln +XML/XML_vs100.vcxproj +XML/XML_vs100.vcxproj.filters +XML/XML_vs100.vcxproj.user XML/XML_vs71.sln XML/XML_vs71.vcproj XML/XML_vs80.sln XML/XML_vs80.vcproj XML/XML_vs90.sln XML/XML_vs90.vcproj +XML/XML_x64_vs100.sln +XML/XML_x64_vs100.vcxproj +XML/XML_x64_vs100.vcxproj.filters +XML/XML_x64_vs100.vcxproj.user +XML/XML_x64_vs90.sln +XML/XML_x64_vs90.vcproj +Zip +Zip/doc +Zip/doc/ZIP Spec.txt +Zip/doc/ZipUserGuide.page +Zip/include +Zip/include/Poco +Zip/include/Poco/Zip +Zip/include/Poco/Zip/Add.h +Zip/include/Poco/Zip/AutoDetectStream.h +Zip/include/Poco/Zip/Compress.h +Zip/include/Poco/Zip/Decompress.h +Zip/include/Poco/Zip/Delete.h +Zip/include/Poco/Zip/Keep.h +Zip/include/Poco/Zip/ParseCallback.h +Zip/include/Poco/Zip/PartialStream.h +Zip/include/Poco/Zip/Rename.h +Zip/include/Poco/Zip/Replace.h +Zip/include/Poco/Zip/SkipCallback.h +Zip/include/Poco/Zip/Zip.h +Zip/include/Poco/Zip/ZipArchive.h +Zip/include/Poco/Zip/ZipArchiveInfo.h +Zip/include/Poco/Zip/ZipCommon.h +Zip/include/Poco/Zip/ZipDataInfo.h +Zip/include/Poco/Zip/ZipException.h +Zip/include/Poco/Zip/ZipFileInfo.h +Zip/include/Poco/Zip/ZipLocalFileHeader.h +Zip/include/Poco/Zip/ZipManipulator.h +Zip/include/Poco/Zip/ZipOperation.h +Zip/include/Poco/Zip/ZipStream.h +Zip/include/Poco/Zip/ZipUtil.h +Zip/Makefile +Zip/samples +Zip/samples/Makefile +Zip/samples/samples.progen +Zip/samples/samples_CE_vs90.sln +Zip/samples/samples_vs100.sln +Zip/samples/samples_vs71.sln +Zip/samples/samples_vs80.sln +Zip/samples/samples_vs90.sln +Zip/samples/samples_x64_vs100.sln +Zip/samples/samples_x64_vs90.sln +Zip/samples/unzip +Zip/samples/unzip/Makefile +Zip/samples/unzip/src +Zip/samples/unzip/src/unzip.cpp +Zip/samples/unzip/unzip.progen +Zip/samples/unzip/unzip_CE_vs90.vcproj +Zip/samples/unzip/unzip_vs100.vcxproj +Zip/samples/unzip/unzip_vs100.vcxproj.filters +Zip/samples/unzip/unzip_vs100.vcxproj.user +Zip/samples/unzip/unzip_vs71.vcproj +Zip/samples/unzip/unzip_vs80.vcproj +Zip/samples/unzip/unzip_vs90.vcproj +Zip/samples/unzip/unzip_x64_vs100.vcxproj +Zip/samples/unzip/unzip_x64_vs100.vcxproj.filters +Zip/samples/unzip/unzip_x64_vs100.vcxproj.user +Zip/samples/unzip/unzip_x64_vs90.vcproj +Zip/samples/zip +Zip/samples/zip/Makefile +Zip/samples/zip/src +Zip/samples/zip/src/zip.cpp +Zip/samples/zip/zip.progen +Zip/samples/zip/zip_CE_vs90.vcproj +Zip/samples/zip/zip_vs100.vcxproj +Zip/samples/zip/zip_vs100.vcxproj.filters +Zip/samples/zip/zip_vs100.vcxproj.user +Zip/samples/zip/zip_vs71.vcproj +Zip/samples/zip/zip_vs80.vcproj +Zip/samples/zip/zip_vs90.vcproj +Zip/samples/zip/zip_x64_vs100.vcxproj +Zip/samples/zip/zip_x64_vs100.vcxproj.filters +Zip/samples/zip/zip_x64_vs100.vcxproj.user +Zip/samples/zip/zip_x64_vs90.vcproj +Zip/src +Zip/src/Add.cpp +Zip/src/AutoDetectStream.cpp +Zip/src/Compress.cpp +Zip/src/Decompress.cpp +Zip/src/Delete.cpp +Zip/src/Keep.cpp +Zip/src/ParseCallback.cpp +Zip/src/PartialStream.cpp +Zip/src/Rename.cpp +Zip/src/Replace.cpp +Zip/src/SkipCallback.cpp +Zip/src/ZipArchive.cpp +Zip/src/ZipArchiveInfo.cpp +Zip/src/ZipCommon.cpp +Zip/src/ZipDataInfo.cpp +Zip/src/ZipException.cpp +Zip/src/ZipFileInfo.cpp +Zip/src/ZipLocalFileHeader.cpp +Zip/src/ZipManipulator.cpp +Zip/src/ZipOperation.cpp +Zip/src/ZipStream.cpp +Zip/src/ZipUtil.cpp +Zip/testsuite +Zip/testsuite/data +Zip/testsuite/data/data.zip +Zip/testsuite/data/doc.zip +Zip/testsuite/data/test.zip +Zip/testsuite/Makefile +Zip/testsuite/src +Zip/testsuite/src/CompressTest.cpp +Zip/testsuite/src/CompressTest.h +Zip/testsuite/src/Driver.cpp +Zip/testsuite/src/PartialStreamTest.cpp +Zip/testsuite/src/PartialStreamTest.h +Zip/testsuite/src/WinCEDriver.cpp +Zip/testsuite/src/WinDriver.cpp +Zip/testsuite/src/ZipTest.cpp +Zip/testsuite/src/ZipTest.h +Zip/testsuite/src/ZipTestSuite.cpp +Zip/testsuite/src/ZipTestSuite.h +Zip/testsuite/TestSuite.progen +Zip/testsuite/TestSuite.vmsbuild +Zip/testsuite/TestSuite_CE_vs90.vcproj +Zip/testsuite/TestSuite_vs100.vcxproj +Zip/testsuite/TestSuite_vs100.vcxproj.filters +Zip/testsuite/TestSuite_vs100.vcxproj.user +Zip/testsuite/TestSuite_VS71.vcproj +Zip/testsuite/TestSuite_VS80.vcproj +Zip/testsuite/TestSuite_vs90.vcproj +Zip/testsuite/TestSuite_x64_vs100.vcxproj +Zip/testsuite/TestSuite_x64_vs100.vcxproj.filters +Zip/testsuite/TestSuite_x64_vs100.vcxproj.user +Zip/testsuite/TestSuite_x64_vs90.vcproj +Zip/Zip.progen +Zip/Zip.vmsbuild +Zip/Zip_CE_vs90.sln +Zip/Zip_CE_vs90.vcproj +Zip/Zip_vs100.sln +Zip/Zip_vs100.vcxproj +Zip/Zip_vs100.vcxproj.filters +Zip/Zip_vs100.vcxproj.user +Zip/Zip_VS71.sln +Zip/Zip_VS71.vcproj +Zip/Zip_VS80.sln +Zip/Zip_VS80.vcproj +Zip/Zip_vs90.sln +Zip/Zip_vs90.vcproj +Zip/Zip_x64_vs100.sln +Zip/Zip_x64_vs100.vcxproj +Zip/Zip_x64_vs100.vcxproj.filters +Zip/Zip_x64_vs100.vcxproj.user +Zip/Zip_x64_vs90.sln +Zip/Zip_x64_vs90.vcproj diff --git a/NEWS b/NEWS index 2fc4217db..80109d55e 100644 --- a/NEWS +++ b/NEWS @@ -2,4 +2,4 @@ As of release 1.4 this file is no longer maintained. Please see the CHANGELOG for what's new in each release. -- -$Id: //poco/1.3/dist/NEWS#6 $ +$Id: //poco/1.4/dist/NEWS#1 $ diff --git a/Net/Makefile b/Net/Makefile index 1fa04c432..9e318517d 100644 --- a/Net/Makefile +++ b/Net/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Net/Makefile#2 $ +# $Id: //poco/1.4/Net/Makefile#1 $ # # Makefile for Poco Net # diff --git a/Net/Net.vmsbuild b/Net/Net.vmsbuild index 6066d4344..65ba12ffe 100644 --- a/Net/Net.vmsbuild +++ b/Net/Net.vmsbuild @@ -1,7 +1,7 @@ # # Net.vmsbuild # -# $Id: //poco/1.3/Net/Net.vmsbuild#1 $ +# $Id: //poco/1.4/Net/Net.vmsbuild#1 $ # LIB=PocoNet diff --git a/Net/include/Poco/Net/AbstractHTTPRequestHandler.h b/Net/include/Poco/Net/AbstractHTTPRequestHandler.h index ba679b671..c0e4c14b0 100644 --- a/Net/include/Poco/Net/AbstractHTTPRequestHandler.h +++ b/Net/include/Poco/Net/AbstractHTTPRequestHandler.h @@ -1,7 +1,7 @@ // // AbstractHTTPRequestHandler.h // -// $Id: //poco/1.3/Net/include/Poco/Net/AbstractHTTPRequestHandler.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/AbstractHTTPRequestHandler.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/DNS.h b/Net/include/Poco/Net/DNS.h index 762ed1ddf..26894cd02 100644 --- a/Net/include/Poco/Net/DNS.h +++ b/Net/include/Poco/Net/DNS.h @@ -1,7 +1,7 @@ // // DNS.h // -// $Id: //poco/1.3/Net/include/Poco/Net/DNS.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/DNS.h#1 $ // // Library: Net // Package: NetCore diff --git a/Net/include/Poco/Net/DatagramSocket.h b/Net/include/Poco/Net/DatagramSocket.h index 7b1e29995..8e14d3f4e 100644 --- a/Net/include/Poco/Net/DatagramSocket.h +++ b/Net/include/Poco/Net/DatagramSocket.h @@ -1,7 +1,7 @@ // // DatagramSocket.h // -// $Id: //poco/1.3/Net/include/Poco/Net/DatagramSocket.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/DatagramSocket.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/DatagramSocketImpl.h b/Net/include/Poco/Net/DatagramSocketImpl.h index b6cfdfb24..72087eb26 100644 --- a/Net/include/Poco/Net/DatagramSocketImpl.h +++ b/Net/include/Poco/Net/DatagramSocketImpl.h @@ -1,7 +1,7 @@ // // DatagramSocketImpl.h // -// $Id: //poco/1.3/Net/include/Poco/Net/DatagramSocketImpl.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/DatagramSocketImpl.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/DialogSocket.h b/Net/include/Poco/Net/DialogSocket.h index 808c38a84..7009d0fcd 100644 --- a/Net/include/Poco/Net/DialogSocket.h +++ b/Net/include/Poco/Net/DialogSocket.h @@ -1,7 +1,7 @@ // // DialogSocket.h // -// $Id: //poco/1.3/Net/include/Poco/Net/DialogSocket.h#4 $ +// $Id: //poco/1.4/Net/include/Poco/Net/DialogSocket.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/FTPClientSession.h b/Net/include/Poco/Net/FTPClientSession.h index 27af8bf08..4eeae4581 100644 --- a/Net/include/Poco/Net/FTPClientSession.h +++ b/Net/include/Poco/Net/FTPClientSession.h @@ -1,7 +1,7 @@ // // FTPClientSession.h // -// $Id: //poco/1.3/Net/include/Poco/Net/FTPClientSession.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/FTPClientSession.h#1 $ // // Library: Net // Package: FTP diff --git a/Net/include/Poco/Net/FTPStreamFactory.h b/Net/include/Poco/Net/FTPStreamFactory.h index db5f828af..ce03c517f 100644 --- a/Net/include/Poco/Net/FTPStreamFactory.h +++ b/Net/include/Poco/Net/FTPStreamFactory.h @@ -1,7 +1,7 @@ // // FTPStreamFactory.h // -// $Id: //poco/1.3/Net/include/Poco/Net/FTPStreamFactory.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/FTPStreamFactory.h#1 $ // // Library: Net // Package: FTP diff --git a/Net/include/Poco/Net/FilePartSource.h b/Net/include/Poco/Net/FilePartSource.h index 6e74231a2..58f1079a3 100644 --- a/Net/include/Poco/Net/FilePartSource.h +++ b/Net/include/Poco/Net/FilePartSource.h @@ -1,7 +1,7 @@ // // FilePartSource.h // -// $Id: //poco/1.3/Net/include/Poco/Net/FilePartSource.h#3 $ +// $Id: //poco/1.4/Net/include/Poco/Net/FilePartSource.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/HTMLForm.h b/Net/include/Poco/Net/HTMLForm.h index d69daa8bc..f09a5af1a 100644 --- a/Net/include/Poco/Net/HTMLForm.h +++ b/Net/include/Poco/Net/HTMLForm.h @@ -1,7 +1,7 @@ // // HTMLForm.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTMLForm.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTMLForm.h#1 $ // // Library: Net // Package: HTML diff --git a/Net/include/Poco/Net/HTTPBasicCredentials.h b/Net/include/Poco/Net/HTTPBasicCredentials.h index 651d75b91..7192aa2a6 100644 --- a/Net/include/Poco/Net/HTTPBasicCredentials.h +++ b/Net/include/Poco/Net/HTTPBasicCredentials.h @@ -1,7 +1,7 @@ // // HTTPBasicCredentials.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPBasicCredentials.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPBasicCredentials.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HTTPChunkedStream.h b/Net/include/Poco/Net/HTTPChunkedStream.h index 44be79e56..6b0d7fb00 100644 --- a/Net/include/Poco/Net/HTTPChunkedStream.h +++ b/Net/include/Poco/Net/HTTPChunkedStream.h @@ -1,7 +1,7 @@ // // HTTPChunkedStream.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPChunkedStream.h#3 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPChunkedStream.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HTTPClientSession.h b/Net/include/Poco/Net/HTTPClientSession.h index 568aa63a6..c4025b62d 100644 --- a/Net/include/Poco/Net/HTTPClientSession.h +++ b/Net/include/Poco/Net/HTTPClientSession.h @@ -1,7 +1,7 @@ // // HTTPClientSession.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPClientSession.h#8 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPClientSession.h#1 $ // // Library: Net // Package: HTTPClient diff --git a/Net/include/Poco/Net/HTTPCookie.h b/Net/include/Poco/Net/HTTPCookie.h index ae7722435..d5f180599 100644 --- a/Net/include/Poco/Net/HTTPCookie.h +++ b/Net/include/Poco/Net/HTTPCookie.h @@ -1,7 +1,7 @@ // // HTTPCookie.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPCookie.h#3 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPCookie.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HTTPFixedLengthStream.h b/Net/include/Poco/Net/HTTPFixedLengthStream.h index b5f4361b0..b7e3ec4e5 100644 --- a/Net/include/Poco/Net/HTTPFixedLengthStream.h +++ b/Net/include/Poco/Net/HTTPFixedLengthStream.h @@ -1,7 +1,7 @@ // // HTTPFixedLengthStream.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPFixedLengthStream.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPFixedLengthStream.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HTTPHeaderStream.h b/Net/include/Poco/Net/HTTPHeaderStream.h index e37e21789..056ca66ac 100644 --- a/Net/include/Poco/Net/HTTPHeaderStream.h +++ b/Net/include/Poco/Net/HTTPHeaderStream.h @@ -1,7 +1,7 @@ // // HTTPHeaderStream.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPHeaderStream.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPHeaderStream.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HTTPMessage.h b/Net/include/Poco/Net/HTTPMessage.h index 68fb8bb7d..d830b4e2d 100644 --- a/Net/include/Poco/Net/HTTPMessage.h +++ b/Net/include/Poco/Net/HTTPMessage.h @@ -1,7 +1,7 @@ // // HTTPMessage.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPMessage.h#3 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPMessage.h#1 $ // // Library: Net // Package: HTTP @@ -79,8 +79,8 @@ public: void setTransferEncoding(const std::string& transferEncoding); /// Sets the transfer encoding for this message. /// - /// The value should be either IDENTITY_TRANSFER_ENCODING - /// or CHUNKED_TRANSFER_ENCODING. + /// The value should be either IDENTITY_TRANSFER_CODING + /// or CHUNKED_TRANSFER_CODING. const std::string& getTransferEncoding() const; /// Returns the transfer encoding used for this @@ -88,7 +88,7 @@ public: /// /// Normally, this is the value of the Transfer-Encoding /// header field. If no such field is present, - /// returns IDENTITY_TRANSFER_ENCODING. + /// returns IDENTITY_TRANSFER_CODING. void setChunkedTransferEncoding(bool flag); /// If flag is true, sets the Transfer-Encoding header to diff --git a/Net/include/Poco/Net/HTTPRequest.h b/Net/include/Poco/Net/HTTPRequest.h index e5bd4e023..135482d73 100644 --- a/Net/include/Poco/Net/HTTPRequest.h +++ b/Net/include/Poco/Net/HTTPRequest.h @@ -1,7 +1,7 @@ // // HTTPRequest.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPRequest.h#3 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPRequest.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HTTPRequestHandler.h b/Net/include/Poco/Net/HTTPRequestHandler.h index 3b00e1a9f..973578d10 100644 --- a/Net/include/Poco/Net/HTTPRequestHandler.h +++ b/Net/include/Poco/Net/HTTPRequestHandler.h @@ -1,7 +1,7 @@ // // HTTPRequestHandler.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPRequestHandler.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPRequestHandler.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/HTTPRequestHandlerFactory.h b/Net/include/Poco/Net/HTTPRequestHandlerFactory.h index e99c4c976..84c214081 100644 --- a/Net/include/Poco/Net/HTTPRequestHandlerFactory.h +++ b/Net/include/Poco/Net/HTTPRequestHandlerFactory.h @@ -1,7 +1,7 @@ // // HTTPRequestHandlerFactory.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPRequestHandlerFactory.h#3 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPRequestHandlerFactory.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/HTTPResponse.h b/Net/include/Poco/Net/HTTPResponse.h index 3adc3a96c..3f5900626 100644 --- a/Net/include/Poco/Net/HTTPResponse.h +++ b/Net/include/Poco/Net/HTTPResponse.h @@ -1,7 +1,7 @@ // // HTTPResponse.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPResponse.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPResponse.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HTTPServer.h b/Net/include/Poco/Net/HTTPServer.h index 9d595abf0..f26349aa6 100644 --- a/Net/include/Poco/Net/HTTPServer.h +++ b/Net/include/Poco/Net/HTTPServer.h @@ -1,7 +1,7 @@ // // HTTPServer.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServer.h#4 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPServer.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/HTTPServerConnection.h b/Net/include/Poco/Net/HTTPServerConnection.h index f7700d18e..faf70137b 100644 --- a/Net/include/Poco/Net/HTTPServerConnection.h +++ b/Net/include/Poco/Net/HTTPServerConnection.h @@ -1,7 +1,7 @@ // // HTTPServerConnection.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerConnection.h#4 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPServerConnection.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/HTTPServerConnectionFactory.h b/Net/include/Poco/Net/HTTPServerConnectionFactory.h index 4defe4f1a..46630519e 100644 --- a/Net/include/Poco/Net/HTTPServerConnectionFactory.h +++ b/Net/include/Poco/Net/HTTPServerConnectionFactory.h @@ -1,7 +1,7 @@ // // HTTPServerConnectionFactory.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerConnectionFactory.h#3 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPServerConnectionFactory.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/HTTPServerParams.h b/Net/include/Poco/Net/HTTPServerParams.h index 3fe76a5f3..0c19f3b0f 100644 --- a/Net/include/Poco/Net/HTTPServerParams.h +++ b/Net/include/Poco/Net/HTTPServerParams.h @@ -1,7 +1,7 @@ // // HTTPServerParams.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerParams.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPServerParams.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/HTTPServerRequest.h b/Net/include/Poco/Net/HTTPServerRequest.h index 7899c8721..6112acf40 100644 --- a/Net/include/Poco/Net/HTTPServerRequest.h +++ b/Net/include/Poco/Net/HTTPServerRequest.h @@ -1,7 +1,7 @@ // // HTTPServerRequest.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerRequest.h#4 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPServerRequest.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/HTTPServerRequestImpl.h b/Net/include/Poco/Net/HTTPServerRequestImpl.h index 62199ff26..eba63e0d4 100644 --- a/Net/include/Poco/Net/HTTPServerRequestImpl.h +++ b/Net/include/Poco/Net/HTTPServerRequestImpl.h @@ -1,7 +1,7 @@ // // HTTPServerRequestImpl.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerRequestImpl.h#5 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPServerRequestImpl.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/HTTPServerResponse.h b/Net/include/Poco/Net/HTTPServerResponse.h index 5a91cb6b5..2ede9e668 100644 --- a/Net/include/Poco/Net/HTTPServerResponse.h +++ b/Net/include/Poco/Net/HTTPServerResponse.h @@ -1,7 +1,7 @@ // // HTTPServerResponse.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerResponse.h#5 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPServerResponse.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/HTTPServerResponseImpl.h b/Net/include/Poco/Net/HTTPServerResponseImpl.h index 0977e8a2f..025695cfa 100644 --- a/Net/include/Poco/Net/HTTPServerResponseImpl.h +++ b/Net/include/Poco/Net/HTTPServerResponseImpl.h @@ -1,7 +1,7 @@ // // HTTPServerResponseImpl.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerResponseImpl.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPServerResponseImpl.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/HTTPServerSession.h b/Net/include/Poco/Net/HTTPServerSession.h index 3e42c7775..b7aefe1bd 100644 --- a/Net/include/Poco/Net/HTTPServerSession.h +++ b/Net/include/Poco/Net/HTTPServerSession.h @@ -1,7 +1,7 @@ // // HTTPServerSession.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPServerSession.h#3 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPServerSession.h#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/include/Poco/Net/HTTPSession.h b/Net/include/Poco/Net/HTTPSession.h index c3121ef32..47d7140bf 100644 --- a/Net/include/Poco/Net/HTTPSession.h +++ b/Net/include/Poco/Net/HTTPSession.h @@ -1,7 +1,7 @@ // // HTTPSession.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPSession.h#7 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPSession.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HTTPSessionFactory.h b/Net/include/Poco/Net/HTTPSessionFactory.h index 3492354a2..5cf6d9c6d 100644 --- a/Net/include/Poco/Net/HTTPSessionFactory.h +++ b/Net/include/Poco/Net/HTTPSessionFactory.h @@ -1,7 +1,7 @@ // // HTTPSessionFactory.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPSessionFactory.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPSessionFactory.h#1 $ // // Library: Net // Package: HTTPClient diff --git a/Net/include/Poco/Net/HTTPSessionInstantiator.h b/Net/include/Poco/Net/HTTPSessionInstantiator.h index 1b3abe30a..52d7339e7 100644 --- a/Net/include/Poco/Net/HTTPSessionInstantiator.h +++ b/Net/include/Poco/Net/HTTPSessionInstantiator.h @@ -1,7 +1,7 @@ // // HTTPSessionInstantiator.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPSessionInstantiator.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPSessionInstantiator.h#1 $ // // Library: Net // Package: HTTPClient diff --git a/Net/include/Poco/Net/HTTPStream.h b/Net/include/Poco/Net/HTTPStream.h index 2c331f46f..24eebe72e 100644 --- a/Net/include/Poco/Net/HTTPStream.h +++ b/Net/include/Poco/Net/HTTPStream.h @@ -1,7 +1,7 @@ // // HTTPStream.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPStream.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPStream.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HTTPStreamFactory.h b/Net/include/Poco/Net/HTTPStreamFactory.h index 16f91c470..e5d75776f 100644 --- a/Net/include/Poco/Net/HTTPStreamFactory.h +++ b/Net/include/Poco/Net/HTTPStreamFactory.h @@ -1,7 +1,7 @@ // // HTTPStreamFactory.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HTTPStreamFactory.h#3 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HTTPStreamFactory.h#1 $ // // Library: Net // Package: HTTP diff --git a/Net/include/Poco/Net/HostEntry.h b/Net/include/Poco/Net/HostEntry.h index ff9c6cecb..eb3d0df93 100644 --- a/Net/include/Poco/Net/HostEntry.h +++ b/Net/include/Poco/Net/HostEntry.h @@ -1,7 +1,7 @@ // // HostEntry.h // -// $Id: //poco/1.3/Net/include/Poco/Net/HostEntry.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/HostEntry.h#1 $ // // Library: Net // Package: NetCore diff --git a/Net/include/Poco/Net/ICMPClient.h b/Net/include/Poco/Net/ICMPClient.h index 24de74651..d741bb815 100644 --- a/Net/include/Poco/Net/ICMPClient.h +++ b/Net/include/Poco/Net/ICMPClient.h @@ -1,7 +1,7 @@ // // ICMPClient.h // -// $Id: //poco/1.3/Net/include/Poco/Net/ICMPClient.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/ICMPClient.h#1 $ // // Library: Net // Package: ICMP diff --git a/Net/include/Poco/Net/ICMPEventArgs.h b/Net/include/Poco/Net/ICMPEventArgs.h index 184f67f06..05c943e2e 100644 --- a/Net/include/Poco/Net/ICMPEventArgs.h +++ b/Net/include/Poco/Net/ICMPEventArgs.h @@ -1,7 +1,7 @@ // // ICMPEventArgs.h // -// $Id: //poco/1.3/Net/include/Poco/Net/ICMPEventArgs.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/ICMPEventArgs.h#1 $ // // Library: Net // Package: ICMP diff --git a/Net/include/Poco/Net/ICMPPacket.h b/Net/include/Poco/Net/ICMPPacket.h index 576a0956e..d15d0a6c9 100644 --- a/Net/include/Poco/Net/ICMPPacket.h +++ b/Net/include/Poco/Net/ICMPPacket.h @@ -1,7 +1,7 @@ // // ICMPPacket.h // -// $Id: //poco/1.3/Net/include/Poco/Net/ICMPPacket.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/ICMPPacket.h#1 $ // // Library: Net // Package: ICMP diff --git a/Net/include/Poco/Net/ICMPPacketImpl.h b/Net/include/Poco/Net/ICMPPacketImpl.h index a08949001..ec03fd52d 100644 --- a/Net/include/Poco/Net/ICMPPacketImpl.h +++ b/Net/include/Poco/Net/ICMPPacketImpl.h @@ -1,7 +1,7 @@ // // ICMPPacketImpl.h // -// $Id: //poco/1.3/Net/include/Poco/Net/ICMPPacketImpl.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/ICMPPacketImpl.h#1 $ // // Library: Net // Package: ICMP diff --git a/Net/include/Poco/Net/ICMPSocket.h b/Net/include/Poco/Net/ICMPSocket.h index fc29b876f..833310e32 100644 --- a/Net/include/Poco/Net/ICMPSocket.h +++ b/Net/include/Poco/Net/ICMPSocket.h @@ -1,7 +1,7 @@ // // ICMPSocket.h // -// $Id: //poco/1.3/Net/include/Poco/Net/ICMPSocket.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/ICMPSocket.h#1 $ // // Library: Net // Package: ICMP diff --git a/Net/include/Poco/Net/ICMPSocketImpl.h b/Net/include/Poco/Net/ICMPSocketImpl.h index 59903c39a..08ddf3ff5 100644 --- a/Net/include/Poco/Net/ICMPSocketImpl.h +++ b/Net/include/Poco/Net/ICMPSocketImpl.h @@ -1,7 +1,7 @@ // // ICMPSocketImpl.h // -// $Id: //poco/1.3/Net/include/Poco/Net/ICMPSocketImpl.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/ICMPSocketImpl.h#1 $ // // Library: Net // Package: ICMP diff --git a/Net/include/Poco/Net/ICMPv4PacketImpl.h b/Net/include/Poco/Net/ICMPv4PacketImpl.h index 0e87c4157..23fef0a9c 100644 --- a/Net/include/Poco/Net/ICMPv4PacketImpl.h +++ b/Net/include/Poco/Net/ICMPv4PacketImpl.h @@ -1,7 +1,7 @@ // // ICMPv4PacketImpl.h // -// $Id: //poco/1.3/Net/include/Poco/Net/ICMPv4PacketImpl.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/ICMPv4PacketImpl.h#1 $ // // Library: Net // Package: ICMP diff --git a/Net/include/Poco/Net/IPAddress.h b/Net/include/Poco/Net/IPAddress.h index 7dada199d..7c8e6fca6 100644 --- a/Net/include/Poco/Net/IPAddress.h +++ b/Net/include/Poco/Net/IPAddress.h @@ -1,7 +1,7 @@ // // IPAddress.h // -// $Id: //poco/1.3/Net/include/Poco/Net/IPAddress.h#4 $ +// $Id: //poco/1.4/Net/include/Poco/Net/IPAddress.h#1 $ // // Library: Net // Package: NetCore diff --git a/Net/include/Poco/Net/MailMessage.h b/Net/include/Poco/Net/MailMessage.h index e246e24e5..6f3670b9c 100644 --- a/Net/include/Poco/Net/MailMessage.h +++ b/Net/include/Poco/Net/MailMessage.h @@ -1,7 +1,7 @@ // // MailMessage.h // -// $Id: //poco/1.3/Net/include/Poco/Net/MailMessage.h#4 $ +// $Id: //poco/1.4/Net/include/Poco/Net/MailMessage.h#1 $ // // Library: Net // Package: Mail diff --git a/Net/include/Poco/Net/MailRecipient.h b/Net/include/Poco/Net/MailRecipient.h index a46a90595..25997f6e4 100644 --- a/Net/include/Poco/Net/MailRecipient.h +++ b/Net/include/Poco/Net/MailRecipient.h @@ -1,7 +1,7 @@ // // MailRecipient.h // -// $Id: //poco/1.3/Net/include/Poco/Net/MailRecipient.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/MailRecipient.h#1 $ // // Library: Net // Package: Mail diff --git a/Net/include/Poco/Net/MailStream.h b/Net/include/Poco/Net/MailStream.h index d3b28f0bb..fd3ec4d75 100644 --- a/Net/include/Poco/Net/MailStream.h +++ b/Net/include/Poco/Net/MailStream.h @@ -1,7 +1,7 @@ // // MailStream.h // -// $Id: //poco/1.3/Net/include/Poco/Net/MailStream.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/MailStream.h#1 $ // // Library: Net // Package: Mail diff --git a/Net/include/Poco/Net/MediaType.h b/Net/include/Poco/Net/MediaType.h index 6256d2523..5267bb5ae 100644 --- a/Net/include/Poco/Net/MediaType.h +++ b/Net/include/Poco/Net/MediaType.h @@ -1,7 +1,7 @@ // // MediaType.h // -// $Id: //poco/1.3/Net/include/Poco/Net/MediaType.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/MediaType.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/MessageHeader.h b/Net/include/Poco/Net/MessageHeader.h index 080d22e22..60b12d137 100644 --- a/Net/include/Poco/Net/MessageHeader.h +++ b/Net/include/Poco/Net/MessageHeader.h @@ -1,7 +1,7 @@ // // MessageHeader.h // -// $Id: //poco/1.3/Net/include/Poco/Net/MessageHeader.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/MessageHeader.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/MulticastSocket.h b/Net/include/Poco/Net/MulticastSocket.h index 4bc1c7b4e..ab3275a57 100644 --- a/Net/include/Poco/Net/MulticastSocket.h +++ b/Net/include/Poco/Net/MulticastSocket.h @@ -1,7 +1,7 @@ // // MulticastSocket.h // -// $Id: //poco/1.3/Net/include/Poco/Net/MulticastSocket.h#3 $ +// $Id: //poco/1.4/Net/include/Poco/Net/MulticastSocket.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/MultipartReader.h b/Net/include/Poco/Net/MultipartReader.h index 3895bf643..7ad269253 100644 --- a/Net/include/Poco/Net/MultipartReader.h +++ b/Net/include/Poco/Net/MultipartReader.h @@ -1,7 +1,7 @@ // // MultipartReader.h // -// $Id: //poco/1.3/Net/include/Poco/Net/MultipartReader.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/MultipartReader.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/MultipartWriter.h b/Net/include/Poco/Net/MultipartWriter.h index 66578023b..12eb2316b 100644 --- a/Net/include/Poco/Net/MultipartWriter.h +++ b/Net/include/Poco/Net/MultipartWriter.h @@ -1,7 +1,7 @@ // // MultipartWriter.h // -// $Id: //poco/1.3/Net/include/Poco/Net/MultipartWriter.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/MultipartWriter.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/NameValueCollection.h b/Net/include/Poco/Net/NameValueCollection.h index a64c449e6..9bcd45bd3 100644 --- a/Net/include/Poco/Net/NameValueCollection.h +++ b/Net/include/Poco/Net/NameValueCollection.h @@ -1,7 +1,7 @@ // // NameValueCollection.h // -// $Id: //poco/1.3/Net/include/Poco/Net/NameValueCollection.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/NameValueCollection.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/Net.h b/Net/include/Poco/Net/Net.h index 6c4865930..5f2111c62 100644 --- a/Net/include/Poco/Net/Net.h +++ b/Net/include/Poco/Net/Net.h @@ -1,7 +1,7 @@ // // Net.h // -// $Id: //poco/1.3/Net/include/Poco/Net/Net.h#7 $ +// $Id: //poco/1.4/Net/include/Poco/Net/Net.h#1 $ // // Library: Net // Package: NetCore diff --git a/Net/include/Poco/Net/NetException.h b/Net/include/Poco/Net/NetException.h index fd4a79582..14c50f7e7 100644 --- a/Net/include/Poco/Net/NetException.h +++ b/Net/include/Poco/Net/NetException.h @@ -1,7 +1,7 @@ // // NetException.h // -// $Id: //poco/1.3/Net/include/Poco/Net/NetException.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/NetException.h#1 $ // // Library: Net // Package: NetCore diff --git a/Net/include/Poco/Net/NetworkInterface.h b/Net/include/Poco/Net/NetworkInterface.h index def5e4e3c..d312e5d06 100644 --- a/Net/include/Poco/Net/NetworkInterface.h +++ b/Net/include/Poco/Net/NetworkInterface.h @@ -1,7 +1,7 @@ // // NetworkInterface.h // -// $Id: //poco/1.3/Net/include/Poco/Net/NetworkInterface.h#8 $ +// $Id: //poco/1.4/Net/include/Poco/Net/NetworkInterface.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/NullPartHandler.h b/Net/include/Poco/Net/NullPartHandler.h index 5e8afc208..a1d525489 100644 --- a/Net/include/Poco/Net/NullPartHandler.h +++ b/Net/include/Poco/Net/NullPartHandler.h @@ -1,7 +1,7 @@ // // NullPartHandler.h // -// $Id: //poco/1.3/Net/include/Poco/Net/NullPartHandler.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/NullPartHandler.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/POP3ClientSession.h b/Net/include/Poco/Net/POP3ClientSession.h index 7bdc129af..d3bd5dea6 100644 --- a/Net/include/Poco/Net/POP3ClientSession.h +++ b/Net/include/Poco/Net/POP3ClientSession.h @@ -1,7 +1,7 @@ // // POP3ClientSession.h // -// $Id: //poco/1.3/Net/include/Poco/Net/POP3ClientSession.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/POP3ClientSession.h#1 $ // // Library: Net // Package: Mail diff --git a/Net/include/Poco/Net/PartHandler.h b/Net/include/Poco/Net/PartHandler.h index d0dbbea61..cebbd1f1e 100644 --- a/Net/include/Poco/Net/PartHandler.h +++ b/Net/include/Poco/Net/PartHandler.h @@ -1,7 +1,7 @@ // // PartHandler.h // -// $Id: //poco/1.3/Net/include/Poco/Net/PartHandler.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/PartHandler.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/PartSource.h b/Net/include/Poco/Net/PartSource.h index 7d827ff59..8d004e351 100644 --- a/Net/include/Poco/Net/PartSource.h +++ b/Net/include/Poco/Net/PartSource.h @@ -1,7 +1,7 @@ // // PartSource.h // -// $Id: //poco/1.3/Net/include/Poco/Net/PartSource.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/PartSource.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/QuotedPrintableDecoder.h b/Net/include/Poco/Net/QuotedPrintableDecoder.h index ebdba5ddd..072732589 100644 --- a/Net/include/Poco/Net/QuotedPrintableDecoder.h +++ b/Net/include/Poco/Net/QuotedPrintableDecoder.h @@ -1,7 +1,7 @@ // // QuotedPrintableDecoder.h // -// $Id: //poco/1.3/Net/include/Poco/Net/QuotedPrintableDecoder.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/QuotedPrintableDecoder.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/QuotedPrintableEncoder.h b/Net/include/Poco/Net/QuotedPrintableEncoder.h index 61888ead1..8b4e0a02e 100644 --- a/Net/include/Poco/Net/QuotedPrintableEncoder.h +++ b/Net/include/Poco/Net/QuotedPrintableEncoder.h @@ -1,7 +1,7 @@ // // QuotedPrintableEncoder.h // -// $Id: //poco/1.3/Net/include/Poco/Net/QuotedPrintableEncoder.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/QuotedPrintableEncoder.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/RawSocket.h b/Net/include/Poco/Net/RawSocket.h index c1b18b19e..8a4795f38 100644 --- a/Net/include/Poco/Net/RawSocket.h +++ b/Net/include/Poco/Net/RawSocket.h @@ -1,7 +1,7 @@ // // RawSocket.h // -// $Id: //poco/1.3/Net/include/Poco/Net/RawSocket.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/RawSocket.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/RawSocketImpl.h b/Net/include/Poco/Net/RawSocketImpl.h index a55057895..11d849e98 100644 --- a/Net/include/Poco/Net/RawSocketImpl.h +++ b/Net/include/Poco/Net/RawSocketImpl.h @@ -1,7 +1,7 @@ // // RawSocketImpl.h // -// $Id: //poco/1.3/Net/include/Poco/Net/RawSocketImpl.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/RawSocketImpl.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/RemoteSyslogChannel.h b/Net/include/Poco/Net/RemoteSyslogChannel.h index ba513f0c9..aeeb21e58 100644 --- a/Net/include/Poco/Net/RemoteSyslogChannel.h +++ b/Net/include/Poco/Net/RemoteSyslogChannel.h @@ -1,7 +1,7 @@ // // RemoteSyslogChannel.h // -// $Id: //poco/1.3/Net/include/Poco/Net/RemoteSyslogChannel.h#3 $ +// $Id: //poco/1.4/Net/include/Poco/Net/RemoteSyslogChannel.h#1 $ // // Library: Net // Package: Logging diff --git a/Net/include/Poco/Net/RemoteSyslogListener.h b/Net/include/Poco/Net/RemoteSyslogListener.h index 38b72edd1..be4d4053d 100644 --- a/Net/include/Poco/Net/RemoteSyslogListener.h +++ b/Net/include/Poco/Net/RemoteSyslogListener.h @@ -1,7 +1,7 @@ // // RemoteSyslogListener.h // -// $Id: //poco/1.3/Net/include/Poco/Net/RemoteSyslogListener.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/RemoteSyslogListener.h#1 $ // // Library: Net // Package: Logging diff --git a/Net/include/Poco/Net/SMTPClientSession.h b/Net/include/Poco/Net/SMTPClientSession.h index 2bd0d1c9c..016e980bb 100644 --- a/Net/include/Poco/Net/SMTPClientSession.h +++ b/Net/include/Poco/Net/SMTPClientSession.h @@ -1,7 +1,7 @@ // // SMTPClientSession.h // -// $Id: //poco/1.3/Net/include/Poco/Net/SMTPClientSession.h#8 $ +// $Id: //poco/1.4/Net/include/Poco/Net/SMTPClientSession.h#1 $ // // Library: Net // Package: Mail diff --git a/Net/include/Poco/Net/ServerSocket.h b/Net/include/Poco/Net/ServerSocket.h index 48450fb12..a266ff599 100644 --- a/Net/include/Poco/Net/ServerSocket.h +++ b/Net/include/Poco/Net/ServerSocket.h @@ -1,7 +1,7 @@ // // ServerSocket.h // -// $Id: //poco/1.3/Net/include/Poco/Net/ServerSocket.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/ServerSocket.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/ServerSocketImpl.h b/Net/include/Poco/Net/ServerSocketImpl.h index a8ee54610..d0dcdcea6 100644 --- a/Net/include/Poco/Net/ServerSocketImpl.h +++ b/Net/include/Poco/Net/ServerSocketImpl.h @@ -1,7 +1,7 @@ // // ServerSocketImpl.h // -// $Id: //poco/1.3/Net/include/Poco/Net/ServerSocketImpl.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/ServerSocketImpl.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/Socket.h b/Net/include/Poco/Net/Socket.h index 293e0a3fd..6081de208 100644 --- a/Net/include/Poco/Net/Socket.h +++ b/Net/include/Poco/Net/Socket.h @@ -1,7 +1,7 @@ // // Socket.h // -// $Id: //poco/1.3/Net/include/Poco/Net/Socket.h#5 $ +// $Id: //poco/1.4/Net/include/Poco/Net/Socket.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/SocketAcceptor.h b/Net/include/Poco/Net/SocketAcceptor.h index f072d4c9d..d98f5abe0 100644 --- a/Net/include/Poco/Net/SocketAcceptor.h +++ b/Net/include/Poco/Net/SocketAcceptor.h @@ -1,7 +1,7 @@ // // SocketAcceptor.h // -// $Id: //poco/1.3/Net/include/Poco/Net/SocketAcceptor.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/SocketAcceptor.h#1 $ // // Library: Net // Package: Reactor diff --git a/Net/include/Poco/Net/SocketAddress.h b/Net/include/Poco/Net/SocketAddress.h index 8ad3cff85..857b7a6f9 100644 --- a/Net/include/Poco/Net/SocketAddress.h +++ b/Net/include/Poco/Net/SocketAddress.h @@ -1,7 +1,7 @@ // // SocketAddress.h // -// $Id: //poco/1.3/Net/include/Poco/Net/SocketAddress.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/SocketAddress.h#1 $ // // Library: Net // Package: NetCore diff --git a/Net/include/Poco/Net/SocketConnector.h b/Net/include/Poco/Net/SocketConnector.h index b513b44a9..98adfe085 100644 --- a/Net/include/Poco/Net/SocketConnector.h +++ b/Net/include/Poco/Net/SocketConnector.h @@ -1,7 +1,7 @@ // // SocketConnector.h // -// $Id: //poco/1.3/Net/include/Poco/Net/SocketConnector.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/SocketConnector.h#1 $ // // Library: Net // Package: Reactor diff --git a/Net/include/Poco/Net/SocketDefs.h b/Net/include/Poco/Net/SocketDefs.h index 2a518dfed..7d40726dd 100644 --- a/Net/include/Poco/Net/SocketDefs.h +++ b/Net/include/Poco/Net/SocketDefs.h @@ -1,7 +1,7 @@ // // SocketDefs.h // -// $Id: //poco/1.3/Net/include/Poco/Net/SocketDefs.h#4 $ +// $Id: //poco/1.4/Net/include/Poco/Net/SocketDefs.h#1 $ // // Library: Net // Package: NetCore diff --git a/Net/include/Poco/Net/SocketImpl.h b/Net/include/Poco/Net/SocketImpl.h index ec06c02e4..a578aecfb 100644 --- a/Net/include/Poco/Net/SocketImpl.h +++ b/Net/include/Poco/Net/SocketImpl.h @@ -1,7 +1,7 @@ // // SocketImpl.h // -// $Id: //poco/1.3/Net/include/Poco/Net/SocketImpl.h#8 $ +// $Id: //poco/1.4/Net/include/Poco/Net/SocketImpl.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/SocketNotification.h b/Net/include/Poco/Net/SocketNotification.h index 95876718c..d1d9d0165 100644 --- a/Net/include/Poco/Net/SocketNotification.h +++ b/Net/include/Poco/Net/SocketNotification.h @@ -1,7 +1,7 @@ // // SocketNotification.h // -// $Id: //poco/1.3/Net/include/Poco/Net/SocketNotification.h#3 $ +// $Id: //poco/1.4/Net/include/Poco/Net/SocketNotification.h#1 $ // // Library: Net // Package: Reactor diff --git a/Net/include/Poco/Net/SocketNotifier.h b/Net/include/Poco/Net/SocketNotifier.h index 6b869c606..09f90cb44 100644 --- a/Net/include/Poco/Net/SocketNotifier.h +++ b/Net/include/Poco/Net/SocketNotifier.h @@ -1,7 +1,7 @@ // // SocketNotifier.h // -// $Id: //poco/1.3/Net/include/Poco/Net/SocketNotifier.h#3 $ +// $Id: //poco/1.4/Net/include/Poco/Net/SocketNotifier.h#1 $ // // Library: Net // Package: Reactor diff --git a/Net/include/Poco/Net/SocketReactor.h b/Net/include/Poco/Net/SocketReactor.h index d77e2ca57..8e89be5e1 100644 --- a/Net/include/Poco/Net/SocketReactor.h +++ b/Net/include/Poco/Net/SocketReactor.h @@ -1,7 +1,7 @@ // // SocketReactor.h // -// $Id: //poco/1.3/Net/include/Poco/Net/SocketReactor.h#4 $ +// $Id: //poco/1.4/Net/include/Poco/Net/SocketReactor.h#1 $ // // Library: Net // Package: Reactor diff --git a/Net/include/Poco/Net/SocketStream.h b/Net/include/Poco/Net/SocketStream.h index b128f560d..b003202ce 100644 --- a/Net/include/Poco/Net/SocketStream.h +++ b/Net/include/Poco/Net/SocketStream.h @@ -1,7 +1,7 @@ // // SocketStream.h // -// $Id: //poco/1.3/Net/include/Poco/Net/SocketStream.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/SocketStream.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/StreamSocket.h b/Net/include/Poco/Net/StreamSocket.h index 73bcdc03d..197eed148 100644 --- a/Net/include/Poco/Net/StreamSocket.h +++ b/Net/include/Poco/Net/StreamSocket.h @@ -1,7 +1,7 @@ // // StreamSocket.h // -// $Id: //poco/1.3/Net/include/Poco/Net/StreamSocket.h#4 $ +// $Id: //poco/1.4/Net/include/Poco/Net/StreamSocket.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/StreamSocketImpl.h b/Net/include/Poco/Net/StreamSocketImpl.h index eb4619bbd..14b27c4b7 100644 --- a/Net/include/Poco/Net/StreamSocketImpl.h +++ b/Net/include/Poco/Net/StreamSocketImpl.h @@ -1,7 +1,7 @@ // // StreamSocketImpl.h // -// $Id: //poco/1.3/Net/include/Poco/Net/StreamSocketImpl.h#3 $ +// $Id: //poco/1.4/Net/include/Poco/Net/StreamSocketImpl.h#1 $ // // Library: Net // Package: Sockets diff --git a/Net/include/Poco/Net/StringPartSource.h b/Net/include/Poco/Net/StringPartSource.h index a9c22ac22..9b77953eb 100644 --- a/Net/include/Poco/Net/StringPartSource.h +++ b/Net/include/Poco/Net/StringPartSource.h @@ -1,7 +1,7 @@ // // StringPartSource.h // -// $Id: //poco/1.3/Net/include/Poco/Net/StringPartSource.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/StringPartSource.h#1 $ // // Library: Net // Package: Messages diff --git a/Net/include/Poco/Net/TCPServer.h b/Net/include/Poco/Net/TCPServer.h index 891b00891..1073766f8 100644 --- a/Net/include/Poco/Net/TCPServer.h +++ b/Net/include/Poco/Net/TCPServer.h @@ -1,7 +1,7 @@ // // TCPServer.h // -// $Id: //poco/1.3/Net/include/Poco/Net/TCPServer.h#6 $ +// $Id: //poco/1.4/Net/include/Poco/Net/TCPServer.h#1 $ // // Library: Net // Package: TCPServer diff --git a/Net/include/Poco/Net/TCPServerConnection.h b/Net/include/Poco/Net/TCPServerConnection.h index ec8e622b2..65bddef6a 100644 --- a/Net/include/Poco/Net/TCPServerConnection.h +++ b/Net/include/Poco/Net/TCPServerConnection.h @@ -1,7 +1,7 @@ // // TCPServerConnection.h // -// $Id: //poco/1.3/Net/include/Poco/Net/TCPServerConnection.h#1 $ +// $Id: //poco/1.4/Net/include/Poco/Net/TCPServerConnection.h#1 $ // // Library: Net // Package: TCPServer diff --git a/Net/include/Poco/Net/TCPServerConnectionFactory.h b/Net/include/Poco/Net/TCPServerConnectionFactory.h index 0ac53fbc3..b874e6a97 100644 --- a/Net/include/Poco/Net/TCPServerConnectionFactory.h +++ b/Net/include/Poco/Net/TCPServerConnectionFactory.h @@ -1,7 +1,7 @@ // // TCPServerConnectionFactory.h // -// $Id: //poco/1.3/Net/include/Poco/Net/TCPServerConnectionFactory.h#2 $ +// $Id: //poco/1.4/Net/include/Poco/Net/TCPServerConnectionFactory.h#1 $ // // Library: Net // Package: TCPServer diff --git a/Net/include/Poco/Net/TCPServerDispatcher.h b/Net/include/Poco/Net/TCPServerDispatcher.h index bf95d9a5b..f9f1d50af 100644 --- a/Net/include/Poco/Net/TCPServerDispatcher.h +++ b/Net/include/Poco/Net/TCPServerDispatcher.h @@ -1,7 +1,7 @@ // // TCPServerDispatcher.h // -// $Id: //poco/1.3/Net/include/Poco/Net/TCPServerDispatcher.h#4 $ +// $Id: //poco/1.4/Net/include/Poco/Net/TCPServerDispatcher.h#1 $ // // Library: Net // Package: TCPServer diff --git a/Net/include/Poco/Net/TCPServerParams.h b/Net/include/Poco/Net/TCPServerParams.h index 0572a4ac9..e2822a9b8 100644 --- a/Net/include/Poco/Net/TCPServerParams.h +++ b/Net/include/Poco/Net/TCPServerParams.h @@ -1,7 +1,7 @@ // // TCPServerParams.h // -// $Id: //poco/1.3/Net/include/Poco/Net/TCPServerParams.h#3 $ +// $Id: //poco/1.4/Net/include/Poco/Net/TCPServerParams.h#1 $ // // Library: Net // Package: TCPServer diff --git a/Net/samples/EchoServer/EchoServer.vmsbuild b/Net/samples/EchoServer/EchoServer.vmsbuild index 5065341d5..d3d75a692 100644 --- a/Net/samples/EchoServer/EchoServer.vmsbuild +++ b/Net/samples/EchoServer/EchoServer.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Net/samples/EchoServer/EchoServer.vmsbuild#1 $ +# $Id: //poco/1.4/Net/samples/EchoServer/EchoServer.vmsbuild#1 $ # EXE=EchoServer EchoServer diff --git a/Net/samples/EchoServer/Makefile b/Net/samples/EchoServer/Makefile index 868051512..062ea8061 100644 --- a/Net/samples/EchoServer/Makefile +++ b/Net/samples/EchoServer/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Net/samples/EchoServer/Makefile#1 $ +# $Id: //poco/1.4/Net/samples/EchoServer/Makefile#1 $ # # Makefile for Poco EchoServer # diff --git a/Net/samples/EchoServer/src/EchoServer.cpp b/Net/samples/EchoServer/src/EchoServer.cpp index 36ba907ef..7ce27b8c2 100644 --- a/Net/samples/EchoServer/src/EchoServer.cpp +++ b/Net/samples/EchoServer/src/EchoServer.cpp @@ -1,7 +1,7 @@ // // EchoServer.cpp // -// $Id: //poco/1.3/Net/samples/EchoServer/src/EchoServer.cpp#1 $ +// $Id: //poco/1.4/Net/samples/EchoServer/src/EchoServer.cpp#1 $ // // This sample demonstrates the SocketReactor and SocketAcceptor classes. // diff --git a/Net/samples/HTTPFormServer/HTTPFormServer.vmsbuild b/Net/samples/HTTPFormServer/HTTPFormServer.vmsbuild index 0ddd6dbe4..4640403f3 100644 --- a/Net/samples/HTTPFormServer/HTTPFormServer.vmsbuild +++ b/Net/samples/HTTPFormServer/HTTPFormServer.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Net/samples/HTTPFormServer/HTTPFormServer.vmsbuild#1 $ +# $Id: //poco/1.4/Net/samples/HTTPFormServer/HTTPFormServer.vmsbuild#1 $ # EXE=HTTPFormServer HTTPFormServer diff --git a/Net/samples/HTTPFormServer/Makefile b/Net/samples/HTTPFormServer/Makefile index 1baf4eeab..e57ad9739 100644 --- a/Net/samples/HTTPFormServer/Makefile +++ b/Net/samples/HTTPFormServer/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Net/samples/HTTPFormServer/Makefile#1 $ +# $Id: //poco/1.4/Net/samples/HTTPFormServer/Makefile#1 $ # # Makefile for Poco HTTPFormServer # diff --git a/Net/samples/HTTPLoadTest/HTTPLoadTest.vmsbuild b/Net/samples/HTTPLoadTest/HTTPLoadTest.vmsbuild index 2f52dd9b4..d65afcf85 100644 --- a/Net/samples/HTTPLoadTest/HTTPLoadTest.vmsbuild +++ b/Net/samples/HTTPLoadTest/HTTPLoadTest.vmsbuild @@ -1,7 +1,7 @@ # # HTTPLoadTest.vmsbuild # -# $Id: //poco/1.3/Net/samples/HTTPLoadTest/HTTPLoadTest.vmsbuild#1 $ +# $Id: //poco/1.4/Net/samples/HTTPLoadTest/HTTPLoadTest.vmsbuild#1 $ # EXE=HTTPLoadTest HTTPLoadTest diff --git a/Net/samples/HTTPLoadTest/Makefile b/Net/samples/HTTPLoadTest/Makefile index b6526083d..6663013ca 100644 --- a/Net/samples/HTTPLoadTest/Makefile +++ b/Net/samples/HTTPLoadTest/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Net/samples/HTTPLoadTest/Makefile#1 $ +# $Id: //poco/1.4/Net/samples/HTTPLoadTest/Makefile#1 $ # # Makefile for Poco HTTPLoadTest # diff --git a/Net/samples/HTTPLoadTest/src/HTTPLoadTest.cpp b/Net/samples/HTTPLoadTest/src/HTTPLoadTest.cpp index ca68cea06..01e6adee4 100644 --- a/Net/samples/HTTPLoadTest/src/HTTPLoadTest.cpp +++ b/Net/samples/HTTPLoadTest/src/HTTPLoadTest.cpp @@ -1,7 +1,7 @@ // // HTTPLoadTest.cpp // -// $Id: //poco/1.3/Net/samples/HTTPLoadTest/src/HTTPLoadTest.cpp#3 $ +// $Id: //poco/1.4/Net/samples/HTTPLoadTest/src/HTTPLoadTest.cpp#1 $ // // This sample demonstrates the HTTPClientSession class. // diff --git a/Net/samples/HTTPTimeServer/HTTPTimeServer.vmsbuild b/Net/samples/HTTPTimeServer/HTTPTimeServer.vmsbuild index 61be67113..bb821cfd1 100644 --- a/Net/samples/HTTPTimeServer/HTTPTimeServer.vmsbuild +++ b/Net/samples/HTTPTimeServer/HTTPTimeServer.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Net/samples/HTTPTimeServer/HTTPTimeServer.vmsbuild#1 $ +# $Id: //poco/1.4/Net/samples/HTTPTimeServer/HTTPTimeServer.vmsbuild#1 $ # EXE=HTTPTimeServer HTTPTimeServer diff --git a/Net/samples/HTTPTimeServer/Makefile b/Net/samples/HTTPTimeServer/Makefile index 02431263a..57cb5b69a 100644 --- a/Net/samples/HTTPTimeServer/Makefile +++ b/Net/samples/HTTPTimeServer/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Net/samples/HTTPTimeServer/Makefile#1 $ +# $Id: //poco/1.4/Net/samples/HTTPTimeServer/Makefile#1 $ # # Makefile for Poco HTTPTimeServer # diff --git a/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp b/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp index f20f71f6a..a29de9a18 100644 --- a/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp +++ b/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp @@ -1,7 +1,7 @@ // // HTTPTimeServer.cpp // -// $Id: //poco/1.3/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp#2 $ +// $Id: //poco/1.4/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp#1 $ // // This sample demonstrates the HTTPServer and related classes. // diff --git a/Net/samples/Mail/Mail.vmsbuild b/Net/samples/Mail/Mail.vmsbuild index 4fa4d73ed..9bf00fd00 100644 --- a/Net/samples/Mail/Mail.vmsbuild +++ b/Net/samples/Mail/Mail.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Net/samples/Mail/Mail.vmsbuild#1 $ +# $Id: //poco/1.4/Net/samples/Mail/Mail.vmsbuild#1 $ # EXE=Mail Mail diff --git a/Net/samples/Mail/Makefile b/Net/samples/Mail/Makefile index df0424c95..dd587be40 100644 --- a/Net/samples/Mail/Makefile +++ b/Net/samples/Mail/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Net/samples/Mail/Makefile#1 $ +# $Id: //poco/1.4/Net/samples/Mail/Makefile#1 $ # # Makefile for Poco Mail # diff --git a/Net/samples/Mail/src/Mail.cpp b/Net/samples/Mail/src/Mail.cpp index 226b3aa41..38faaee00 100644 --- a/Net/samples/Mail/src/Mail.cpp +++ b/Net/samples/Mail/src/Mail.cpp @@ -1,7 +1,7 @@ // // Mail.cpp // -// $Id: //poco/1.3/Net/samples/Mail/src/Mail.cpp#2 $ +// $Id: //poco/1.4/Net/samples/Mail/src/Mail.cpp#1 $ // // This sample demonstrates the MailMessage and SMTPClientSession classes. // diff --git a/Net/samples/Makefile b/Net/samples/Makefile index c4f74c592..619439e37 100644 --- a/Net/samples/Makefile +++ b/Net/samples/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Net/samples/Makefile#2 $ +# $Id: //poco/1.4/Net/samples/Makefile#1 $ # # Makefile for Poco Net Samples # diff --git a/Net/samples/Ping/Makefile b/Net/samples/Ping/Makefile index 425cd056d..c9ec68193 100644 --- a/Net/samples/Ping/Makefile +++ b/Net/samples/Ping/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Net/samples/Ping/Makefile#1 $ +# $Id: //poco/1.4/Net/samples/Ping/Makefile#1 $ # # Makefile for Poco ping # diff --git a/Net/samples/Ping/Ping.vmsbuild b/Net/samples/Ping/Ping.vmsbuild index 5a1ec621f..3f33fa264 100644 --- a/Net/samples/Ping/Ping.vmsbuild +++ b/Net/samples/Ping/Ping.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Net/samples/Ping/Ping.vmsbuild#1 $ +# $Id: //poco/1.4/Net/samples/Ping/Ping.vmsbuild#1 $ # EXE=Ping Ping diff --git a/Net/samples/Ping/src/Ping.cpp b/Net/samples/Ping/src/Ping.cpp index 62c9cfb6b..185fb76d0 100644 --- a/Net/samples/Ping/src/Ping.cpp +++ b/Net/samples/Ping/src/Ping.cpp @@ -1,7 +1,7 @@ // // Ping.cpp // -// $Id: //poco/1.3/Net/samples/Ping/src/Ping.cpp#1 $ +// $Id: //poco/1.4/Net/samples/Ping/src/Ping.cpp#1 $ // // This sample demonstrates the Application class. // diff --git a/Net/samples/TimeServer/Makefile b/Net/samples/TimeServer/Makefile index 5382e718a..e507e02a0 100644 --- a/Net/samples/TimeServer/Makefile +++ b/Net/samples/TimeServer/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Net/samples/TimeServer/Makefile#1 $ +# $Id: //poco/1.4/Net/samples/TimeServer/Makefile#1 $ # # Makefile for Poco TimeServer # diff --git a/Net/samples/TimeServer/TimeServer.vmsbuild b/Net/samples/TimeServer/TimeServer.vmsbuild index 3a6550d4f..3b22b2e33 100644 --- a/Net/samples/TimeServer/TimeServer.vmsbuild +++ b/Net/samples/TimeServer/TimeServer.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Net/samples/TimeServer/TimeServer.vmsbuild#1 $ +# $Id: //poco/1.4/Net/samples/TimeServer/TimeServer.vmsbuild#1 $ # EXE=TimeServer TimeServer diff --git a/Net/samples/TimeServer/src/TimeServer.cpp b/Net/samples/TimeServer/src/TimeServer.cpp index d6898c19f..362ad6f04 100644 --- a/Net/samples/TimeServer/src/TimeServer.cpp +++ b/Net/samples/TimeServer/src/TimeServer.cpp @@ -1,7 +1,7 @@ // // TimeServer.cpp // -// $Id: //poco/1.3/Net/samples/TimeServer/src/TimeServer.cpp#1 $ +// $Id: //poco/1.4/Net/samples/TimeServer/src/TimeServer.cpp#1 $ // // This sample demonstrates the TCPServer and ServerSocket classes. // diff --git a/Net/samples/TwitterClient/Makefile b/Net/samples/TwitterClient/Makefile index 6404994c3..af6463eb7 100644 --- a/Net/samples/TwitterClient/Makefile +++ b/Net/samples/TwitterClient/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Net/samples/TwitterClient/Makefile#1 $ +# $Id: //poco/1.4/Net/samples/TwitterClient/Makefile#1 $ # # Makefile for Poco Twitter Client # diff --git a/Net/samples/TwitterClient/src/TweetApp.cpp b/Net/samples/TwitterClient/src/TweetApp.cpp index 1434ee033..b3a1d79af 100644 --- a/Net/samples/TwitterClient/src/TweetApp.cpp +++ b/Net/samples/TwitterClient/src/TweetApp.cpp @@ -1,7 +1,7 @@ // // TwitterApp.cpp // -// $Id: //poco/1.3/Net/samples/TwitterClient/src/TweetApp.cpp#1 $ +// $Id: //poco/1.4/Net/samples/TwitterClient/src/TweetApp.cpp#1 $ // // A very simple command-line Twitter client. // diff --git a/Net/samples/TwitterClient/src/Twitter.cpp b/Net/samples/TwitterClient/src/Twitter.cpp index 666f3b328..3eb98d400 100644 --- a/Net/samples/TwitterClient/src/Twitter.cpp +++ b/Net/samples/TwitterClient/src/Twitter.cpp @@ -1,7 +1,7 @@ // // Twitter.cpp // -// $Id: //poco/1.3/Net/samples/TwitterClient/src/Twitter.cpp#2 $ +// $Id: //poco/1.4/Net/samples/TwitterClient/src/Twitter.cpp#1 $ // // A C++ implementation of a Twitter client based on the POCO Net library. // diff --git a/Net/samples/TwitterClient/src/Twitter.h b/Net/samples/TwitterClient/src/Twitter.h index ca058f1f1..f5860a8e1 100644 --- a/Net/samples/TwitterClient/src/Twitter.h +++ b/Net/samples/TwitterClient/src/Twitter.h @@ -1,7 +1,7 @@ // // Twitter.h // -// $Id: //poco/1.3/Net/samples/TwitterClient/src/Twitter.h#1 $ +// $Id: //poco/1.4/Net/samples/TwitterClient/src/Twitter.h#1 $ // // A C++ implementation of a Twitter client based on the POCO Net library. // diff --git a/Net/samples/dict/Makefile b/Net/samples/dict/Makefile index a552dd490..79f107608 100644 --- a/Net/samples/dict/Makefile +++ b/Net/samples/dict/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Net/samples/dict/Makefile#1 $ +# $Id: //poco/1.4/Net/samples/dict/Makefile#1 $ # # Makefile for Poco dict # diff --git a/Net/samples/dict/dict.vmsbuild b/Net/samples/dict/dict.vmsbuild index f9a58889a..7db4e2f3c 100644 --- a/Net/samples/dict/dict.vmsbuild +++ b/Net/samples/dict/dict.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Net/samples/dict/dict.vmsbuild#1 $ +# $Id: //poco/1.4/Net/samples/dict/dict.vmsbuild#1 $ # EXE=dict dict diff --git a/Net/samples/dict/src/dict.cpp b/Net/samples/dict/src/dict.cpp index 2de9901ae..2a665c05f 100644 --- a/Net/samples/dict/src/dict.cpp +++ b/Net/samples/dict/src/dict.cpp @@ -1,7 +1,7 @@ // // dict.cpp // -// $Id: //poco/1.3/Net/samples/dict/src/dict.cpp#2 $ +// $Id: //poco/1.4/Net/samples/dict/src/dict.cpp#1 $ // // This sample demonstrates the StreamSocket and SocketStream classes. // diff --git a/Net/samples/download/src/download.cpp b/Net/samples/download/src/download.cpp index ba43fc505..c92dd30e8 100644 --- a/Net/samples/download/src/download.cpp +++ b/Net/samples/download/src/download.cpp @@ -1,7 +1,7 @@ // // download.cpp // -// $Id: //poco/1.3/Net/samples/download/src/download.cpp#1 $ +// $Id: //poco/1.4/Net/samples/download/src/download.cpp#1 $ // // This sample demonstrates the URIStreamOpener class. // diff --git a/Net/samples/httpget/Makefile b/Net/samples/httpget/Makefile index 66976a872..e590f6548 100644 --- a/Net/samples/httpget/Makefile +++ b/Net/samples/httpget/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Net/samples/httpget/Makefile#1 $ +# $Id: //poco/1.4/Net/samples/httpget/Makefile#1 $ # # Makefile for Poco httpget # diff --git a/Net/samples/httpget/httpget.vmsbuild b/Net/samples/httpget/httpget.vmsbuild index e8d7ad173..56a8e542b 100644 --- a/Net/samples/httpget/httpget.vmsbuild +++ b/Net/samples/httpget/httpget.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Net/samples/httpget/httpget.vmsbuild#1 $ +# $Id: //poco/1.4/Net/samples/httpget/httpget.vmsbuild#1 $ # EXE=httpget httpget diff --git a/Net/samples/httpget/src/httpget.cpp b/Net/samples/httpget/src/httpget.cpp index e8d994132..d53e9f71b 100644 --- a/Net/samples/httpget/src/httpget.cpp +++ b/Net/samples/httpget/src/httpget.cpp @@ -1,7 +1,7 @@ // // httpget.cpp // -// $Id: //poco/1.3/Net/samples/httpget/src/httpget.cpp#1 $ +// $Id: //poco/1.4/Net/samples/httpget/src/httpget.cpp#1 $ // // This sample demonstrates the HTTPClientSession class. // diff --git a/Net/src/AbstractHTTPRequestHandler.cpp b/Net/src/AbstractHTTPRequestHandler.cpp index 9cb568cc7..fa0199576 100644 --- a/Net/src/AbstractHTTPRequestHandler.cpp +++ b/Net/src/AbstractHTTPRequestHandler.cpp @@ -1,7 +1,7 @@ // // AbstractHTTPRequestHandler.cpp // -// $Id: //poco/1.3/Net/src/AbstractHTTPRequestHandler.cpp#1 $ +// $Id: //poco/1.4/Net/src/AbstractHTTPRequestHandler.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/DNS.cpp b/Net/src/DNS.cpp index 8b6734c20..1a8ec1fe0 100644 --- a/Net/src/DNS.cpp +++ b/Net/src/DNS.cpp @@ -1,7 +1,7 @@ // // DNS.cpp // -// $Id: //poco/1.3/Net/src/DNS.cpp#5 $ +// $Id: //poco/1.4/Net/src/DNS.cpp#1 $ // // Library: Net // Package: NetCore diff --git a/Net/src/DatagramSocket.cpp b/Net/src/DatagramSocket.cpp index f202e92e4..442fcfea2 100644 --- a/Net/src/DatagramSocket.cpp +++ b/Net/src/DatagramSocket.cpp @@ -1,7 +1,7 @@ // // DatagramSocket.cpp // -// $Id: //poco/1.3/Net/src/DatagramSocket.cpp#1 $ +// $Id: //poco/1.4/Net/src/DatagramSocket.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/DatagramSocketImpl.cpp b/Net/src/DatagramSocketImpl.cpp index 9601b6d31..a05cb6b7d 100644 --- a/Net/src/DatagramSocketImpl.cpp +++ b/Net/src/DatagramSocketImpl.cpp @@ -1,7 +1,7 @@ // // DatagramSocketImpl.cpp // -// $Id: //poco/1.3/Net/src/DatagramSocketImpl.cpp#2 $ +// $Id: //poco/1.4/Net/src/DatagramSocketImpl.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/DialogSocket.cpp b/Net/src/DialogSocket.cpp index 48fbe8361..482fbfc0f 100644 --- a/Net/src/DialogSocket.cpp +++ b/Net/src/DialogSocket.cpp @@ -1,7 +1,7 @@ // // DialogSocket.cpp // -// $Id: //poco/1.3/Net/src/DialogSocket.cpp#7 $ +// $Id: //poco/1.4/Net/src/DialogSocket.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/FTPClientSession.cpp b/Net/src/FTPClientSession.cpp index b74dc2019..c44a8e6b5 100644 --- a/Net/src/FTPClientSession.cpp +++ b/Net/src/FTPClientSession.cpp @@ -1,7 +1,7 @@ // // FTPClientSession.cpp // -// $Id: //poco/1.3/Net/src/FTPClientSession.cpp#6 $ +// $Id: //poco/1.4/Net/src/FTPClientSession.cpp#1 $ // // Library: Net // Package: FTP diff --git a/Net/src/FTPStreamFactory.cpp b/Net/src/FTPStreamFactory.cpp index 7f2201699..7ffaa9a97 100644 --- a/Net/src/FTPStreamFactory.cpp +++ b/Net/src/FTPStreamFactory.cpp @@ -1,7 +1,7 @@ // // FTPStreamFactory.cpp // -// $Id: //poco/1.3/Net/src/FTPStreamFactory.cpp#1 $ +// $Id: //poco/1.4/Net/src/FTPStreamFactory.cpp#1 $ // // Library: Net // Package: FTP diff --git a/Net/src/FilePartSource.cpp b/Net/src/FilePartSource.cpp index 70456953d..5820897bd 100644 --- a/Net/src/FilePartSource.cpp +++ b/Net/src/FilePartSource.cpp @@ -1,7 +1,7 @@ // // FilePartSource.cpp // -// $Id: //poco/1.3/Net/src/FilePartSource.cpp#3 $ +// $Id: //poco/1.4/Net/src/FilePartSource.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/HTMLForm.cpp b/Net/src/HTMLForm.cpp index a55f34fcf..f97cde076 100644 --- a/Net/src/HTMLForm.cpp +++ b/Net/src/HTMLForm.cpp @@ -1,7 +1,7 @@ // // HTMLForm.cpp // -// $Id: //poco/1.3/Net/src/HTMLForm.cpp#9 $ +// $Id: //poco/1.4/Net/src/HTMLForm.cpp#1 $ // // Library: Net // Package: HTML diff --git a/Net/src/HTTPBasicCredentials.cpp b/Net/src/HTTPBasicCredentials.cpp index c445ff3c6..fe9530cef 100644 --- a/Net/src/HTTPBasicCredentials.cpp +++ b/Net/src/HTTPBasicCredentials.cpp @@ -1,7 +1,7 @@ // // HTTPBasicCredentials.cpp // -// $Id: //poco/1.3/Net/src/HTTPBasicCredentials.cpp#2 $ +// $Id: //poco/1.4/Net/src/HTTPBasicCredentials.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HTTPChunkedStream.cpp b/Net/src/HTTPChunkedStream.cpp index 725c9bf3d..923c729c3 100644 --- a/Net/src/HTTPChunkedStream.cpp +++ b/Net/src/HTTPChunkedStream.cpp @@ -1,7 +1,7 @@ // // HTTPChunkedStream.cpp // -// $Id: //poco/1.3/Net/src/HTTPChunkedStream.cpp#8 $ +// $Id: //poco/1.4/Net/src/HTTPChunkedStream.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HTTPClientSession.cpp b/Net/src/HTTPClientSession.cpp index d05b2f03c..8795867b2 100644 --- a/Net/src/HTTPClientSession.cpp +++ b/Net/src/HTTPClientSession.cpp @@ -1,7 +1,7 @@ // // HTTPClientSession.cpp // -// $Id: //poco/1.3/Net/src/HTTPClientSession.cpp#12 $ +// $Id: //poco/1.4/Net/src/HTTPClientSession.cpp#1 $ // // Library: Net // Package: HTTPClient diff --git a/Net/src/HTTPCookie.cpp b/Net/src/HTTPCookie.cpp index acb019ade..bb479af52 100644 --- a/Net/src/HTTPCookie.cpp +++ b/Net/src/HTTPCookie.cpp @@ -1,7 +1,7 @@ // // HTTPCookie.cpp // -// $Id: //poco/1.3/Net/src/HTTPCookie.cpp#7 $ +// $Id: //poco/1.4/Net/src/HTTPCookie.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HTTPFixedLengthStream.cpp b/Net/src/HTTPFixedLengthStream.cpp index a316c3837..f62aaf2ba 100644 --- a/Net/src/HTTPFixedLengthStream.cpp +++ b/Net/src/HTTPFixedLengthStream.cpp @@ -1,7 +1,7 @@ // // HTTPFixedLengthStream.cpp // -// $Id: //poco/1.3/Net/src/HTTPFixedLengthStream.cpp#2 $ +// $Id: //poco/1.4/Net/src/HTTPFixedLengthStream.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HTTPHeaderStream.cpp b/Net/src/HTTPHeaderStream.cpp index 6fbfff64f..4e1ce0e41 100644 --- a/Net/src/HTTPHeaderStream.cpp +++ b/Net/src/HTTPHeaderStream.cpp @@ -1,7 +1,7 @@ // // HTTPHeaderStream.cpp // -// $Id: //poco/1.3/Net/src/HTTPHeaderStream.cpp#2 $ +// $Id: //poco/1.4/Net/src/HTTPHeaderStream.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HTTPMessage.cpp b/Net/src/HTTPMessage.cpp index 25d111ae6..115976156 100644 --- a/Net/src/HTTPMessage.cpp +++ b/Net/src/HTTPMessage.cpp @@ -1,7 +1,7 @@ // // HTTPMessage.cpp // -// $Id: //poco/1.3/Net/src/HTTPMessage.cpp#3 $ +// $Id: //poco/1.4/Net/src/HTTPMessage.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HTTPRequest.cpp b/Net/src/HTTPRequest.cpp index 5c34c872f..dfc32c4a7 100644 --- a/Net/src/HTTPRequest.cpp +++ b/Net/src/HTTPRequest.cpp @@ -1,7 +1,7 @@ // // HTTPRequest.cpp // -// $Id: //poco/1.3/Net/src/HTTPRequest.cpp#9 $ +// $Id: //poco/1.4/Net/src/HTTPRequest.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HTTPRequestHandler.cpp b/Net/src/HTTPRequestHandler.cpp index 826eea3b2..ec3266a05 100644 --- a/Net/src/HTTPRequestHandler.cpp +++ b/Net/src/HTTPRequestHandler.cpp @@ -1,7 +1,7 @@ // // HTTPRequestHandler.cpp // -// $Id: //poco/1.3/Net/src/HTTPRequestHandler.cpp#1 $ +// $Id: //poco/1.4/Net/src/HTTPRequestHandler.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/HTTPRequestHandlerFactory.cpp b/Net/src/HTTPRequestHandlerFactory.cpp index 35f04e899..75425a632 100644 --- a/Net/src/HTTPRequestHandlerFactory.cpp +++ b/Net/src/HTTPRequestHandlerFactory.cpp @@ -1,7 +1,7 @@ // // HTTPRequestHandlerFactory.cpp // -// $Id: //poco/1.3/Net/src/HTTPRequestHandlerFactory.cpp#1 $ +// $Id: //poco/1.4/Net/src/HTTPRequestHandlerFactory.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/HTTPResponse.cpp b/Net/src/HTTPResponse.cpp index 3c13f543f..ade858d12 100644 --- a/Net/src/HTTPResponse.cpp +++ b/Net/src/HTTPResponse.cpp @@ -1,7 +1,7 @@ // // HTTPResponse.cpp // -// $Id: //poco/1.3/Net/src/HTTPResponse.cpp#5 $ +// $Id: //poco/1.4/Net/src/HTTPResponse.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HTTPServer.cpp b/Net/src/HTTPServer.cpp index 0da831f6e..c7f0d7f9c 100644 --- a/Net/src/HTTPServer.cpp +++ b/Net/src/HTTPServer.cpp @@ -1,7 +1,7 @@ // // HTTPServer.cpp // -// $Id: //poco/1.3/Net/src/HTTPServer.cpp#3 $ +// $Id: //poco/1.4/Net/src/HTTPServer.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/HTTPServerConnection.cpp b/Net/src/HTTPServerConnection.cpp index a17f31d92..1ba03e714 100644 --- a/Net/src/HTTPServerConnection.cpp +++ b/Net/src/HTTPServerConnection.cpp @@ -1,7 +1,7 @@ // // HTTPServerConnection.cpp // -// $Id: //poco/1.3/Net/src/HTTPServerConnection.cpp#7 $ +// $Id: //poco/1.4/Net/src/HTTPServerConnection.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/HTTPServerConnectionFactory.cpp b/Net/src/HTTPServerConnectionFactory.cpp index d76056fa8..bcb59cc5c 100644 --- a/Net/src/HTTPServerConnectionFactory.cpp +++ b/Net/src/HTTPServerConnectionFactory.cpp @@ -1,7 +1,7 @@ // // HTTPServerConnectionFactory.cpp // -// $Id: //poco/1.3/Net/src/HTTPServerConnectionFactory.cpp#3 $ +// $Id: //poco/1.4/Net/src/HTTPServerConnectionFactory.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/HTTPServerParams.cpp b/Net/src/HTTPServerParams.cpp index 1a3c69609..2258eb8f4 100644 --- a/Net/src/HTTPServerParams.cpp +++ b/Net/src/HTTPServerParams.cpp @@ -1,7 +1,7 @@ // // HTTPServerParams.cpp // -// $Id: //poco/1.3/Net/src/HTTPServerParams.cpp#1 $ +// $Id: //poco/1.4/Net/src/HTTPServerParams.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/HTTPServerRequest.cpp b/Net/src/HTTPServerRequest.cpp index 680ea710c..402f20ec0 100644 --- a/Net/src/HTTPServerRequest.cpp +++ b/Net/src/HTTPServerRequest.cpp @@ -1,7 +1,7 @@ // // HTTPServerRequest.cpp // -// $Id: //poco/1.3/Net/src/HTTPServerRequest.cpp#3 $ +// $Id: //poco/1.4/Net/src/HTTPServerRequest.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/HTTPServerRequestImpl.cpp b/Net/src/HTTPServerRequestImpl.cpp index 26e53aa6f..ee7416f2d 100644 --- a/Net/src/HTTPServerRequestImpl.cpp +++ b/Net/src/HTTPServerRequestImpl.cpp @@ -1,7 +1,7 @@ // // HTTPServerRequestImpl.cpp // -// $Id: //poco/1.3/Net/src/HTTPServerRequestImpl.cpp#6 $ +// $Id: //poco/1.4/Net/src/HTTPServerRequestImpl.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/HTTPServerResponse.cpp b/Net/src/HTTPServerResponse.cpp index ee4b98fe1..44faf1b99 100644 --- a/Net/src/HTTPServerResponse.cpp +++ b/Net/src/HTTPServerResponse.cpp @@ -1,7 +1,7 @@ // // HTTPServerResponse.cpp // -// $Id: //poco/1.3/Net/src/HTTPServerResponse.cpp#4 $ +// $Id: //poco/1.4/Net/src/HTTPServerResponse.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/HTTPServerResponseImpl.cpp b/Net/src/HTTPServerResponseImpl.cpp index 1f7ed1bab..17f0af69c 100644 --- a/Net/src/HTTPServerResponseImpl.cpp +++ b/Net/src/HTTPServerResponseImpl.cpp @@ -1,7 +1,7 @@ // // HTTPServerResponseImpl.cpp // -// $Id: //poco/1.3/Net/src/HTTPServerResponseImpl.cpp#7 $ +// $Id: //poco/1.4/Net/src/HTTPServerResponseImpl.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/HTTPServerSession.cpp b/Net/src/HTTPServerSession.cpp index 893dd0345..f6d1a2d8f 100644 --- a/Net/src/HTTPServerSession.cpp +++ b/Net/src/HTTPServerSession.cpp @@ -1,7 +1,7 @@ // // HTTPServerSession.cpp // -// $Id: //poco/1.3/Net/src/HTTPServerSession.cpp#7 $ +// $Id: //poco/1.4/Net/src/HTTPServerSession.cpp#1 $ // // Library: Net // Package: HTTPServer diff --git a/Net/src/HTTPSession.cpp b/Net/src/HTTPSession.cpp index 3926aa090..fc03be06b 100644 --- a/Net/src/HTTPSession.cpp +++ b/Net/src/HTTPSession.cpp @@ -1,7 +1,7 @@ // // HTTPSession.cpp // -// $Id: //poco/1.3/Net/src/HTTPSession.cpp#6 $ +// $Id: //poco/1.4/Net/src/HTTPSession.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HTTPSessionFactory.cpp b/Net/src/HTTPSessionFactory.cpp index f553dd926..4857d4a77 100644 --- a/Net/src/HTTPSessionFactory.cpp +++ b/Net/src/HTTPSessionFactory.cpp @@ -1,7 +1,7 @@ // // HTTPSessionFactory.cpp // -// $Id: //poco/1.3/Net/src/HTTPSessionFactory.cpp#3 $ +// $Id: //poco/1.4/Net/src/HTTPSessionFactory.cpp#1 $ // // Library: Net // Package: HTTPClient diff --git a/Net/src/HTTPSessionInstantiator.cpp b/Net/src/HTTPSessionInstantiator.cpp index 14e44913f..7cfa98742 100644 --- a/Net/src/HTTPSessionInstantiator.cpp +++ b/Net/src/HTTPSessionInstantiator.cpp @@ -1,7 +1,7 @@ // // HTTPSessionInstantiator.cpp // -// $Id: //poco/1.3/Net/src/HTTPSessionInstantiator.cpp#2 $ +// $Id: //poco/1.4/Net/src/HTTPSessionInstantiator.cpp#1 $ // // Library: Net // Package: HTTPClient diff --git a/Net/src/HTTPStream.cpp b/Net/src/HTTPStream.cpp index d0f9144ec..f23521494 100644 --- a/Net/src/HTTPStream.cpp +++ b/Net/src/HTTPStream.cpp @@ -1,7 +1,7 @@ // // HTTPStream.cpp // -// $Id: //poco/1.3/Net/src/HTTPStream.cpp#2 $ +// $Id: //poco/1.4/Net/src/HTTPStream.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HTTPStreamFactory.cpp b/Net/src/HTTPStreamFactory.cpp index 08a8048fb..6aa14e8f0 100644 --- a/Net/src/HTTPStreamFactory.cpp +++ b/Net/src/HTTPStreamFactory.cpp @@ -1,7 +1,7 @@ // // HTTPStreamFactory.cpp // -// $Id: //poco/1.3/Net/src/HTTPStreamFactory.cpp#3 $ +// $Id: //poco/1.4/Net/src/HTTPStreamFactory.cpp#1 $ // // Library: Net // Package: HTTP diff --git a/Net/src/HostEntry.cpp b/Net/src/HostEntry.cpp index d655b72df..8b9d66797 100644 --- a/Net/src/HostEntry.cpp +++ b/Net/src/HostEntry.cpp @@ -1,7 +1,7 @@ // // HostEntry.cpp // -// $Id: //poco/1.3/Net/src/HostEntry.cpp#3 $ +// $Id: //poco/1.4/Net/src/HostEntry.cpp#1 $ // // Library: Net // Package: NetCore diff --git a/Net/src/ICMPClient.cpp b/Net/src/ICMPClient.cpp index ee8de2643..19f319cdc 100644 --- a/Net/src/ICMPClient.cpp +++ b/Net/src/ICMPClient.cpp @@ -1,7 +1,7 @@ // // ICMPClient.cpp // -// $Id: //poco/1.3/Net/src/ICMPClient.cpp#1 $ +// $Id: //poco/1.4/Net/src/ICMPClient.cpp#1 $ // // Library: Net // Package: ICMP diff --git a/Net/src/ICMPEventArgs.cpp b/Net/src/ICMPEventArgs.cpp index 553bcd789..9bdf9a9e4 100644 --- a/Net/src/ICMPEventArgs.cpp +++ b/Net/src/ICMPEventArgs.cpp @@ -1,7 +1,7 @@ // // ICMPEventArgs.cpp // -// $Id: //poco/1.3/Net/src/ICMPEventArgs.cpp#3 $ +// $Id: //poco/1.4/Net/src/ICMPEventArgs.cpp#1 $ // // Library: Net // Package: ICMP diff --git a/Net/src/ICMPPacket.cpp b/Net/src/ICMPPacket.cpp index cff9a9c92..745665742 100644 --- a/Net/src/ICMPPacket.cpp +++ b/Net/src/ICMPPacket.cpp @@ -1,7 +1,7 @@ // // ICMPPacket.cpp // -// $Id: //poco/1.3/Net/src/ICMPPacket.cpp#2 $ +// $Id: //poco/1.4/Net/src/ICMPPacket.cpp#1 $ // // Library: Net // Package: ICMP diff --git a/Net/src/ICMPPacketImpl.cpp b/Net/src/ICMPPacketImpl.cpp index e359f7622..649fa1d5d 100644 --- a/Net/src/ICMPPacketImpl.cpp +++ b/Net/src/ICMPPacketImpl.cpp @@ -1,7 +1,7 @@ // // ICMPPacketImpl.cpp // -// $Id: //poco/1.3/Net/src/ICMPPacketImpl.cpp#3 $ +// $Id: //poco/1.4/Net/src/ICMPPacketImpl.cpp#1 $ // // Library: Net // Package: ICMP diff --git a/Net/src/ICMPSocket.cpp b/Net/src/ICMPSocket.cpp index 1b21d90ef..1b1dee8dc 100644 --- a/Net/src/ICMPSocket.cpp +++ b/Net/src/ICMPSocket.cpp @@ -1,7 +1,7 @@ // // ICMPSocket.cpp // -// $Id: //poco/1.3/Net/src/ICMPSocket.cpp#1 $ +// $Id: //poco/1.4/Net/src/ICMPSocket.cpp#1 $ // // Library: Net // Package: ICMP diff --git a/Net/src/ICMPSocketImpl.cpp b/Net/src/ICMPSocketImpl.cpp index dfc44c4e2..7e92ab86b 100644 --- a/Net/src/ICMPSocketImpl.cpp +++ b/Net/src/ICMPSocketImpl.cpp @@ -1,7 +1,7 @@ // // ICMPSocketImpl.cpp // -// $Id: //poco/1.3/Net/src/ICMPSocketImpl.cpp#2 $ +// $Id: //poco/1.4/Net/src/ICMPSocketImpl.cpp#1 $ // // Library: Net // Package: ICMP diff --git a/Net/src/ICMPv4PacketImpl.cpp b/Net/src/ICMPv4PacketImpl.cpp index 9d3ef161e..206e319c6 100644 --- a/Net/src/ICMPv4PacketImpl.cpp +++ b/Net/src/ICMPv4PacketImpl.cpp @@ -1,7 +1,7 @@ // // ICMPv4PacketImpl.cpp // -// $Id: //poco/1.3/Net/src/ICMPv4PacketImpl.cpp#3 $ +// $Id: //poco/1.4/Net/src/ICMPv4PacketImpl.cpp#1 $ // // Library: Net // Package: ICMP diff --git a/Net/src/IPAddress.cpp b/Net/src/IPAddress.cpp index f22467a5b..b84e56917 100644 --- a/Net/src/IPAddress.cpp +++ b/Net/src/IPAddress.cpp @@ -1,7 +1,7 @@ // // IPAddress.cpp // -// $Id: //poco/1.3/Net/src/IPAddress.cpp#13 $ +// $Id: //poco/1.4/Net/src/IPAddress.cpp#1 $ // // Library: Net // Package: NetCore diff --git a/Net/src/MailMessage.cpp b/Net/src/MailMessage.cpp index 4ed906c72..0545101f9 100644 --- a/Net/src/MailMessage.cpp +++ b/Net/src/MailMessage.cpp @@ -1,7 +1,7 @@ // // MailMessage.cpp // -// $Id: //poco/1.3/Net/src/MailMessage.cpp#8 $ +// $Id: //poco/1.4/Net/src/MailMessage.cpp#1 $ // // Library: Net // Package: Mail diff --git a/Net/src/MailRecipient.cpp b/Net/src/MailRecipient.cpp index 0d494a4dc..5f953b961 100644 --- a/Net/src/MailRecipient.cpp +++ b/Net/src/MailRecipient.cpp @@ -1,7 +1,7 @@ // // MailRecipient.cpp // -// $Id: //poco/1.3/Net/src/MailRecipient.cpp#1 $ +// $Id: //poco/1.4/Net/src/MailRecipient.cpp#1 $ // // Library: Net // Package: Mail diff --git a/Net/src/MailStream.cpp b/Net/src/MailStream.cpp index a763d29fa..892a88879 100644 --- a/Net/src/MailStream.cpp +++ b/Net/src/MailStream.cpp @@ -1,7 +1,7 @@ // // MailStream.cpp // -// $Id: //poco/1.3/Net/src/MailStream.cpp#1 $ +// $Id: //poco/1.4/Net/src/MailStream.cpp#1 $ // // Library: Net // Package: Mail diff --git a/Net/src/MediaType.cpp b/Net/src/MediaType.cpp index bda9651c2..4bebbbe58 100644 --- a/Net/src/MediaType.cpp +++ b/Net/src/MediaType.cpp @@ -1,7 +1,7 @@ // // MediaType.cpp // -// $Id: //poco/1.3/Net/src/MediaType.cpp#3 $ +// $Id: //poco/1.4/Net/src/MediaType.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/MessageHeader.cpp b/Net/src/MessageHeader.cpp index f56f29232..9838dfbe6 100644 --- a/Net/src/MessageHeader.cpp +++ b/Net/src/MessageHeader.cpp @@ -1,7 +1,7 @@ // // MessageHeader.cpp // -// $Id: //poco/1.3/Net/src/MessageHeader.cpp#5 $ +// $Id: //poco/1.4/Net/src/MessageHeader.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/MulticastSocket.cpp b/Net/src/MulticastSocket.cpp index 950fcaf3d..8da35bd79 100644 --- a/Net/src/MulticastSocket.cpp +++ b/Net/src/MulticastSocket.cpp @@ -1,7 +1,7 @@ // // MulticastSocket.cpp // -// $Id: //poco/1.3/Net/src/MulticastSocket.cpp#5 $ +// $Id: //poco/1.4/Net/src/MulticastSocket.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/MultipartReader.cpp b/Net/src/MultipartReader.cpp index 2f62eba16..220bb5ef3 100644 --- a/Net/src/MultipartReader.cpp +++ b/Net/src/MultipartReader.cpp @@ -1,7 +1,7 @@ // // MultipartReader.cpp // -// $Id: //poco/1.3/Net/src/MultipartReader.cpp#5 $ +// $Id: //poco/1.4/Net/src/MultipartReader.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/MultipartWriter.cpp b/Net/src/MultipartWriter.cpp index 916046733..e35a000da 100644 --- a/Net/src/MultipartWriter.cpp +++ b/Net/src/MultipartWriter.cpp @@ -1,7 +1,7 @@ // // MultipartWriter.cpp // -// $Id: //poco/1.3/Net/src/MultipartWriter.cpp#3 $ +// $Id: //poco/1.4/Net/src/MultipartWriter.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/NameValueCollection.cpp b/Net/src/NameValueCollection.cpp index 822b2b7ef..2b1d5b381 100644 --- a/Net/src/NameValueCollection.cpp +++ b/Net/src/NameValueCollection.cpp @@ -1,7 +1,7 @@ // // NameValueCollection.cpp // -// $Id: //poco/1.3/Net/src/NameValueCollection.cpp#2 $ +// $Id: //poco/1.4/Net/src/NameValueCollection.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/NetException.cpp b/Net/src/NetException.cpp index 1c39c97d1..e8b16a958 100644 --- a/Net/src/NetException.cpp +++ b/Net/src/NetException.cpp @@ -1,7 +1,7 @@ // // NetException.cpp // -// $Id: //poco/1.3/Net/src/NetException.cpp#2 $ +// $Id: //poco/1.4/Net/src/NetException.cpp#1 $ // // Library: Net // Package: NetCore diff --git a/Net/src/NetworkInterface.cpp b/Net/src/NetworkInterface.cpp index e42d89572..60ff6868d 100644 --- a/Net/src/NetworkInterface.cpp +++ b/Net/src/NetworkInterface.cpp @@ -1,7 +1,7 @@ // // NetworkInterface.cpp // -// $Id: //poco/1.3/Net/src/NetworkInterface.cpp#14 $ +// $Id: //poco/1.4/Net/src/NetworkInterface.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/NullPartHandler.cpp b/Net/src/NullPartHandler.cpp index e640858fc..fcc42c22e 100644 --- a/Net/src/NullPartHandler.cpp +++ b/Net/src/NullPartHandler.cpp @@ -1,7 +1,7 @@ // // NullPartHandler.cpp // -// $Id: //poco/1.3/Net/src/NullPartHandler.cpp#1 $ +// $Id: //poco/1.4/Net/src/NullPartHandler.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/POP3ClientSession.cpp b/Net/src/POP3ClientSession.cpp index f69962b83..038eea0a3 100644 --- a/Net/src/POP3ClientSession.cpp +++ b/Net/src/POP3ClientSession.cpp @@ -1,7 +1,7 @@ // // POP3ClientSession.cpp // -// $Id: //poco/1.3/Net/src/POP3ClientSession.cpp#5 $ +// $Id: //poco/1.4/Net/src/POP3ClientSession.cpp#1 $ // // Library: Net // Package: Mail diff --git a/Net/src/PartHandler.cpp b/Net/src/PartHandler.cpp index 8da777846..5626f8170 100644 --- a/Net/src/PartHandler.cpp +++ b/Net/src/PartHandler.cpp @@ -1,7 +1,7 @@ // // PartHandler.cpp // -// $Id: //poco/1.3/Net/src/PartHandler.cpp#1 $ +// $Id: //poco/1.4/Net/src/PartHandler.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/PartSource.cpp b/Net/src/PartSource.cpp index 28ddecde9..a09f6ebf1 100644 --- a/Net/src/PartSource.cpp +++ b/Net/src/PartSource.cpp @@ -1,7 +1,7 @@ // // PartSource.cpp // -// $Id: //poco/1.3/Net/src/PartSource.cpp#2 $ +// $Id: //poco/1.4/Net/src/PartSource.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/QuotedPrintableDecoder.cpp b/Net/src/QuotedPrintableDecoder.cpp index b810b461f..bd4890671 100644 --- a/Net/src/QuotedPrintableDecoder.cpp +++ b/Net/src/QuotedPrintableDecoder.cpp @@ -1,7 +1,7 @@ // // QuotedPrintableDecoder.cpp // -// $Id: //poco/1.3/Net/src/QuotedPrintableDecoder.cpp#3 $ +// $Id: //poco/1.4/Net/src/QuotedPrintableDecoder.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/QuotedPrintableEncoder.cpp b/Net/src/QuotedPrintableEncoder.cpp index ef8f85b7c..92b4363e2 100644 --- a/Net/src/QuotedPrintableEncoder.cpp +++ b/Net/src/QuotedPrintableEncoder.cpp @@ -1,7 +1,7 @@ // // QuotedPrintableEncoder.cpp // -// $Id: //poco/1.3/Net/src/QuotedPrintableEncoder.cpp#2 $ +// $Id: //poco/1.4/Net/src/QuotedPrintableEncoder.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/RawSocket.cpp b/Net/src/RawSocket.cpp index 86bfc1975..4755626c1 100644 --- a/Net/src/RawSocket.cpp +++ b/Net/src/RawSocket.cpp @@ -1,7 +1,7 @@ // // RawSocket.cpp // -// $Id: //poco/1.3/Net/src/RawSocket.cpp#1 $ +// $Id: //poco/1.4/Net/src/RawSocket.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/RawSocketImpl.cpp b/Net/src/RawSocketImpl.cpp index f00c82ff6..c5f4c513f 100644 --- a/Net/src/RawSocketImpl.cpp +++ b/Net/src/RawSocketImpl.cpp @@ -1,7 +1,7 @@ // // RawSocketImpl.cpp // -// $Id: //poco/1.3/Net/src/RawSocketImpl.cpp#2 $ +// $Id: //poco/1.4/Net/src/RawSocketImpl.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/RemoteSyslogChannel.cpp b/Net/src/RemoteSyslogChannel.cpp index 167936740..6e70cad87 100644 --- a/Net/src/RemoteSyslogChannel.cpp +++ b/Net/src/RemoteSyslogChannel.cpp @@ -1,7 +1,7 @@ // // RemoteSyslogChannel.cpp // -// $Id: //poco/1.3/Net/src/RemoteSyslogChannel.cpp#4 $ +// $Id: //poco/1.4/Net/src/RemoteSyslogChannel.cpp#1 $ // // Library: Net // Package: Logging diff --git a/Net/src/RemoteSyslogListener.cpp b/Net/src/RemoteSyslogListener.cpp index cf36661c5..4c6506776 100644 --- a/Net/src/RemoteSyslogListener.cpp +++ b/Net/src/RemoteSyslogListener.cpp @@ -1,7 +1,7 @@ // // RemoteSyslogListener.cpp // -// $Id: //poco/1.3/Net/src/RemoteSyslogListener.cpp#2 $ +// $Id: //poco/1.4/Net/src/RemoteSyslogListener.cpp#1 $ // // Library: Net // Package: Logging diff --git a/Net/src/SMTPClientSession.cpp b/Net/src/SMTPClientSession.cpp index dcea743e7..a36c397f8 100644 --- a/Net/src/SMTPClientSession.cpp +++ b/Net/src/SMTPClientSession.cpp @@ -1,7 +1,7 @@ // // SMTPClientSession.cpp // -// $Id: //poco/1.3/Net/src/SMTPClientSession.cpp#8 $ +// $Id: //poco/1.4/Net/src/SMTPClientSession.cpp#1 $ // // Library: Net // Package: Mail diff --git a/Net/src/ServerSocket.cpp b/Net/src/ServerSocket.cpp index c8a58fb4d..2df450bb4 100644 --- a/Net/src/ServerSocket.cpp +++ b/Net/src/ServerSocket.cpp @@ -1,7 +1,7 @@ // // ServerSocket.cpp // -// $Id: //poco/1.3/Net/src/ServerSocket.cpp#1 $ +// $Id: //poco/1.4/Net/src/ServerSocket.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/ServerSocketImpl.cpp b/Net/src/ServerSocketImpl.cpp index ad9c6bcfd..6cab05be2 100644 --- a/Net/src/ServerSocketImpl.cpp +++ b/Net/src/ServerSocketImpl.cpp @@ -1,7 +1,7 @@ // // ServerSocketImpl.cpp // -// $Id: //poco/1.3/Net/src/ServerSocketImpl.cpp#1 $ +// $Id: //poco/1.4/Net/src/ServerSocketImpl.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/Socket.cpp b/Net/src/Socket.cpp index 3d102696a..b7300afad 100644 --- a/Net/src/Socket.cpp +++ b/Net/src/Socket.cpp @@ -1,7 +1,7 @@ // // Socket.cpp // -// $Id: //poco/1.3/Net/src/Socket.cpp#6 $ +// $Id: //poco/1.4/Net/src/Socket.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/SocketAddress.cpp b/Net/src/SocketAddress.cpp index a0d4ec548..7653017ca 100644 --- a/Net/src/SocketAddress.cpp +++ b/Net/src/SocketAddress.cpp @@ -1,7 +1,7 @@ // // SocketAddress.cpp // -// $Id: //poco/1.3/Net/src/SocketAddress.cpp#5 $ +// $Id: //poco/1.4/Net/src/SocketAddress.cpp#1 $ // // Library: Net // Package: NetCore diff --git a/Net/src/SocketImpl.cpp b/Net/src/SocketImpl.cpp index 70cf58551..9c350ea50 100644 --- a/Net/src/SocketImpl.cpp +++ b/Net/src/SocketImpl.cpp @@ -1,7 +1,7 @@ // // SocketImpl.cpp // -// $Id: //poco/1.3/Net/src/SocketImpl.cpp#14 $ +// $Id: //poco/1.4/Net/src/SocketImpl.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/SocketNotification.cpp b/Net/src/SocketNotification.cpp index 706831fd8..2144d7e6c 100644 --- a/Net/src/SocketNotification.cpp +++ b/Net/src/SocketNotification.cpp @@ -1,7 +1,7 @@ // // SocketNotification.cpp // -// $Id: //poco/1.3/Net/src/SocketNotification.cpp#2 $ +// $Id: //poco/1.4/Net/src/SocketNotification.cpp#1 $ // // Library: Net // Package: Reactor diff --git a/Net/src/SocketNotifier.cpp b/Net/src/SocketNotifier.cpp index 11800947d..75a915729 100644 --- a/Net/src/SocketNotifier.cpp +++ b/Net/src/SocketNotifier.cpp @@ -1,7 +1,7 @@ // // SocketNotifier.cpp // -// $Id: //poco/1.3/Net/src/SocketNotifier.cpp#3 $ +// $Id: //poco/1.4/Net/src/SocketNotifier.cpp#1 $ // // Library: Net // Package: Reactor diff --git a/Net/src/SocketReactor.cpp b/Net/src/SocketReactor.cpp index b4b155192..64c64a1aa 100644 --- a/Net/src/SocketReactor.cpp +++ b/Net/src/SocketReactor.cpp @@ -1,7 +1,7 @@ // // SocketReactor.cpp // -// $Id: //poco/1.3/Net/src/SocketReactor.cpp#4 $ +// $Id: //poco/1.4/Net/src/SocketReactor.cpp#1 $ // // Library: Net // Package: Reactor diff --git a/Net/src/SocketStream.cpp b/Net/src/SocketStream.cpp index 935a04be2..7b381a2a2 100644 --- a/Net/src/SocketStream.cpp +++ b/Net/src/SocketStream.cpp @@ -1,7 +1,7 @@ // // SocketStream.cpp // -// $Id: //poco/1.3/Net/src/SocketStream.cpp#1 $ +// $Id: //poco/1.4/Net/src/SocketStream.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/StreamSocket.cpp b/Net/src/StreamSocket.cpp index dee187a2d..0c3dbc6a1 100644 --- a/Net/src/StreamSocket.cpp +++ b/Net/src/StreamSocket.cpp @@ -1,7 +1,7 @@ // // StreamSocket.cpp // -// $Id: //poco/1.3/Net/src/StreamSocket.cpp#3 $ +// $Id: //poco/1.4/Net/src/StreamSocket.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/StreamSocketImpl.cpp b/Net/src/StreamSocketImpl.cpp index bf5e31dee..64f8d3000 100644 --- a/Net/src/StreamSocketImpl.cpp +++ b/Net/src/StreamSocketImpl.cpp @@ -1,7 +1,7 @@ // // StreamSocketImpl.cpp // -// $Id: //poco/1.3/Net/src/StreamSocketImpl.cpp#8 $ +// $Id: //poco/1.4/Net/src/StreamSocketImpl.cpp#1 $ // // Library: Net // Package: Sockets diff --git a/Net/src/StringPartSource.cpp b/Net/src/StringPartSource.cpp index 8fed81a86..b2eb4260a 100644 --- a/Net/src/StringPartSource.cpp +++ b/Net/src/StringPartSource.cpp @@ -1,7 +1,7 @@ // // StringPartSource.cpp // -// $Id: //poco/1.3/Net/src/StringPartSource.cpp#1 $ +// $Id: //poco/1.4/Net/src/StringPartSource.cpp#1 $ // // Library: Net // Package: Messages diff --git a/Net/src/TCPServer.cpp b/Net/src/TCPServer.cpp index ff0ceb6e3..dc53955a8 100644 --- a/Net/src/TCPServer.cpp +++ b/Net/src/TCPServer.cpp @@ -1,7 +1,7 @@ // // TCPServer.cpp // -// $Id: //poco/1.3/Net/src/TCPServer.cpp#5 $ +// $Id: //poco/1.4/Net/src/TCPServer.cpp#1 $ // // Library: Net // Package: TCPServer diff --git a/Net/src/TCPServerConnection.cpp b/Net/src/TCPServerConnection.cpp index 0ad72e2a1..55cd5efbd 100644 --- a/Net/src/TCPServerConnection.cpp +++ b/Net/src/TCPServerConnection.cpp @@ -1,7 +1,7 @@ // // TCPServerConnection.cpp // -// $Id: //poco/1.3/Net/src/TCPServerConnection.cpp#1 $ +// $Id: //poco/1.4/Net/src/TCPServerConnection.cpp#1 $ // // Library: Net // Package: TCPServer diff --git a/Net/src/TCPServerConnectionFactory.cpp b/Net/src/TCPServerConnectionFactory.cpp index 5b6db7348..e73bfcabe 100644 --- a/Net/src/TCPServerConnectionFactory.cpp +++ b/Net/src/TCPServerConnectionFactory.cpp @@ -1,7 +1,7 @@ // // TCPServerConnectionFactory.cpp // -// $Id: //poco/1.3/Net/src/TCPServerConnectionFactory.cpp#1 $ +// $Id: //poco/1.4/Net/src/TCPServerConnectionFactory.cpp#1 $ // // Library: Net // Package: TCPServer diff --git a/Net/src/TCPServerDispatcher.cpp b/Net/src/TCPServerDispatcher.cpp index 906dfa048..dddab3cd8 100644 --- a/Net/src/TCPServerDispatcher.cpp +++ b/Net/src/TCPServerDispatcher.cpp @@ -1,7 +1,7 @@ // // TCPServerDispatcher.cpp // -// $Id: //poco/1.3/Net/src/TCPServerDispatcher.cpp#6 $ +// $Id: //poco/1.4/Net/src/TCPServerDispatcher.cpp#1 $ // // Library: Net // Package: TCPServer diff --git a/Net/src/TCPServerParams.cpp b/Net/src/TCPServerParams.cpp index 75864140f..0144c5539 100644 --- a/Net/src/TCPServerParams.cpp +++ b/Net/src/TCPServerParams.cpp @@ -1,7 +1,7 @@ // // TCPServerParams.cpp // -// $Id: //poco/1.3/Net/src/TCPServerParams.cpp#2 $ +// $Id: //poco/1.4/Net/src/TCPServerParams.cpp#1 $ // // Library: Net // Package: TCPServer diff --git a/Net/testsuite/Makefile b/Net/testsuite/Makefile index 9a7f3469a..ea2f9f3a3 100644 --- a/Net/testsuite/Makefile +++ b/Net/testsuite/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Net/testsuite/Makefile#2 $ +# $Id: //poco/1.4/Net/testsuite/Makefile#1 $ # # Makefile for Poco Net testsuite # diff --git a/Net/testsuite/TestSuite.vmsbuild b/Net/testsuite/TestSuite.vmsbuild index f13968209..71a94c93e 100644 --- a/Net/testsuite/TestSuite.vmsbuild +++ b/Net/testsuite/TestSuite.vmsbuild @@ -1,7 +1,7 @@ # # TestSuite.vmsbuild # -# $Id: //poco/1.3/Net/testsuite/TestSuite.vmsbuild#1 $ +# $Id: //poco/1.4/Net/testsuite/TestSuite.vmsbuild#1 $ # EXE=TestRunner NetTestSuite diff --git a/Net/testsuite/src/DNSTest.cpp b/Net/testsuite/src/DNSTest.cpp index cc08fb832..b55e8a371 100644 --- a/Net/testsuite/src/DNSTest.cpp +++ b/Net/testsuite/src/DNSTest.cpp @@ -1,7 +1,7 @@ // // DNSTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/DNSTest.cpp#4 $ +// $Id: //poco/1.4/Net/testsuite/src/DNSTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/DNSTest.h b/Net/testsuite/src/DNSTest.h index 9f6ad8d46..7e81ccc87 100644 --- a/Net/testsuite/src/DNSTest.h +++ b/Net/testsuite/src/DNSTest.h @@ -1,7 +1,7 @@ // // DNSTest.h // -// $Id: //poco/1.3/Net/testsuite/src/DNSTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/DNSTest.h#1 $ // // Definition of the DNSTest class. // diff --git a/Net/testsuite/src/DatagramSocketTest.cpp b/Net/testsuite/src/DatagramSocketTest.cpp index 20b14f58c..60313694e 100644 --- a/Net/testsuite/src/DatagramSocketTest.cpp +++ b/Net/testsuite/src/DatagramSocketTest.cpp @@ -1,7 +1,7 @@ // // DatagramSocketTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/DatagramSocketTest.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/DatagramSocketTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/DatagramSocketTest.h b/Net/testsuite/src/DatagramSocketTest.h index 3a884b229..b883034fa 100644 --- a/Net/testsuite/src/DatagramSocketTest.h +++ b/Net/testsuite/src/DatagramSocketTest.h @@ -1,7 +1,7 @@ // // DatagramSocketTest.h // -// $Id: //poco/1.3/Net/testsuite/src/DatagramSocketTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/DatagramSocketTest.h#1 $ // // Definition of the DatagramSocketTest class. // diff --git a/Net/testsuite/src/DialogServer.cpp b/Net/testsuite/src/DialogServer.cpp index b0c913628..e9100ab41 100644 --- a/Net/testsuite/src/DialogServer.cpp +++ b/Net/testsuite/src/DialogServer.cpp @@ -1,7 +1,7 @@ // // DialogServer.cpp // -// $Id: //poco/1.3/Net/testsuite/src/DialogServer.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/DialogServer.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/DialogServer.h b/Net/testsuite/src/DialogServer.h index 5cbbc4cd8..43028bbb2 100644 --- a/Net/testsuite/src/DialogServer.h +++ b/Net/testsuite/src/DialogServer.h @@ -1,7 +1,7 @@ // // DialogServer.h // -// $Id: //poco/1.3/Net/testsuite/src/DialogServer.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/DialogServer.h#1 $ // // Definition of the DialogServer class. // diff --git a/Net/testsuite/src/DialogSocketTest.cpp b/Net/testsuite/src/DialogSocketTest.cpp index 49ae91c19..6f60783d4 100644 --- a/Net/testsuite/src/DialogSocketTest.cpp +++ b/Net/testsuite/src/DialogSocketTest.cpp @@ -1,7 +1,7 @@ // // DialogSocketTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/DialogSocketTest.cpp#2 $ +// $Id: //poco/1.4/Net/testsuite/src/DialogSocketTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/DialogSocketTest.h b/Net/testsuite/src/DialogSocketTest.h index 94ad475b5..64f2e91cd 100644 --- a/Net/testsuite/src/DialogSocketTest.h +++ b/Net/testsuite/src/DialogSocketTest.h @@ -1,7 +1,7 @@ // // DialogSocketTest.h // -// $Id: //poco/1.3/Net/testsuite/src/DialogSocketTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/DialogSocketTest.h#1 $ // // Definition of the DialogSocketTest class. // diff --git a/Net/testsuite/src/Driver.cpp b/Net/testsuite/src/Driver.cpp index 750cd403f..36d3b7918 100644 --- a/Net/testsuite/src/Driver.cpp +++ b/Net/testsuite/src/Driver.cpp @@ -1,7 +1,7 @@ // // Driver.cpp // -// $Id: //poco/1.3/Net/testsuite/src/Driver.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/Driver.cpp#1 $ // // Console-based test driver for Poco Net. // diff --git a/Net/testsuite/src/EchoServer.cpp b/Net/testsuite/src/EchoServer.cpp index c456c3245..ed28e66ae 100644 --- a/Net/testsuite/src/EchoServer.cpp +++ b/Net/testsuite/src/EchoServer.cpp @@ -1,7 +1,7 @@ // // EchoServer.cpp // -// $Id: //poco/1.3/Net/testsuite/src/EchoServer.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/EchoServer.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/EchoServer.h b/Net/testsuite/src/EchoServer.h index 22e1d4b41..b527f8afb 100644 --- a/Net/testsuite/src/EchoServer.h +++ b/Net/testsuite/src/EchoServer.h @@ -1,7 +1,7 @@ // // EchoServer.h // -// $Id: //poco/1.3/Net/testsuite/src/EchoServer.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/EchoServer.h#1 $ // // Definition of the EchoServer class. // diff --git a/Net/testsuite/src/FTPClientSessionTest.cpp b/Net/testsuite/src/FTPClientSessionTest.cpp index 8ce2c3d3c..7d80eb8bb 100644 --- a/Net/testsuite/src/FTPClientSessionTest.cpp +++ b/Net/testsuite/src/FTPClientSessionTest.cpp @@ -1,7 +1,7 @@ // // FTPClientSessionTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/FTPClientSessionTest.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/FTPClientSessionTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/FTPClientSessionTest.h b/Net/testsuite/src/FTPClientSessionTest.h index 5ad26185a..e73eb0eba 100644 --- a/Net/testsuite/src/FTPClientSessionTest.h +++ b/Net/testsuite/src/FTPClientSessionTest.h @@ -1,7 +1,7 @@ // // FTPClientSessionTest.h // -// $Id: //poco/1.3/Net/testsuite/src/FTPClientSessionTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/FTPClientSessionTest.h#1 $ // // Definition of the FTPClientSessionTest class. // diff --git a/Net/testsuite/src/FTPClientTestSuite.cpp b/Net/testsuite/src/FTPClientTestSuite.cpp index d32f79af3..6bf5a7f03 100644 --- a/Net/testsuite/src/FTPClientTestSuite.cpp +++ b/Net/testsuite/src/FTPClientTestSuite.cpp @@ -1,7 +1,7 @@ // // FTPClientTestSuite.cpp // -// $Id: //poco/1.3/Net/testsuite/src/FTPClientTestSuite.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/FTPClientTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/FTPClientTestSuite.h b/Net/testsuite/src/FTPClientTestSuite.h index f414a319e..ecb7ace85 100644 --- a/Net/testsuite/src/FTPClientTestSuite.h +++ b/Net/testsuite/src/FTPClientTestSuite.h @@ -1,7 +1,7 @@ // // FTPClientTestSuite.h // -// $Id: //poco/1.3/Net/testsuite/src/FTPClientTestSuite.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/FTPClientTestSuite.h#1 $ // // Definition of the FTPClientTestSuite class. // diff --git a/Net/testsuite/src/FTPStreamFactoryTest.cpp b/Net/testsuite/src/FTPStreamFactoryTest.cpp index 55d898129..7a2370a23 100644 --- a/Net/testsuite/src/FTPStreamFactoryTest.cpp +++ b/Net/testsuite/src/FTPStreamFactoryTest.cpp @@ -1,7 +1,7 @@ // // FTPStreamFactoryTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/FTPStreamFactoryTest.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/FTPStreamFactoryTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/FTPStreamFactoryTest.h b/Net/testsuite/src/FTPStreamFactoryTest.h index 0f43be456..6edcacf8c 100644 --- a/Net/testsuite/src/FTPStreamFactoryTest.h +++ b/Net/testsuite/src/FTPStreamFactoryTest.h @@ -1,7 +1,7 @@ // // FTPStreamFactoryTest.h // -// $Id: //poco/1.3/Net/testsuite/src/FTPStreamFactoryTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/FTPStreamFactoryTest.h#1 $ // // Definition of the FTPStreamFactoryTest class. // diff --git a/Net/testsuite/src/HTMLFormTest.cpp b/Net/testsuite/src/HTMLFormTest.cpp index 81375ef16..71735c700 100644 --- a/Net/testsuite/src/HTMLFormTest.cpp +++ b/Net/testsuite/src/HTMLFormTest.cpp @@ -1,7 +1,7 @@ // // HTMLFormTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/HTMLFormTest.cpp#4 $ +// $Id: //poco/1.4/Net/testsuite/src/HTMLFormTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTMLFormTest.h b/Net/testsuite/src/HTMLFormTest.h index faa94ce18..f016eb2fd 100644 --- a/Net/testsuite/src/HTMLFormTest.h +++ b/Net/testsuite/src/HTMLFormTest.h @@ -1,7 +1,7 @@ // // HTMLFormTest.h // -// $Id: //poco/1.3/Net/testsuite/src/HTMLFormTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/HTMLFormTest.h#1 $ // // Definition of the HTMLFormTest class. // diff --git a/Net/testsuite/src/HTMLTestSuite.cpp b/Net/testsuite/src/HTMLTestSuite.cpp index d5bbd74ec..2b8af138d 100644 --- a/Net/testsuite/src/HTMLTestSuite.cpp +++ b/Net/testsuite/src/HTMLTestSuite.cpp @@ -1,7 +1,7 @@ // // HTMLTestSuite.cpp // -// $Id: //poco/1.3/Net/testsuite/src/HTMLTestSuite.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/HTMLTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTMLTestSuite.h b/Net/testsuite/src/HTMLTestSuite.h index f6ae0add1..21843cff4 100644 --- a/Net/testsuite/src/HTMLTestSuite.h +++ b/Net/testsuite/src/HTMLTestSuite.h @@ -1,7 +1,7 @@ // // HTMLTestSuite.h // -// $Id: //poco/1.3/Net/testsuite/src/HTMLTestSuite.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/HTMLTestSuite.h#1 $ // // Definition of the HTMLTestSuite class. // diff --git a/Net/testsuite/src/HTTPClientSessionTest.cpp b/Net/testsuite/src/HTTPClientSessionTest.cpp index edfd303e8..59a119296 100644 --- a/Net/testsuite/src/HTTPClientSessionTest.cpp +++ b/Net/testsuite/src/HTTPClientSessionTest.cpp @@ -1,7 +1,7 @@ // // HTTPClientSessionTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/HTTPClientSessionTest.cpp#3 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPClientSessionTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPClientSessionTest.h b/Net/testsuite/src/HTTPClientSessionTest.h index e4bbd60b6..e5bea88ae 100644 --- a/Net/testsuite/src/HTTPClientSessionTest.h +++ b/Net/testsuite/src/HTTPClientSessionTest.h @@ -1,7 +1,7 @@ // // HTTPClientSessionTest.h // -// $Id: //poco/1.3/Net/testsuite/src/HTTPClientSessionTest.h#2 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPClientSessionTest.h#1 $ // // Definition of the HTTPClientSessionTest class. // diff --git a/Net/testsuite/src/HTTPClientTestSuite.cpp b/Net/testsuite/src/HTTPClientTestSuite.cpp index 18fbb3aa5..a8ba4ab76 100644 --- a/Net/testsuite/src/HTTPClientTestSuite.cpp +++ b/Net/testsuite/src/HTTPClientTestSuite.cpp @@ -1,7 +1,7 @@ // // HTTPClientTestSuite.cpp // -// $Id: //poco/1.3/Net/testsuite/src/HTTPClientTestSuite.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPClientTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPClientTestSuite.h b/Net/testsuite/src/HTTPClientTestSuite.h index 6a4dd35c0..027c9cebb 100644 --- a/Net/testsuite/src/HTTPClientTestSuite.h +++ b/Net/testsuite/src/HTTPClientTestSuite.h @@ -1,7 +1,7 @@ // // HTTPClientTestSuite.h // -// $Id: //poco/1.3/Net/testsuite/src/HTTPClientTestSuite.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPClientTestSuite.h#1 $ // // Definition of the HTTPClientTestSuite class. // diff --git a/Net/testsuite/src/HTTPCookieTest.cpp b/Net/testsuite/src/HTTPCookieTest.cpp index 4c180e304..99a2a4a5b 100644 --- a/Net/testsuite/src/HTTPCookieTest.cpp +++ b/Net/testsuite/src/HTTPCookieTest.cpp @@ -1,7 +1,7 @@ // // HTTPCookieTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/HTTPCookieTest.cpp#3 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPCookieTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPCookieTest.h b/Net/testsuite/src/HTTPCookieTest.h index a56e50103..820a5807c 100644 --- a/Net/testsuite/src/HTTPCookieTest.h +++ b/Net/testsuite/src/HTTPCookieTest.h @@ -1,7 +1,7 @@ // // HTTPCookieTest.h // -// $Id: //poco/1.3/Net/testsuite/src/HTTPCookieTest.h#2 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPCookieTest.h#1 $ // // Definition of the HTTPCookieTest class. // diff --git a/Net/testsuite/src/HTTPCredentialsTest.cpp b/Net/testsuite/src/HTTPCredentialsTest.cpp index e1ea9e4ee..02a47577e 100644 --- a/Net/testsuite/src/HTTPCredentialsTest.cpp +++ b/Net/testsuite/src/HTTPCredentialsTest.cpp @@ -1,7 +1,7 @@ // // HTTPCredentialsTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/HTTPCredentialsTest.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPCredentialsTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPCredentialsTest.h b/Net/testsuite/src/HTTPCredentialsTest.h index 4c00fd86e..2e6087cb7 100644 --- a/Net/testsuite/src/HTTPCredentialsTest.h +++ b/Net/testsuite/src/HTTPCredentialsTest.h @@ -1,7 +1,7 @@ // // HTTPCredentialsTest.h // -// $Id: //poco/1.3/Net/testsuite/src/HTTPCredentialsTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPCredentialsTest.h#1 $ // // Definition of the HTTPCredentialsTest class. // diff --git a/Net/testsuite/src/HTTPRequestTest.cpp b/Net/testsuite/src/HTTPRequestTest.cpp index 93fc02f76..fd226b09d 100644 --- a/Net/testsuite/src/HTTPRequestTest.cpp +++ b/Net/testsuite/src/HTTPRequestTest.cpp @@ -1,7 +1,7 @@ // // HTTPRequestTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/HTTPRequestTest.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPRequestTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPRequestTest.h b/Net/testsuite/src/HTTPRequestTest.h index 5dd99d6a5..5ee40261f 100644 --- a/Net/testsuite/src/HTTPRequestTest.h +++ b/Net/testsuite/src/HTTPRequestTest.h @@ -1,7 +1,7 @@ // // HTTPRequestTest.h // -// $Id: //poco/1.3/Net/testsuite/src/HTTPRequestTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPRequestTest.h#1 $ // // Definition of the HTTPRequestTest class. // diff --git a/Net/testsuite/src/HTTPResponseTest.cpp b/Net/testsuite/src/HTTPResponseTest.cpp index 6d38b7a6a..7c2f339c0 100644 --- a/Net/testsuite/src/HTTPResponseTest.cpp +++ b/Net/testsuite/src/HTTPResponseTest.cpp @@ -1,7 +1,7 @@ // // HTTPResponseTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/HTTPResponseTest.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPResponseTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPResponseTest.h b/Net/testsuite/src/HTTPResponseTest.h index 0a74ad89b..e4e9f9ef4 100644 --- a/Net/testsuite/src/HTTPResponseTest.h +++ b/Net/testsuite/src/HTTPResponseTest.h @@ -1,7 +1,7 @@ // // HTTPResponseTest.h // -// $Id: //poco/1.3/Net/testsuite/src/HTTPResponseTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPResponseTest.h#1 $ // // Definition of the HTTPResponseTest class. // diff --git a/Net/testsuite/src/HTTPServerTest.cpp b/Net/testsuite/src/HTTPServerTest.cpp index fcecf5401..b9f9217fd 100644 --- a/Net/testsuite/src/HTTPServerTest.cpp +++ b/Net/testsuite/src/HTTPServerTest.cpp @@ -1,7 +1,7 @@ // // HTTPServerTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/HTTPServerTest.cpp#4 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPServerTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPServerTest.h b/Net/testsuite/src/HTTPServerTest.h index f651788c8..cd29471a9 100644 --- a/Net/testsuite/src/HTTPServerTest.h +++ b/Net/testsuite/src/HTTPServerTest.h @@ -1,7 +1,7 @@ // // HTTPServerTest.h // -// $Id: //poco/1.3/Net/testsuite/src/HTTPServerTest.h#3 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPServerTest.h#1 $ // // Definition of the HTTPServerTest class. // diff --git a/Net/testsuite/src/HTTPServerTestSuite.cpp b/Net/testsuite/src/HTTPServerTestSuite.cpp index d7e035809..7db90d751 100644 --- a/Net/testsuite/src/HTTPServerTestSuite.cpp +++ b/Net/testsuite/src/HTTPServerTestSuite.cpp @@ -1,7 +1,7 @@ // // HTTPServerTestSuite.cpp // -// $Id: //poco/1.3/Net/testsuite/src/HTTPServerTestSuite.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPServerTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPServerTestSuite.h b/Net/testsuite/src/HTTPServerTestSuite.h index 3d8fab948..92f4378ba 100644 --- a/Net/testsuite/src/HTTPServerTestSuite.h +++ b/Net/testsuite/src/HTTPServerTestSuite.h @@ -1,7 +1,7 @@ // // HTTPServerTestSuite.h // -// $Id: //poco/1.3/Net/testsuite/src/HTTPServerTestSuite.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPServerTestSuite.h#1 $ // // Definition of the HTTPServerTestSuite class. // diff --git a/Net/testsuite/src/HTTPStreamFactoryTest.cpp b/Net/testsuite/src/HTTPStreamFactoryTest.cpp index c4807042a..a8ddb5080 100644 --- a/Net/testsuite/src/HTTPStreamFactoryTest.cpp +++ b/Net/testsuite/src/HTTPStreamFactoryTest.cpp @@ -1,7 +1,7 @@ // // HTTPStreamFactoryTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/HTTPStreamFactoryTest.cpp#2 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPStreamFactoryTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPStreamFactoryTest.h b/Net/testsuite/src/HTTPStreamFactoryTest.h index 6836d5d95..e8a8a8e94 100644 --- a/Net/testsuite/src/HTTPStreamFactoryTest.h +++ b/Net/testsuite/src/HTTPStreamFactoryTest.h @@ -1,7 +1,7 @@ // // HTTPStreamFactoryTest.h // -// $Id: //poco/1.3/Net/testsuite/src/HTTPStreamFactoryTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPStreamFactoryTest.h#1 $ // // Definition of the HTTPStreamFactoryTest class. // diff --git a/Net/testsuite/src/HTTPTestServer.cpp b/Net/testsuite/src/HTTPTestServer.cpp index cbca35c06..965d20bdb 100644 --- a/Net/testsuite/src/HTTPTestServer.cpp +++ b/Net/testsuite/src/HTTPTestServer.cpp @@ -1,7 +1,7 @@ // // HTTPTestServer.cpp // -// $Id: //poco/1.3/Net/testsuite/src/HTTPTestServer.cpp#2 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPTestServer.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPTestServer.h b/Net/testsuite/src/HTTPTestServer.h index f198dea94..582d3ca6d 100644 --- a/Net/testsuite/src/HTTPTestServer.h +++ b/Net/testsuite/src/HTTPTestServer.h @@ -1,7 +1,7 @@ // // HTTPTestServer.h // -// $Id: //poco/1.3/Net/testsuite/src/HTTPTestServer.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPTestServer.h#1 $ // // Definition of the HTTPTestServer class. // diff --git a/Net/testsuite/src/HTTPTestSuite.cpp b/Net/testsuite/src/HTTPTestSuite.cpp index 9daaa0f13..b50657747 100644 --- a/Net/testsuite/src/HTTPTestSuite.cpp +++ b/Net/testsuite/src/HTTPTestSuite.cpp @@ -1,7 +1,7 @@ // // HTTPTestSuite.cpp // -// $Id: //poco/1.3/Net/testsuite/src/HTTPTestSuite.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/HTTPTestSuite.h b/Net/testsuite/src/HTTPTestSuite.h index e014fb615..1f9c15fa6 100644 --- a/Net/testsuite/src/HTTPTestSuite.h +++ b/Net/testsuite/src/HTTPTestSuite.h @@ -1,7 +1,7 @@ // // HTTPTestSuite.h // -// $Id: //poco/1.3/Net/testsuite/src/HTTPTestSuite.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/HTTPTestSuite.h#1 $ // // Definition of the HTTPTestSuite class. // diff --git a/Net/testsuite/src/ICMPClientTest.cpp b/Net/testsuite/src/ICMPClientTest.cpp index 60383090f..3e490b4ab 100644 --- a/Net/testsuite/src/ICMPClientTest.cpp +++ b/Net/testsuite/src/ICMPClientTest.cpp @@ -1,7 +1,7 @@ // // ICMPClientTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/ICMPClientTest.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/ICMPClientTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/ICMPClientTest.h b/Net/testsuite/src/ICMPClientTest.h index 331b6b475..80eaac172 100644 --- a/Net/testsuite/src/ICMPClientTest.h +++ b/Net/testsuite/src/ICMPClientTest.h @@ -1,7 +1,7 @@ // // ICMPClientTest.h // -// $Id: //poco/1.3/Net/testsuite/src/ICMPClientTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/ICMPClientTest.h#1 $ // // Definition of the ICMPClientTest class. // diff --git a/Net/testsuite/src/ICMPClientTestSuite.cpp b/Net/testsuite/src/ICMPClientTestSuite.cpp index 178215242..56366c5d8 100644 --- a/Net/testsuite/src/ICMPClientTestSuite.cpp +++ b/Net/testsuite/src/ICMPClientTestSuite.cpp @@ -1,7 +1,7 @@ // // ICMPClientTestSuite.cpp // -// $Id: //poco/1.3/Net/testsuite/src/ICMPClientTestSuite.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/ICMPClientTestSuite.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/ICMPClientTestSuite.h b/Net/testsuite/src/ICMPClientTestSuite.h index 905b9a1fa..e17de89b1 100644 --- a/Net/testsuite/src/ICMPClientTestSuite.h +++ b/Net/testsuite/src/ICMPClientTestSuite.h @@ -1,7 +1,7 @@ // // ICMPClientTestSuite.h // -// $Id: //poco/1.3/Net/testsuite/src/ICMPClientTestSuite.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/ICMPClientTestSuite.h#1 $ // // Definition of the ICMPClientTestSuite class. // diff --git a/Net/testsuite/src/ICMPSocketTest.cpp b/Net/testsuite/src/ICMPSocketTest.cpp index 5fc9d74e7..3a3d209ab 100644 --- a/Net/testsuite/src/ICMPSocketTest.cpp +++ b/Net/testsuite/src/ICMPSocketTest.cpp @@ -1,7 +1,7 @@ // // ICMPSocketTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/ICMPSocketTest.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/ICMPSocketTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/ICMPSocketTest.h b/Net/testsuite/src/ICMPSocketTest.h index c4d834794..ef64892a7 100644 --- a/Net/testsuite/src/ICMPSocketTest.h +++ b/Net/testsuite/src/ICMPSocketTest.h @@ -1,7 +1,7 @@ // // ICMPSocketTest.h // -// $Id: //poco/1.3/Net/testsuite/src/ICMPSocketTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/ICMPSocketTest.h#1 $ // // Definition of the ICMPSocketTest class. // diff --git a/Net/testsuite/src/IPAddressTest.cpp b/Net/testsuite/src/IPAddressTest.cpp index 190bddab9..25557bca5 100644 --- a/Net/testsuite/src/IPAddressTest.cpp +++ b/Net/testsuite/src/IPAddressTest.cpp @@ -1,7 +1,7 @@ // // IPAddressTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/IPAddressTest.cpp#3 $ +// $Id: //poco/1.4/Net/testsuite/src/IPAddressTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/IPAddressTest.h b/Net/testsuite/src/IPAddressTest.h index 589f94cb6..0f0133814 100644 --- a/Net/testsuite/src/IPAddressTest.h +++ b/Net/testsuite/src/IPAddressTest.h @@ -1,7 +1,7 @@ // // IPAddressTest.h // -// $Id: //poco/1.3/Net/testsuite/src/IPAddressTest.h#2 $ +// $Id: //poco/1.4/Net/testsuite/src/IPAddressTest.h#1 $ // // Definition of the IPAddressTest class. // diff --git a/Net/testsuite/src/MailMessageTest.cpp b/Net/testsuite/src/MailMessageTest.cpp index 3e07d7405..2c55c1685 100644 --- a/Net/testsuite/src/MailMessageTest.cpp +++ b/Net/testsuite/src/MailMessageTest.cpp @@ -1,7 +1,7 @@ // // MailMessageTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/MailMessageTest.cpp#4 $ +// $Id: //poco/1.4/Net/testsuite/src/MailMessageTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/MailMessageTest.h b/Net/testsuite/src/MailMessageTest.h index a22b9cc1a..4843cdfb7 100644 --- a/Net/testsuite/src/MailMessageTest.h +++ b/Net/testsuite/src/MailMessageTest.h @@ -1,7 +1,7 @@ // // MailMessageTest.h // -// $Id: //poco/1.3/Net/testsuite/src/MailMessageTest.h#2 $ +// $Id: //poco/1.4/Net/testsuite/src/MailMessageTest.h#1 $ // // Definition of the MailMessageTest class. // diff --git a/Net/testsuite/src/MailStreamTest.cpp b/Net/testsuite/src/MailStreamTest.cpp index 0ae215b76..af0a024b8 100644 --- a/Net/testsuite/src/MailStreamTest.cpp +++ b/Net/testsuite/src/MailStreamTest.cpp @@ -1,7 +1,7 @@ // // MailStreamTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/MailStreamTest.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/MailStreamTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/MailStreamTest.h b/Net/testsuite/src/MailStreamTest.h index f0a41bab5..763a08b79 100644 --- a/Net/testsuite/src/MailStreamTest.h +++ b/Net/testsuite/src/MailStreamTest.h @@ -1,7 +1,7 @@ // // MailStreamTest.h // -// $Id: //poco/1.3/Net/testsuite/src/MailStreamTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/MailStreamTest.h#1 $ // // Definition of the MailStreamTest class. // diff --git a/Net/testsuite/src/MailTestSuite.cpp b/Net/testsuite/src/MailTestSuite.cpp index 20e619321..0233897d8 100644 --- a/Net/testsuite/src/MailTestSuite.cpp +++ b/Net/testsuite/src/MailTestSuite.cpp @@ -1,7 +1,7 @@ // // MailTestSuite.cpp // -// $Id: //poco/1.3/Net/testsuite/src/MailTestSuite.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/MailTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/MailTestSuite.h b/Net/testsuite/src/MailTestSuite.h index 4c1c12b80..ebde69daa 100644 --- a/Net/testsuite/src/MailTestSuite.h +++ b/Net/testsuite/src/MailTestSuite.h @@ -1,7 +1,7 @@ // // MailTestSuite.h // -// $Id: //poco/1.3/Net/testsuite/src/MailTestSuite.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/MailTestSuite.h#1 $ // // Definition of the MailTestSuite class. // diff --git a/Net/testsuite/src/MediaTypeTest.cpp b/Net/testsuite/src/MediaTypeTest.cpp index 743b0f266..e7c7a1dfa 100644 --- a/Net/testsuite/src/MediaTypeTest.cpp +++ b/Net/testsuite/src/MediaTypeTest.cpp @@ -1,7 +1,7 @@ // // MediaTypeTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/MediaTypeTest.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/MediaTypeTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/MediaTypeTest.h b/Net/testsuite/src/MediaTypeTest.h index 6d2cd8812..8591636ab 100644 --- a/Net/testsuite/src/MediaTypeTest.h +++ b/Net/testsuite/src/MediaTypeTest.h @@ -1,7 +1,7 @@ // // MediaTypeTest.h // -// $Id: //poco/1.3/Net/testsuite/src/MediaTypeTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/MediaTypeTest.h#1 $ // // Definition of the MediaTypeTest class. // diff --git a/Net/testsuite/src/MessageHeaderTest.cpp b/Net/testsuite/src/MessageHeaderTest.cpp index 06c8f874f..f300b805b 100644 --- a/Net/testsuite/src/MessageHeaderTest.cpp +++ b/Net/testsuite/src/MessageHeaderTest.cpp @@ -1,7 +1,7 @@ // // MessageHeaderTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/MessageHeaderTest.cpp#2 $ +// $Id: //poco/1.4/Net/testsuite/src/MessageHeaderTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/MessageHeaderTest.h b/Net/testsuite/src/MessageHeaderTest.h index 2bcf24098..c30307415 100644 --- a/Net/testsuite/src/MessageHeaderTest.h +++ b/Net/testsuite/src/MessageHeaderTest.h @@ -1,7 +1,7 @@ // // MessageHeaderTest.h // -// $Id: //poco/1.3/Net/testsuite/src/MessageHeaderTest.h#2 $ +// $Id: //poco/1.4/Net/testsuite/src/MessageHeaderTest.h#1 $ // // Definition of the MessageHeaderTest class. // diff --git a/Net/testsuite/src/MessagesTestSuite.cpp b/Net/testsuite/src/MessagesTestSuite.cpp index 7abcc4469..ccaebfb0a 100644 --- a/Net/testsuite/src/MessagesTestSuite.cpp +++ b/Net/testsuite/src/MessagesTestSuite.cpp @@ -1,7 +1,7 @@ // // MessagesTestSuite.cpp // -// $Id: //poco/1.3/Net/testsuite/src/MessagesTestSuite.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/MessagesTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/MessagesTestSuite.h b/Net/testsuite/src/MessagesTestSuite.h index 19cb6fdd1..30433e601 100644 --- a/Net/testsuite/src/MessagesTestSuite.h +++ b/Net/testsuite/src/MessagesTestSuite.h @@ -1,7 +1,7 @@ // // MessagesTestSuite.h // -// $Id: //poco/1.3/Net/testsuite/src/MessagesTestSuite.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/MessagesTestSuite.h#1 $ // // Definition of the MessagesTestSuite class. // diff --git a/Net/testsuite/src/MulticastEchoServer.cpp b/Net/testsuite/src/MulticastEchoServer.cpp index 8be6599a9..d916ae992 100644 --- a/Net/testsuite/src/MulticastEchoServer.cpp +++ b/Net/testsuite/src/MulticastEchoServer.cpp @@ -1,7 +1,7 @@ // // MulticastEchoServer.cpp // -// $Id: //poco/1.3/Net/testsuite/src/MulticastEchoServer.cpp#2 $ +// $Id: //poco/1.4/Net/testsuite/src/MulticastEchoServer.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/MulticastEchoServer.h b/Net/testsuite/src/MulticastEchoServer.h index a1e9a2eb5..c7fd9d01d 100644 --- a/Net/testsuite/src/MulticastEchoServer.h +++ b/Net/testsuite/src/MulticastEchoServer.h @@ -1,7 +1,7 @@ // // MulticastEchoServer.h // -// $Id: //poco/1.3/Net/testsuite/src/MulticastEchoServer.h#2 $ +// $Id: //poco/1.4/Net/testsuite/src/MulticastEchoServer.h#1 $ // // Definition of the MulticastEchoServer class. // diff --git a/Net/testsuite/src/MulticastSocketTest.cpp b/Net/testsuite/src/MulticastSocketTest.cpp index da659322e..79c33c4b0 100644 --- a/Net/testsuite/src/MulticastSocketTest.cpp +++ b/Net/testsuite/src/MulticastSocketTest.cpp @@ -1,7 +1,7 @@ // // MulticastSocketTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/MulticastSocketTest.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/MulticastSocketTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/MulticastSocketTest.h b/Net/testsuite/src/MulticastSocketTest.h index 2f7ea2fe1..c5a8e24d5 100644 --- a/Net/testsuite/src/MulticastSocketTest.h +++ b/Net/testsuite/src/MulticastSocketTest.h @@ -1,7 +1,7 @@ // // MulticastSocketTest.h // -// $Id: //poco/1.3/Net/testsuite/src/MulticastSocketTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/MulticastSocketTest.h#1 $ // // Definition of the MulticastSocketTest class. // diff --git a/Net/testsuite/src/MultipartReaderTest.cpp b/Net/testsuite/src/MultipartReaderTest.cpp index 024d16fd9..3ae5b76cf 100644 --- a/Net/testsuite/src/MultipartReaderTest.cpp +++ b/Net/testsuite/src/MultipartReaderTest.cpp @@ -1,7 +1,7 @@ // // MultipartReaderTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/MultipartReaderTest.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/MultipartReaderTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/MultipartReaderTest.h b/Net/testsuite/src/MultipartReaderTest.h index 1d7abc348..6e2027110 100644 --- a/Net/testsuite/src/MultipartReaderTest.h +++ b/Net/testsuite/src/MultipartReaderTest.h @@ -1,7 +1,7 @@ // // MultipartReaderTest.h // -// $Id: //poco/1.3/Net/testsuite/src/MultipartReaderTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/MultipartReaderTest.h#1 $ // // Definition of the MultipartReaderTest class. // diff --git a/Net/testsuite/src/MultipartWriterTest.cpp b/Net/testsuite/src/MultipartWriterTest.cpp index a6b138e9f..2cc4db8d8 100644 --- a/Net/testsuite/src/MultipartWriterTest.cpp +++ b/Net/testsuite/src/MultipartWriterTest.cpp @@ -1,7 +1,7 @@ // // MultipartWriterTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/MultipartWriterTest.cpp#2 $ +// $Id: //poco/1.4/Net/testsuite/src/MultipartWriterTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/MultipartWriterTest.h b/Net/testsuite/src/MultipartWriterTest.h index d2daf9af6..233efe2b9 100644 --- a/Net/testsuite/src/MultipartWriterTest.h +++ b/Net/testsuite/src/MultipartWriterTest.h @@ -1,7 +1,7 @@ // // MultipartWriterTest.h // -// $Id: //poco/1.3/Net/testsuite/src/MultipartWriterTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/MultipartWriterTest.h#1 $ // // Definition of the MultipartWriterTest class. // diff --git a/Net/testsuite/src/NameValueCollectionTest.cpp b/Net/testsuite/src/NameValueCollectionTest.cpp index 2e8dbb98f..7eb1d7033 100644 --- a/Net/testsuite/src/NameValueCollectionTest.cpp +++ b/Net/testsuite/src/NameValueCollectionTest.cpp @@ -1,7 +1,7 @@ // // NameValueCollectionTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/NameValueCollectionTest.cpp#2 $ +// $Id: //poco/1.4/Net/testsuite/src/NameValueCollectionTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/NameValueCollectionTest.h b/Net/testsuite/src/NameValueCollectionTest.h index ca2a95179..615d539bc 100644 --- a/Net/testsuite/src/NameValueCollectionTest.h +++ b/Net/testsuite/src/NameValueCollectionTest.h @@ -1,7 +1,7 @@ // // NameValueCollectionTest.h // -// $Id: //poco/1.3/Net/testsuite/src/NameValueCollectionTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/NameValueCollectionTest.h#1 $ // // Definition of the NameValueCollectionTest class. // diff --git a/Net/testsuite/src/NetCoreTestSuite.cpp b/Net/testsuite/src/NetCoreTestSuite.cpp index 0a386ab24..af8bc9171 100644 --- a/Net/testsuite/src/NetCoreTestSuite.cpp +++ b/Net/testsuite/src/NetCoreTestSuite.cpp @@ -1,7 +1,7 @@ // // NetCoreTestSuite.cpp // -// $Id: //poco/1.3/Net/testsuite/src/NetCoreTestSuite.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/NetCoreTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/NetCoreTestSuite.h b/Net/testsuite/src/NetCoreTestSuite.h index 7bdaf1f40..5c65266a4 100644 --- a/Net/testsuite/src/NetCoreTestSuite.h +++ b/Net/testsuite/src/NetCoreTestSuite.h @@ -1,7 +1,7 @@ // // NetCoreTestSuite.h // -// $Id: //poco/1.3/Net/testsuite/src/NetCoreTestSuite.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/NetCoreTestSuite.h#1 $ // // Definition of the NetCoreTestSuite class. // diff --git a/Net/testsuite/src/NetTestSuite.cpp b/Net/testsuite/src/NetTestSuite.cpp index dd45be58f..cd4d3562a 100644 --- a/Net/testsuite/src/NetTestSuite.cpp +++ b/Net/testsuite/src/NetTestSuite.cpp @@ -1,7 +1,7 @@ // // NetTestSuite.cpp // -// $Id: //poco/1.3/Net/testsuite/src/NetTestSuite.cpp#2 $ +// $Id: //poco/1.4/Net/testsuite/src/NetTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/NetTestSuite.h b/Net/testsuite/src/NetTestSuite.h index 674ebd9d0..f2d82b8e4 100644 --- a/Net/testsuite/src/NetTestSuite.h +++ b/Net/testsuite/src/NetTestSuite.h @@ -1,7 +1,7 @@ // // NetTestSuite.h // -// $Id: //poco/1.3/Net/testsuite/src/NetTestSuite.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/NetTestSuite.h#1 $ // // Definition of the NetTestSuite class. // diff --git a/Net/testsuite/src/NetworkInterfaceTest.cpp b/Net/testsuite/src/NetworkInterfaceTest.cpp index 879a7e9bd..9e62864b8 100644 --- a/Net/testsuite/src/NetworkInterfaceTest.cpp +++ b/Net/testsuite/src/NetworkInterfaceTest.cpp @@ -1,7 +1,7 @@ // // NetworkInterfaceTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/NetworkInterfaceTest.cpp#3 $ +// $Id: //poco/1.4/Net/testsuite/src/NetworkInterfaceTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/NetworkInterfaceTest.h b/Net/testsuite/src/NetworkInterfaceTest.h index a3284254e..23cc65c04 100644 --- a/Net/testsuite/src/NetworkInterfaceTest.h +++ b/Net/testsuite/src/NetworkInterfaceTest.h @@ -1,7 +1,7 @@ // // NetworkInterfaceTest.h // -// $Id: //poco/1.3/Net/testsuite/src/NetworkInterfaceTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/NetworkInterfaceTest.h#1 $ // // Definition of the NetworkInterfaceTest class. // diff --git a/Net/testsuite/src/POP3ClientSessionTest.cpp b/Net/testsuite/src/POP3ClientSessionTest.cpp index 58ce97578..80b35d3fb 100644 --- a/Net/testsuite/src/POP3ClientSessionTest.cpp +++ b/Net/testsuite/src/POP3ClientSessionTest.cpp @@ -1,7 +1,7 @@ // // POP3ClientSessionTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/POP3ClientSessionTest.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/POP3ClientSessionTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/POP3ClientSessionTest.h b/Net/testsuite/src/POP3ClientSessionTest.h index d7a1f2c43..77437e2ca 100644 --- a/Net/testsuite/src/POP3ClientSessionTest.h +++ b/Net/testsuite/src/POP3ClientSessionTest.h @@ -1,7 +1,7 @@ // // POP3ClientSessionTest.h // -// $Id: //poco/1.3/Net/testsuite/src/POP3ClientSessionTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/POP3ClientSessionTest.h#1 $ // // Definition of the POP3ClientSessionTest class. // diff --git a/Net/testsuite/src/QuotedPrintableTest.cpp b/Net/testsuite/src/QuotedPrintableTest.cpp index f2045ae19..184d8aa14 100644 --- a/Net/testsuite/src/QuotedPrintableTest.cpp +++ b/Net/testsuite/src/QuotedPrintableTest.cpp @@ -1,7 +1,7 @@ // // QuotedPrintableTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/QuotedPrintableTest.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/QuotedPrintableTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/QuotedPrintableTest.h b/Net/testsuite/src/QuotedPrintableTest.h index a4038482f..db9d162d9 100644 --- a/Net/testsuite/src/QuotedPrintableTest.h +++ b/Net/testsuite/src/QuotedPrintableTest.h @@ -1,7 +1,7 @@ // // QuotedPrintableTest.h // -// $Id: //poco/1.3/Net/testsuite/src/QuotedPrintableTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/QuotedPrintableTest.h#1 $ // // Definition of the QuotedPrintableTest class. // diff --git a/Net/testsuite/src/RawSocketTest.cpp b/Net/testsuite/src/RawSocketTest.cpp index efd1f8acd..1e107155c 100644 --- a/Net/testsuite/src/RawSocketTest.cpp +++ b/Net/testsuite/src/RawSocketTest.cpp @@ -1,7 +1,7 @@ // // RawSocketTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/RawSocketTest.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/RawSocketTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/RawSocketTest.h b/Net/testsuite/src/RawSocketTest.h index 341584d97..b18385ffd 100644 --- a/Net/testsuite/src/RawSocketTest.h +++ b/Net/testsuite/src/RawSocketTest.h @@ -1,7 +1,7 @@ // // RawSocketTest.h // -// $Id: //poco/1.3/Net/testsuite/src/RawSocketTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/RawSocketTest.h#1 $ // // Definition of the RawSocketTest class. // diff --git a/Net/testsuite/src/ReactorTestSuite.cpp b/Net/testsuite/src/ReactorTestSuite.cpp index 4b1eb9b43..9fd3d448e 100644 --- a/Net/testsuite/src/ReactorTestSuite.cpp +++ b/Net/testsuite/src/ReactorTestSuite.cpp @@ -1,7 +1,7 @@ // // ReactorTestSuite.cpp // -// $Id: //poco/1.3/Net/testsuite/src/ReactorTestSuite.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/ReactorTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/ReactorTestSuite.h b/Net/testsuite/src/ReactorTestSuite.h index a4b6738c9..d9d339ec1 100644 --- a/Net/testsuite/src/ReactorTestSuite.h +++ b/Net/testsuite/src/ReactorTestSuite.h @@ -1,7 +1,7 @@ // // ReactorTestSuite.h // -// $Id: //poco/1.3/Net/testsuite/src/ReactorTestSuite.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/ReactorTestSuite.h#1 $ // // Definition of the ReactorTestSuite class. // diff --git a/Net/testsuite/src/SMTPClientSessionTest.cpp b/Net/testsuite/src/SMTPClientSessionTest.cpp index 7a9e2ae54..0971d694d 100644 --- a/Net/testsuite/src/SMTPClientSessionTest.cpp +++ b/Net/testsuite/src/SMTPClientSessionTest.cpp @@ -1,7 +1,7 @@ // // SMTPClientSessionTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/SMTPClientSessionTest.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/SMTPClientSessionTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/SMTPClientSessionTest.h b/Net/testsuite/src/SMTPClientSessionTest.h index 7e97a9c59..e407d8c9a 100644 --- a/Net/testsuite/src/SMTPClientSessionTest.h +++ b/Net/testsuite/src/SMTPClientSessionTest.h @@ -1,7 +1,7 @@ // // SMTPClientSessionTest.h // -// $Id: //poco/1.3/Net/testsuite/src/SMTPClientSessionTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/SMTPClientSessionTest.h#1 $ // // Definition of the SMTPClientSessionTest class. // diff --git a/Net/testsuite/src/SocketAddressTest.cpp b/Net/testsuite/src/SocketAddressTest.cpp index 3ccfbee66..0b2e2066a 100644 --- a/Net/testsuite/src/SocketAddressTest.cpp +++ b/Net/testsuite/src/SocketAddressTest.cpp @@ -1,7 +1,7 @@ // // SocketAddressTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/SocketAddressTest.cpp#3 $ +// $Id: //poco/1.4/Net/testsuite/src/SocketAddressTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/SocketAddressTest.h b/Net/testsuite/src/SocketAddressTest.h index a56bff0b4..9f48a18a7 100644 --- a/Net/testsuite/src/SocketAddressTest.h +++ b/Net/testsuite/src/SocketAddressTest.h @@ -1,7 +1,7 @@ // // SocketAddressTest.h // -// $Id: //poco/1.3/Net/testsuite/src/SocketAddressTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/SocketAddressTest.h#1 $ // // Definition of the SocketAddressTest class. // diff --git a/Net/testsuite/src/SocketReactorTest.cpp b/Net/testsuite/src/SocketReactorTest.cpp index bf9a2646d..a8965fea3 100644 --- a/Net/testsuite/src/SocketReactorTest.cpp +++ b/Net/testsuite/src/SocketReactorTest.cpp @@ -1,7 +1,7 @@ // // SocketReactorTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/SocketReactorTest.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/SocketReactorTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/SocketReactorTest.h b/Net/testsuite/src/SocketReactorTest.h index 96a06339b..ce45e1541 100644 --- a/Net/testsuite/src/SocketReactorTest.h +++ b/Net/testsuite/src/SocketReactorTest.h @@ -1,7 +1,7 @@ // // SocketReactorTest.h // -// $Id: //poco/1.3/Net/testsuite/src/SocketReactorTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/SocketReactorTest.h#1 $ // // Definition of the SocketReactorTest class. // diff --git a/Net/testsuite/src/SocketStreamTest.cpp b/Net/testsuite/src/SocketStreamTest.cpp index 281ad52f9..7f395962f 100644 --- a/Net/testsuite/src/SocketStreamTest.cpp +++ b/Net/testsuite/src/SocketStreamTest.cpp @@ -1,7 +1,7 @@ // // SocketStreamTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/SocketStreamTest.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/SocketStreamTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/SocketStreamTest.h b/Net/testsuite/src/SocketStreamTest.h index 527c45fa6..4830b50e3 100644 --- a/Net/testsuite/src/SocketStreamTest.h +++ b/Net/testsuite/src/SocketStreamTest.h @@ -1,7 +1,7 @@ // // SocketStreamTest.h // -// $Id: //poco/1.3/Net/testsuite/src/SocketStreamTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/SocketStreamTest.h#1 $ // // Definition of the SocketStreamTest class. // diff --git a/Net/testsuite/src/SocketTest.cpp b/Net/testsuite/src/SocketTest.cpp index 19b205eab..4d4fd2f3a 100644 --- a/Net/testsuite/src/SocketTest.cpp +++ b/Net/testsuite/src/SocketTest.cpp @@ -1,7 +1,7 @@ // // SocketTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/SocketTest.cpp#5 $ +// $Id: //poco/1.4/Net/testsuite/src/SocketTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/SocketTest.h b/Net/testsuite/src/SocketTest.h index d2e5db2f8..c715bfdb5 100644 --- a/Net/testsuite/src/SocketTest.h +++ b/Net/testsuite/src/SocketTest.h @@ -1,7 +1,7 @@ // // SocketTest.h // -// $Id: //poco/1.3/Net/testsuite/src/SocketTest.h#3 $ +// $Id: //poco/1.4/Net/testsuite/src/SocketTest.h#1 $ // // Definition of the SocketTest class. // diff --git a/Net/testsuite/src/SocketsTestSuite.cpp b/Net/testsuite/src/SocketsTestSuite.cpp index e9b799233..60e3760cd 100644 --- a/Net/testsuite/src/SocketsTestSuite.cpp +++ b/Net/testsuite/src/SocketsTestSuite.cpp @@ -1,7 +1,7 @@ // // SocketsTestSuite.cpp // -// $Id: //poco/1.3/Net/testsuite/src/SocketsTestSuite.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/SocketsTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/SocketsTestSuite.h b/Net/testsuite/src/SocketsTestSuite.h index 14d7d3e6c..2ec41bfd5 100644 --- a/Net/testsuite/src/SocketsTestSuite.h +++ b/Net/testsuite/src/SocketsTestSuite.h @@ -1,7 +1,7 @@ // // SocketsTestSuite.h // -// $Id: //poco/1.3/Net/testsuite/src/SocketsTestSuite.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/SocketsTestSuite.h#1 $ // // Definition of the SocketsTestSuite class. // diff --git a/Net/testsuite/src/SyslogTest.cpp b/Net/testsuite/src/SyslogTest.cpp index 5fc076841..953f6babd 100644 --- a/Net/testsuite/src/SyslogTest.cpp +++ b/Net/testsuite/src/SyslogTest.cpp @@ -1,7 +1,7 @@ // // SyslogTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/SyslogTest.cpp#2 $ +// $Id: //poco/1.4/Net/testsuite/src/SyslogTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/SyslogTest.h b/Net/testsuite/src/SyslogTest.h index 7cb43b938..a179dcc94 100644 --- a/Net/testsuite/src/SyslogTest.h +++ b/Net/testsuite/src/SyslogTest.h @@ -1,7 +1,7 @@ // // SyslogTest.h // -// $Id: //poco/1.3/Net/testsuite/src/SyslogTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/SyslogTest.h#1 $ // // Definition of the SyslogTest class. // diff --git a/Net/testsuite/src/TCPServerTest.cpp b/Net/testsuite/src/TCPServerTest.cpp index 3dddc7b79..b19b90a53 100644 --- a/Net/testsuite/src/TCPServerTest.cpp +++ b/Net/testsuite/src/TCPServerTest.cpp @@ -1,7 +1,7 @@ // // TCPServerTest.cpp // -// $Id: //poco/1.3/Net/testsuite/src/TCPServerTest.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/TCPServerTest.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/TCPServerTest.h b/Net/testsuite/src/TCPServerTest.h index 9f879e00d..16b8bb041 100644 --- a/Net/testsuite/src/TCPServerTest.h +++ b/Net/testsuite/src/TCPServerTest.h @@ -1,7 +1,7 @@ // // TCPServerTest.h // -// $Id: //poco/1.3/Net/testsuite/src/TCPServerTest.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/TCPServerTest.h#1 $ // // Definition of the TCPServerTest class. // diff --git a/Net/testsuite/src/TCPServerTestSuite.cpp b/Net/testsuite/src/TCPServerTestSuite.cpp index 8d9b16963..4e3b9c99a 100644 --- a/Net/testsuite/src/TCPServerTestSuite.cpp +++ b/Net/testsuite/src/TCPServerTestSuite.cpp @@ -1,7 +1,7 @@ // // TCPServerTestSuite.cpp // -// $Id: //poco/1.3/Net/testsuite/src/TCPServerTestSuite.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/TCPServerTestSuite.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/TCPServerTestSuite.h b/Net/testsuite/src/TCPServerTestSuite.h index a432c2a7f..7d8fa8cf1 100644 --- a/Net/testsuite/src/TCPServerTestSuite.h +++ b/Net/testsuite/src/TCPServerTestSuite.h @@ -1,7 +1,7 @@ // // TCPServerTestSuite.h // -// $Id: //poco/1.3/Net/testsuite/src/TCPServerTestSuite.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/TCPServerTestSuite.h#1 $ // // Definition of the TCPServerTestSuite class. // diff --git a/Net/testsuite/src/UDPEchoServer.cpp b/Net/testsuite/src/UDPEchoServer.cpp index afb0df509..d64e0993b 100644 --- a/Net/testsuite/src/UDPEchoServer.cpp +++ b/Net/testsuite/src/UDPEchoServer.cpp @@ -1,7 +1,7 @@ // // UDPEchoServer.cpp // -// $Id: //poco/1.3/Net/testsuite/src/UDPEchoServer.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/UDPEchoServer.cpp#1 $ // // Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Net/testsuite/src/UDPEchoServer.h b/Net/testsuite/src/UDPEchoServer.h index 14a16b310..2518810e8 100644 --- a/Net/testsuite/src/UDPEchoServer.h +++ b/Net/testsuite/src/UDPEchoServer.h @@ -1,7 +1,7 @@ // // UDPEchoServer.h // -// $Id: //poco/1.3/Net/testsuite/src/UDPEchoServer.h#1 $ +// $Id: //poco/1.4/Net/testsuite/src/UDPEchoServer.h#1 $ // // Definition of the UDPEchoServer class. // diff --git a/Net/testsuite/src/WinCEDriver.cpp b/Net/testsuite/src/WinCEDriver.cpp index f0bbe8ebd..da95fab8a 100644 --- a/Net/testsuite/src/WinCEDriver.cpp +++ b/Net/testsuite/src/WinCEDriver.cpp @@ -1,7 +1,7 @@ // // WinCEDriver.cpp // -// $Id: //poco/1.3/Net/testsuite/src/WinCEDriver.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/WinCEDriver.cpp#1 $ // // Console-based test driver for Windows CE. // diff --git a/Net/testsuite/src/WinDriver.cpp b/Net/testsuite/src/WinDriver.cpp index 18443d8f3..7f60cb6e1 100644 --- a/Net/testsuite/src/WinDriver.cpp +++ b/Net/testsuite/src/WinDriver.cpp @@ -1,7 +1,7 @@ // // WinDriver.cpp // -// $Id: //poco/1.3/Net/testsuite/src/WinDriver.cpp#1 $ +// $Id: //poco/1.4/Net/testsuite/src/WinDriver.cpp#1 $ // // Windows test driver for Poco Net. // diff --git a/NetSSL_OpenSSL/include/Poco/Net/AcceptCertificateHandler.h b/NetSSL_OpenSSL/include/Poco/Net/AcceptCertificateHandler.h index 2c61e93cd..7ebbfec68 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/AcceptCertificateHandler.h +++ b/NetSSL_OpenSSL/include/Poco/Net/AcceptCertificateHandler.h @@ -1,7 +1,7 @@ // // AcceptCertificateHandler.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/AcceptCertificateHandler.h#4 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/AcceptCertificateHandler.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/include/Poco/Net/CertificateHandlerFactory.h b/NetSSL_OpenSSL/include/Poco/Net/CertificateHandlerFactory.h index daaa4e822..d8a602ab0 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/CertificateHandlerFactory.h +++ b/NetSSL_OpenSSL/include/Poco/Net/CertificateHandlerFactory.h @@ -1,7 +1,7 @@ // // CertificateHandlerFactory.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/CertificateHandlerFactory.h#4 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/CertificateHandlerFactory.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/include/Poco/Net/CertificateHandlerFactoryMgr.h b/NetSSL_OpenSSL/include/Poco/Net/CertificateHandlerFactoryMgr.h index c58fb82ce..61cfea28c 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/CertificateHandlerFactoryMgr.h +++ b/NetSSL_OpenSSL/include/Poco/Net/CertificateHandlerFactoryMgr.h @@ -1,7 +1,7 @@ // // CertificateHandlerFactoryMgr.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/CertificateHandlerFactoryMgr.h#2 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/CertificateHandlerFactoryMgr.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/include/Poco/Net/ConsoleCertificateHandler.h b/NetSSL_OpenSSL/include/Poco/Net/ConsoleCertificateHandler.h index 94a42d441..a70d1cbfd 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/ConsoleCertificateHandler.h +++ b/NetSSL_OpenSSL/include/Poco/Net/ConsoleCertificateHandler.h @@ -1,7 +1,7 @@ // // ConsoleCertificateHandler.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/ConsoleCertificateHandler.h#3 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/ConsoleCertificateHandler.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/include/Poco/Net/Context.h b/NetSSL_OpenSSL/include/Poco/Net/Context.h index 8c135a6db..334bc7f2a 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/Context.h +++ b/NetSSL_OpenSSL/include/Poco/Net/Context.h @@ -1,7 +1,7 @@ // // Context.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/Context.h#16 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/Context.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/include/Poco/Net/HTTPSClientSession.h b/NetSSL_OpenSSL/include/Poco/Net/HTTPSClientSession.h index 02ab8402c..e707fffec 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/HTTPSClientSession.h +++ b/NetSSL_OpenSSL/include/Poco/Net/HTTPSClientSession.h @@ -1,7 +1,7 @@ // // HTTPSClientSession.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/HTTPSClientSession.h#9 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/HTTPSClientSession.h#1 $ // // Library: NetSSL_OpenSSL // Package: HTTPSClient diff --git a/NetSSL_OpenSSL/include/Poco/Net/HTTPSSessionInstantiator.h b/NetSSL_OpenSSL/include/Poco/Net/HTTPSSessionInstantiator.h index be06e56be..67069adb4 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/HTTPSSessionInstantiator.h +++ b/NetSSL_OpenSSL/include/Poco/Net/HTTPSSessionInstantiator.h @@ -1,7 +1,7 @@ // // HTTPSSessionInstantiator.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/HTTPSSessionInstantiator.h#2 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/HTTPSSessionInstantiator.h#1 $ // // Library: NetSSL_OpenSSL // Package: HTTPSClient diff --git a/NetSSL_OpenSSL/include/Poco/Net/HTTPSStreamFactory.h b/NetSSL_OpenSSL/include/Poco/Net/HTTPSStreamFactory.h index 3bdf873d5..30a6ae216 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/HTTPSStreamFactory.h +++ b/NetSSL_OpenSSL/include/Poco/Net/HTTPSStreamFactory.h @@ -1,7 +1,7 @@ // // HTTPSStreamFactory.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/HTTPSStreamFactory.h#4 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/HTTPSStreamFactory.h#1 $ // // Library: NetSSL_OpenSSL // Package: HTTPSClient diff --git a/NetSSL_OpenSSL/include/Poco/Net/InvalidCertificateHandler.h b/NetSSL_OpenSSL/include/Poco/Net/InvalidCertificateHandler.h index fa9ea668c..86f8f7857 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/InvalidCertificateHandler.h +++ b/NetSSL_OpenSSL/include/Poco/Net/InvalidCertificateHandler.h @@ -1,7 +1,7 @@ // // InvalidCertificateHandler.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/InvalidCertificateHandler.h#3 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/InvalidCertificateHandler.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/include/Poco/Net/KeyConsoleHandler.h b/NetSSL_OpenSSL/include/Poco/Net/KeyConsoleHandler.h index b8f2f5357..82b3bdb84 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/KeyConsoleHandler.h +++ b/NetSSL_OpenSSL/include/Poco/Net/KeyConsoleHandler.h @@ -1,7 +1,7 @@ // // KeyConsoleHandler.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/KeyConsoleHandler.h#3 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/KeyConsoleHandler.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/include/Poco/Net/KeyFileHandler.h b/NetSSL_OpenSSL/include/Poco/Net/KeyFileHandler.h index 57fb8dbb0..d7f9b9840 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/KeyFileHandler.h +++ b/NetSSL_OpenSSL/include/Poco/Net/KeyFileHandler.h @@ -1,7 +1,7 @@ // // KeyFileHandler.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/KeyFileHandler.h#3 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/KeyFileHandler.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/include/Poco/Net/NetSSL.h b/NetSSL_OpenSSL/include/Poco/Net/NetSSL.h index 53ff0519f..56857b8b6 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/NetSSL.h +++ b/NetSSL_OpenSSL/include/Poco/Net/NetSSL.h @@ -1,7 +1,7 @@ // // NetSSL.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/NetSSL.h#6 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/NetSSL.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyFactory.h b/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyFactory.h index 74895e35a..aff16dd10 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyFactory.h +++ b/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyFactory.h @@ -1,7 +1,7 @@ // // PrivateKeyFactory.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyFactory.h#4 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyFactory.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyFactoryMgr.h b/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyFactoryMgr.h index dcaa0a051..807e8ac94 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyFactoryMgr.h +++ b/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyFactoryMgr.h @@ -1,7 +1,7 @@ // // PrivateKeyFactoryMgr.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyFactoryMgr.h#2 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyFactoryMgr.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyPassphraseHandler.h b/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyPassphraseHandler.h index 89bc9bb48..88341b827 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyPassphraseHandler.h +++ b/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyPassphraseHandler.h @@ -1,7 +1,7 @@ // // PrivateKeyPassphraseHandler.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyPassphraseHandler.h#3 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/PrivateKeyPassphraseHandler.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/include/Poco/Net/RejectCertificateHandler.h b/NetSSL_OpenSSL/include/Poco/Net/RejectCertificateHandler.h index 1dc4653b2..0d9693182 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/RejectCertificateHandler.h +++ b/NetSSL_OpenSSL/include/Poco/Net/RejectCertificateHandler.h @@ -1,7 +1,7 @@ // // RejectCertificateHandler.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/RejectCertificateHandler.h#1 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/RejectCertificateHandler.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/include/Poco/Net/SSLException.h b/NetSSL_OpenSSL/include/Poco/Net/SSLException.h index 115ba1182..8ca632c78 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/SSLException.h +++ b/NetSSL_OpenSSL/include/Poco/Net/SSLException.h @@ -1,7 +1,7 @@ // // SSLException.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/SSLException.h#3 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/SSLException.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/include/Poco/Net/SSLManager.h b/NetSSL_OpenSSL/include/Poco/Net/SSLManager.h index 24c5105c0..708548a0d 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/SSLManager.h +++ b/NetSSL_OpenSSL/include/Poco/Net/SSLManager.h @@ -1,7 +1,7 @@ // // SSLManager.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/SSLManager.h#13 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/SSLManager.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/include/Poco/Net/SecureSMTPClientSession.h b/NetSSL_OpenSSL/include/Poco/Net/SecureSMTPClientSession.h index 2e52a7785..21d904575 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/SecureSMTPClientSession.h +++ b/NetSSL_OpenSSL/include/Poco/Net/SecureSMTPClientSession.h @@ -1,7 +1,7 @@ // // SecureSMTPClientSession.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/SecureSMTPClientSession.h#1 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/SecureSMTPClientSession.h#1 $ // // Library: NetSSL_OpenSSL // Package: Mail diff --git a/NetSSL_OpenSSL/include/Poco/Net/SecureServerSocket.h b/NetSSL_OpenSSL/include/Poco/Net/SecureServerSocket.h index f912db11c..50c576d54 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/SecureServerSocket.h +++ b/NetSSL_OpenSSL/include/Poco/Net/SecureServerSocket.h @@ -1,7 +1,7 @@ // // SecureServerSocket.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/SecureServerSocket.h#4 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/SecureServerSocket.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLSockets diff --git a/NetSSL_OpenSSL/include/Poco/Net/SecureServerSocketImpl.h b/NetSSL_OpenSSL/include/Poco/Net/SecureServerSocketImpl.h index 5508243b8..904dbc55c 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/SecureServerSocketImpl.h +++ b/NetSSL_OpenSSL/include/Poco/Net/SecureServerSocketImpl.h @@ -1,7 +1,7 @@ // // SecureServerSocketImpl.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/SecureServerSocketImpl.h#5 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/SecureServerSocketImpl.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLSockets diff --git a/NetSSL_OpenSSL/include/Poco/Net/SecureSocketImpl.h b/NetSSL_OpenSSL/include/Poco/Net/SecureSocketImpl.h index 4044aafe5..c8ad83e2e 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/SecureSocketImpl.h +++ b/NetSSL_OpenSSL/include/Poco/Net/SecureSocketImpl.h @@ -1,7 +1,7 @@ // // SecureSocketImpl.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/SecureSocketImpl.h#13 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/SecureSocketImpl.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLSockets diff --git a/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocket.h b/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocket.h index 41a884d8f..68e3cf8b4 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocket.h +++ b/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocket.h @@ -1,7 +1,7 @@ // // SecureStreamSocket.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocket.h#9 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocket.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLSockets diff --git a/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocketImpl.h b/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocketImpl.h index 3220c4cb8..4fe3429a3 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocketImpl.h +++ b/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocketImpl.h @@ -1,7 +1,7 @@ // // SecureStreamSocketImpl.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocketImpl.h#12 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/SecureStreamSocketImpl.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLSockets diff --git a/NetSSL_OpenSSL/include/Poco/Net/Session.h b/NetSSL_OpenSSL/include/Poco/Net/Session.h index 9b287523b..fc61f74a6 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/Session.h +++ b/NetSSL_OpenSSL/include/Poco/Net/Session.h @@ -1,7 +1,7 @@ // // Session.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/Session.h#1 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/Session.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/include/Poco/Net/Utility.h b/NetSSL_OpenSSL/include/Poco/Net/Utility.h index 6950f57c9..c0b8cd061 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/Utility.h +++ b/NetSSL_OpenSSL/include/Poco/Net/Utility.h @@ -1,7 +1,7 @@ // // Utility.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/Utility.h#3 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/Utility.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/include/Poco/Net/VerificationErrorArgs.h b/NetSSL_OpenSSL/include/Poco/Net/VerificationErrorArgs.h index 9e14bc031..72accb760 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/VerificationErrorArgs.h +++ b/NetSSL_OpenSSL/include/Poco/Net/VerificationErrorArgs.h @@ -1,7 +1,7 @@ // // VerificationErrorArgs.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/VerificationErrorArgs.h#2 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/VerificationErrorArgs.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/include/Poco/Net/X509Certificate.h b/NetSSL_OpenSSL/include/Poco/Net/X509Certificate.h index 6f2dc71cc..aec004cbe 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/X509Certificate.h +++ b/NetSSL_OpenSSL/include/Poco/Net/X509Certificate.h @@ -1,7 +1,7 @@ // // X509Certificate.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/include/Poco/Net/X509Certificate.h#10 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/include/Poco/Net/X509Certificate.h#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/samples/HTTPSTimeServer/src/HTTPSTimeServer.cpp b/NetSSL_OpenSSL/samples/HTTPSTimeServer/src/HTTPSTimeServer.cpp index 65a6eef13..b401f8af9 100644 --- a/NetSSL_OpenSSL/samples/HTTPSTimeServer/src/HTTPSTimeServer.cpp +++ b/NetSSL_OpenSSL/samples/HTTPSTimeServer/src/HTTPSTimeServer.cpp @@ -1,7 +1,7 @@ // // TimeServer.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/samples/HTTPSTimeServer/src/HTTPSTimeServer.cpp#6 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/samples/HTTPSTimeServer/src/HTTPSTimeServer.cpp#1 $ // // This sample demonstrates the HTTPServer and related classes. // diff --git a/NetSSL_OpenSSL/samples/Makefile b/NetSSL_OpenSSL/samples/Makefile index 5858cae39..c44a0b77e 100644 --- a/NetSSL_OpenSSL/samples/Makefile +++ b/NetSSL_OpenSSL/samples/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/NetSSL_OpenSSL/samples/Makefile#1 $ +# $Id: //poco/1.4/NetSSL_OpenSSL/samples/Makefile#1 $ # # Makefile for Poco NetSSL Samples # diff --git a/NetSSL_OpenSSL/samples/download/src/download.cpp b/NetSSL_OpenSSL/samples/download/src/download.cpp index 4909fa615..80e8e364f 100644 --- a/NetSSL_OpenSSL/samples/download/src/download.cpp +++ b/NetSSL_OpenSSL/samples/download/src/download.cpp @@ -1,7 +1,7 @@ // // download.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/samples/download/src/download.cpp#4 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/samples/download/src/download.cpp#1 $ // // This sample demonstrates the URIStreamOpener class. // diff --git a/NetSSL_OpenSSL/src/AcceptCertificateHandler.cpp b/NetSSL_OpenSSL/src/AcceptCertificateHandler.cpp index c269f0732..2adaa052b 100644 --- a/NetSSL_OpenSSL/src/AcceptCertificateHandler.cpp +++ b/NetSSL_OpenSSL/src/AcceptCertificateHandler.cpp @@ -1,7 +1,7 @@ // // AcceptCertificateHandler.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/AcceptCertificateHandler.cpp#4 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/AcceptCertificateHandler.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/src/CertificateHandlerFactory.cpp b/NetSSL_OpenSSL/src/CertificateHandlerFactory.cpp index 2f089cbc0..568cca293 100644 --- a/NetSSL_OpenSSL/src/CertificateHandlerFactory.cpp +++ b/NetSSL_OpenSSL/src/CertificateHandlerFactory.cpp @@ -1,7 +1,7 @@ // // CertificateHandlerFactory.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/CertificateHandlerFactory.cpp#2 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/CertificateHandlerFactory.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/src/CertificateHandlerFactoryMgr.cpp b/NetSSL_OpenSSL/src/CertificateHandlerFactoryMgr.cpp index 01b3196e2..219f76e74 100644 --- a/NetSSL_OpenSSL/src/CertificateHandlerFactoryMgr.cpp +++ b/NetSSL_OpenSSL/src/CertificateHandlerFactoryMgr.cpp @@ -1,7 +1,7 @@ // // CertificateHandlerFactoryMgr.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/CertificateHandlerFactoryMgr.cpp#4 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/CertificateHandlerFactoryMgr.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/src/ConsoleCertificateHandler.cpp b/NetSSL_OpenSSL/src/ConsoleCertificateHandler.cpp index b0ceab147..4e6b77969 100644 --- a/NetSSL_OpenSSL/src/ConsoleCertificateHandler.cpp +++ b/NetSSL_OpenSSL/src/ConsoleCertificateHandler.cpp @@ -1,7 +1,7 @@ // // ConsoleCertificateHandler.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/ConsoleCertificateHandler.cpp#5 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/ConsoleCertificateHandler.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/src/Context.cpp b/NetSSL_OpenSSL/src/Context.cpp index 8113ba5d9..e64456f65 100644 --- a/NetSSL_OpenSSL/src/Context.cpp +++ b/NetSSL_OpenSSL/src/Context.cpp @@ -1,7 +1,7 @@ // // Context.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/Context.cpp#17 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/Context.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/src/HTTPSClientSession.cpp b/NetSSL_OpenSSL/src/HTTPSClientSession.cpp index c58b4380f..5c809b64b 100644 --- a/NetSSL_OpenSSL/src/HTTPSClientSession.cpp +++ b/NetSSL_OpenSSL/src/HTTPSClientSession.cpp @@ -1,7 +1,7 @@ // // HTTPSClientSession.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/HTTPSClientSession.cpp#10 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/HTTPSClientSession.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: HTTPSClient diff --git a/NetSSL_OpenSSL/src/HTTPSSessionInstantiator.cpp b/NetSSL_OpenSSL/src/HTTPSSessionInstantiator.cpp index 88cf72e6b..d19370703 100644 --- a/NetSSL_OpenSSL/src/HTTPSSessionInstantiator.cpp +++ b/NetSSL_OpenSSL/src/HTTPSSessionInstantiator.cpp @@ -1,7 +1,7 @@ // // HTTPSSessionInstantiator.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/HTTPSSessionInstantiator.cpp#3 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/HTTPSSessionInstantiator.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: HTTPSClient diff --git a/NetSSL_OpenSSL/src/HTTPSStreamFactory.cpp b/NetSSL_OpenSSL/src/HTTPSStreamFactory.cpp index 9263806c0..508067e64 100644 --- a/NetSSL_OpenSSL/src/HTTPSStreamFactory.cpp +++ b/NetSSL_OpenSSL/src/HTTPSStreamFactory.cpp @@ -1,7 +1,7 @@ // // HTTPSStreamFactory.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/HTTPSStreamFactory.cpp#4 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/HTTPSStreamFactory.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: HTTPSClient diff --git a/NetSSL_OpenSSL/src/InvalidCertificateHandler.cpp b/NetSSL_OpenSSL/src/InvalidCertificateHandler.cpp index fb47d1bb8..9e4812b9d 100644 --- a/NetSSL_OpenSSL/src/InvalidCertificateHandler.cpp +++ b/NetSSL_OpenSSL/src/InvalidCertificateHandler.cpp @@ -1,7 +1,7 @@ // // InvalidCertificateHandler.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/InvalidCertificateHandler.cpp#2 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/InvalidCertificateHandler.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/src/KeyConsoleHandler.cpp b/NetSSL_OpenSSL/src/KeyConsoleHandler.cpp index c58e002ad..b077b330b 100644 --- a/NetSSL_OpenSSL/src/KeyConsoleHandler.cpp +++ b/NetSSL_OpenSSL/src/KeyConsoleHandler.cpp @@ -1,7 +1,7 @@ // // KeyConsoleHandler.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/KeyConsoleHandler.cpp#3 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/KeyConsoleHandler.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/src/KeyFileHandler.cpp b/NetSSL_OpenSSL/src/KeyFileHandler.cpp index eae63334c..3d51d3c66 100644 --- a/NetSSL_OpenSSL/src/KeyFileHandler.cpp +++ b/NetSSL_OpenSSL/src/KeyFileHandler.cpp @@ -1,7 +1,7 @@ // // KeyFileHandler.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/KeyFileHandler.cpp#4 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/KeyFileHandler.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/src/PrivateKeyFactory.cpp b/NetSSL_OpenSSL/src/PrivateKeyFactory.cpp index 5578e0373..e7e244fbe 100644 --- a/NetSSL_OpenSSL/src/PrivateKeyFactory.cpp +++ b/NetSSL_OpenSSL/src/PrivateKeyFactory.cpp @@ -1,7 +1,7 @@ // // PrivateKeyFactory.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/PrivateKeyFactory.cpp#2 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/PrivateKeyFactory.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/src/PrivateKeyFactoryMgr.cpp b/NetSSL_OpenSSL/src/PrivateKeyFactoryMgr.cpp index 2d0584d69..d4c89f476 100644 --- a/NetSSL_OpenSSL/src/PrivateKeyFactoryMgr.cpp +++ b/NetSSL_OpenSSL/src/PrivateKeyFactoryMgr.cpp @@ -1,7 +1,7 @@ // // PrivateKeyFactoryMgr.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/PrivateKeyFactoryMgr.cpp#3 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/PrivateKeyFactoryMgr.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/src/PrivateKeyPassphraseHandler.cpp b/NetSSL_OpenSSL/src/PrivateKeyPassphraseHandler.cpp index b1081ccbf..2854e49d9 100644 --- a/NetSSL_OpenSSL/src/PrivateKeyPassphraseHandler.cpp +++ b/NetSSL_OpenSSL/src/PrivateKeyPassphraseHandler.cpp @@ -1,7 +1,7 @@ // // PrivateKeyPassphraseHandler.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/PrivateKeyPassphraseHandler.cpp#3 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/PrivateKeyPassphraseHandler.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/src/RejectCertificateHandler.cpp b/NetSSL_OpenSSL/src/RejectCertificateHandler.cpp index 84f980eb0..3d6c0e102 100644 --- a/NetSSL_OpenSSL/src/RejectCertificateHandler.cpp +++ b/NetSSL_OpenSSL/src/RejectCertificateHandler.cpp @@ -1,7 +1,7 @@ // // RejectCertificateHandler.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/RejectCertificateHandler.cpp#1 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/RejectCertificateHandler.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/src/SSLException.cpp b/NetSSL_OpenSSL/src/SSLException.cpp index 2cce59314..b97ffd481 100644 --- a/NetSSL_OpenSSL/src/SSLException.cpp +++ b/NetSSL_OpenSSL/src/SSLException.cpp @@ -1,7 +1,7 @@ // // SSLException.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/SSLException.cpp#3 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/SSLException.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/src/SSLManager.cpp b/NetSSL_OpenSSL/src/SSLManager.cpp index 77ccf262e..cec7f669c 100644 --- a/NetSSL_OpenSSL/src/SSLManager.cpp +++ b/NetSSL_OpenSSL/src/SSLManager.cpp @@ -1,7 +1,7 @@ // // SSLManager.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/SSLManager.cpp#19 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/SSLManager.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/src/SecureSMTPClientSession.cpp b/NetSSL_OpenSSL/src/SecureSMTPClientSession.cpp index e3d0c489c..6d4a927e0 100644 --- a/NetSSL_OpenSSL/src/SecureSMTPClientSession.cpp +++ b/NetSSL_OpenSSL/src/SecureSMTPClientSession.cpp @@ -1,7 +1,7 @@ // // SecureSMTPClientSession.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/SecureSMTPClientSession.cpp#1 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/SecureSMTPClientSession.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: Mail diff --git a/NetSSL_OpenSSL/src/SecureServerSocket.cpp b/NetSSL_OpenSSL/src/SecureServerSocket.cpp index a77d6ce5b..9a416640d 100644 --- a/NetSSL_OpenSSL/src/SecureServerSocket.cpp +++ b/NetSSL_OpenSSL/src/SecureServerSocket.cpp @@ -1,7 +1,7 @@ // // SecureServerSocket.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/SecureServerSocket.cpp#3 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/SecureServerSocket.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLSockets diff --git a/NetSSL_OpenSSL/src/SecureServerSocketImpl.cpp b/NetSSL_OpenSSL/src/SecureServerSocketImpl.cpp index dd3ee38a0..3690533ba 100644 --- a/NetSSL_OpenSSL/src/SecureServerSocketImpl.cpp +++ b/NetSSL_OpenSSL/src/SecureServerSocketImpl.cpp @@ -1,7 +1,7 @@ // // SecureServerSocketImpl.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/SecureServerSocketImpl.cpp#5 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/SecureServerSocketImpl.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLSockets diff --git a/NetSSL_OpenSSL/src/SecureSocketImpl.cpp b/NetSSL_OpenSSL/src/SecureSocketImpl.cpp index fd7808943..48ae5be00 100644 --- a/NetSSL_OpenSSL/src/SecureSocketImpl.cpp +++ b/NetSSL_OpenSSL/src/SecureSocketImpl.cpp @@ -1,7 +1,7 @@ // // SecureSocketImpl.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/SecureSocketImpl.cpp#25 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/SecureSocketImpl.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLSockets diff --git a/NetSSL_OpenSSL/src/SecureStreamSocket.cpp b/NetSSL_OpenSSL/src/SecureStreamSocket.cpp index db538a04f..e57adc4e6 100644 --- a/NetSSL_OpenSSL/src/SecureStreamSocket.cpp +++ b/NetSSL_OpenSSL/src/SecureStreamSocket.cpp @@ -1,7 +1,7 @@ // // SecureStreamSocket.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/SecureStreamSocket.cpp#9 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/SecureStreamSocket.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLSockets diff --git a/NetSSL_OpenSSL/src/SecureStreamSocketImpl.cpp b/NetSSL_OpenSSL/src/SecureStreamSocketImpl.cpp index 211a3ad52..cfd6e9bdc 100644 --- a/NetSSL_OpenSSL/src/SecureStreamSocketImpl.cpp +++ b/NetSSL_OpenSSL/src/SecureStreamSocketImpl.cpp @@ -1,7 +1,7 @@ // // SecureStreamSocketImpl.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/SecureStreamSocketImpl.cpp#12 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/SecureStreamSocketImpl.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLSockets diff --git a/NetSSL_OpenSSL/src/Session.cpp b/NetSSL_OpenSSL/src/Session.cpp index 2cdc68543..3b1c932f0 100644 --- a/NetSSL_OpenSSL/src/Session.cpp +++ b/NetSSL_OpenSSL/src/Session.cpp @@ -1,7 +1,7 @@ // // Session.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/Session.cpp#1 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/Session.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/src/Utility.cpp b/NetSSL_OpenSSL/src/Utility.cpp index f98b9c661..7d8d2cd43 100644 --- a/NetSSL_OpenSSL/src/Utility.cpp +++ b/NetSSL_OpenSSL/src/Utility.cpp @@ -1,7 +1,7 @@ // // Utility.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/Utility.cpp#4 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/Utility.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/src/VerificationErrorArgs.cpp b/NetSSL_OpenSSL/src/VerificationErrorArgs.cpp index b29d9a55e..831c2de16 100644 --- a/NetSSL_OpenSSL/src/VerificationErrorArgs.cpp +++ b/NetSSL_OpenSSL/src/VerificationErrorArgs.cpp @@ -1,7 +1,7 @@ // // VerificationErrorArgs.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/VerificationErrorArgs.cpp#2 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/VerificationErrorArgs.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/src/X509Certificate.cpp b/NetSSL_OpenSSL/src/X509Certificate.cpp index 9b21642a4..84fe9ee98 100644 --- a/NetSSL_OpenSSL/src/X509Certificate.cpp +++ b/NetSSL_OpenSSL/src/X509Certificate.cpp @@ -1,7 +1,7 @@ // // X509Certificate.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/src/X509Certificate.cpp#9 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/src/X509Certificate.cpp#1 $ // // Library: NetSSL_OpenSSL // Package: SSLCore diff --git a/NetSSL_OpenSSL/testsuite/src/Driver.cpp b/NetSSL_OpenSSL/testsuite/src/Driver.cpp index acc1a0816..9ef35b59e 100644 --- a/NetSSL_OpenSSL/testsuite/src/Driver.cpp +++ b/NetSSL_OpenSSL/testsuite/src/Driver.cpp @@ -1,7 +1,7 @@ // // Driver.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/Driver.cpp#3 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/Driver.cpp#1 $ // // Console-based test driver for Poco NetSSL. // diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp b/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp index 9076e6d75..856c69cfa 100644 --- a/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp +++ b/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp @@ -1,7 +1,7 @@ // // HTTPSClientSessionTest.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp#8 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.h b/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.h index 8d7610846..ccb007d84 100644 --- a/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.h +++ b/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.h @@ -1,7 +1,7 @@ // // HTTPSClientSessionTest.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.h#6 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.h#1 $ // // Definition of the HTTPSClientSessionTest class. // diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSClientTestSuite.cpp b/NetSSL_OpenSSL/testsuite/src/HTTPSClientTestSuite.cpp index f1cbddb38..5ff9ef375 100644 --- a/NetSSL_OpenSSL/testsuite/src/HTTPSClientTestSuite.cpp +++ b/NetSSL_OpenSSL/testsuite/src/HTTPSClientTestSuite.cpp @@ -1,7 +1,7 @@ // // HTTPSClientTestSuite.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/HTTPSClientTestSuite.cpp#1 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/HTTPSClientTestSuite.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSClientTestSuite.h b/NetSSL_OpenSSL/testsuite/src/HTTPSClientTestSuite.h index e688e8752..0e1fd7b66 100644 --- a/NetSSL_OpenSSL/testsuite/src/HTTPSClientTestSuite.h +++ b/NetSSL_OpenSSL/testsuite/src/HTTPSClientTestSuite.h @@ -1,7 +1,7 @@ // // HTTPSClientTestSuite.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/HTTPSClientTestSuite.h#1 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/HTTPSClientTestSuite.h#1 $ // // Definition of the HTTPSClientTestSuite class. // diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSServerTest.cpp b/NetSSL_OpenSSL/testsuite/src/HTTPSServerTest.cpp index 904242e92..b46defd40 100644 --- a/NetSSL_OpenSSL/testsuite/src/HTTPSServerTest.cpp +++ b/NetSSL_OpenSSL/testsuite/src/HTTPSServerTest.cpp @@ -1,7 +1,7 @@ // // HTTPSServerTest.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/HTTPSServerTest.cpp#4 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/HTTPSServerTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSServerTest.h b/NetSSL_OpenSSL/testsuite/src/HTTPSServerTest.h index 6b4fc4b05..19489dacb 100644 --- a/NetSSL_OpenSSL/testsuite/src/HTTPSServerTest.h +++ b/NetSSL_OpenSSL/testsuite/src/HTTPSServerTest.h @@ -1,7 +1,7 @@ // // HTTPSServerTest.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/HTTPSServerTest.h#2 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/HTTPSServerTest.h#1 $ // // Definition of the HTTPSServerTest class. // diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSServerTestSuite.cpp b/NetSSL_OpenSSL/testsuite/src/HTTPSServerTestSuite.cpp index 240ed9f33..ada774f35 100644 --- a/NetSSL_OpenSSL/testsuite/src/HTTPSServerTestSuite.cpp +++ b/NetSSL_OpenSSL/testsuite/src/HTTPSServerTestSuite.cpp @@ -1,7 +1,7 @@ // // HTTPSServerTestSuite.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/HTTPSServerTestSuite.cpp#1 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/HTTPSServerTestSuite.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSServerTestSuite.h b/NetSSL_OpenSSL/testsuite/src/HTTPSServerTestSuite.h index ac4f89d21..7c4574d57 100644 --- a/NetSSL_OpenSSL/testsuite/src/HTTPSServerTestSuite.h +++ b/NetSSL_OpenSSL/testsuite/src/HTTPSServerTestSuite.h @@ -1,7 +1,7 @@ // // HTTPSServerTestSuite.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/HTTPSServerTestSuite.h#1 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/HTTPSServerTestSuite.h#1 $ // // Definition of the HTTPSServerTestSuite class. // diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSStreamFactoryTest.cpp b/NetSSL_OpenSSL/testsuite/src/HTTPSStreamFactoryTest.cpp index 1a035291f..0bb806e78 100644 --- a/NetSSL_OpenSSL/testsuite/src/HTTPSStreamFactoryTest.cpp +++ b/NetSSL_OpenSSL/testsuite/src/HTTPSStreamFactoryTest.cpp @@ -1,7 +1,7 @@ // // HTTPSStreamFactoryTest.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/HTTPSStreamFactoryTest.cpp#3 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/HTTPSStreamFactoryTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSStreamFactoryTest.h b/NetSSL_OpenSSL/testsuite/src/HTTPSStreamFactoryTest.h index 571007d20..1409cdd05 100644 --- a/NetSSL_OpenSSL/testsuite/src/HTTPSStreamFactoryTest.h +++ b/NetSSL_OpenSSL/testsuite/src/HTTPSStreamFactoryTest.h @@ -1,7 +1,7 @@ // // HTTPSStreamFactoryTest.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/HTTPSStreamFactoryTest.h#1 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/HTTPSStreamFactoryTest.h#1 $ // // Definition of the HTTPSStreamFactoryTest class. // diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSTestServer.cpp b/NetSSL_OpenSSL/testsuite/src/HTTPSTestServer.cpp index ff919f9f7..5229fa8b4 100644 --- a/NetSSL_OpenSSL/testsuite/src/HTTPSTestServer.cpp +++ b/NetSSL_OpenSSL/testsuite/src/HTTPSTestServer.cpp @@ -1,7 +1,7 @@ // // HTTPSTestServer.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/HTTPSTestServer.cpp#4 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/HTTPSTestServer.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSTestServer.h b/NetSSL_OpenSSL/testsuite/src/HTTPSTestServer.h index 5fbbd7cf1..b5b3e7823 100644 --- a/NetSSL_OpenSSL/testsuite/src/HTTPSTestServer.h +++ b/NetSSL_OpenSSL/testsuite/src/HTTPSTestServer.h @@ -1,7 +1,7 @@ // // HTTPSTestServer.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/HTTPSTestServer.h#2 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/HTTPSTestServer.h#1 $ // // Definition of the HTTPSTestServer class. // diff --git a/NetSSL_OpenSSL/testsuite/src/NetSSLTestSuite.cpp b/NetSSL_OpenSSL/testsuite/src/NetSSLTestSuite.cpp index 33592a1d0..7eb572b29 100644 --- a/NetSSL_OpenSSL/testsuite/src/NetSSLTestSuite.cpp +++ b/NetSSL_OpenSSL/testsuite/src/NetSSLTestSuite.cpp @@ -1,7 +1,7 @@ // // OpenSSLTestSuite.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/NetSSLTestSuite.cpp#1 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/NetSSLTestSuite.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/NetSSL_OpenSSL/testsuite/src/NetSSLTestSuite.h b/NetSSL_OpenSSL/testsuite/src/NetSSLTestSuite.h index c971b41c9..d95ae4f2d 100644 --- a/NetSSL_OpenSSL/testsuite/src/NetSSLTestSuite.h +++ b/NetSSL_OpenSSL/testsuite/src/NetSSLTestSuite.h @@ -1,7 +1,7 @@ // // NetSSLTestSuite.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/NetSSLTestSuite.h#1 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/NetSSLTestSuite.h#1 $ // // Definition of the NetSSLTestSuite class. // diff --git a/NetSSL_OpenSSL/testsuite/src/TCPServerTest.cpp b/NetSSL_OpenSSL/testsuite/src/TCPServerTest.cpp index 064108010..b3210cfea 100644 --- a/NetSSL_OpenSSL/testsuite/src/TCPServerTest.cpp +++ b/NetSSL_OpenSSL/testsuite/src/TCPServerTest.cpp @@ -1,7 +1,7 @@ // // TCPServerTest.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/TCPServerTest.cpp#5 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/TCPServerTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/NetSSL_OpenSSL/testsuite/src/TCPServerTest.h b/NetSSL_OpenSSL/testsuite/src/TCPServerTest.h index e5e2cc660..f69ce703d 100644 --- a/NetSSL_OpenSSL/testsuite/src/TCPServerTest.h +++ b/NetSSL_OpenSSL/testsuite/src/TCPServerTest.h @@ -1,7 +1,7 @@ // // TCPServerTest.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/TCPServerTest.h#3 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/TCPServerTest.h#1 $ // // Definition of the TCPServerTest class. // diff --git a/NetSSL_OpenSSL/testsuite/src/TCPServerTestSuite.cpp b/NetSSL_OpenSSL/testsuite/src/TCPServerTestSuite.cpp index 7db2ca1d7..2e9198dc9 100644 --- a/NetSSL_OpenSSL/testsuite/src/TCPServerTestSuite.cpp +++ b/NetSSL_OpenSSL/testsuite/src/TCPServerTestSuite.cpp @@ -1,7 +1,7 @@ // // TCPServerTestSuite.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/TCPServerTestSuite.cpp#1 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/TCPServerTestSuite.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/NetSSL_OpenSSL/testsuite/src/TCPServerTestSuite.h b/NetSSL_OpenSSL/testsuite/src/TCPServerTestSuite.h index 20961db89..b334504ef 100644 --- a/NetSSL_OpenSSL/testsuite/src/TCPServerTestSuite.h +++ b/NetSSL_OpenSSL/testsuite/src/TCPServerTestSuite.h @@ -1,7 +1,7 @@ // // TCPServerTestSuite.h // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/TCPServerTestSuite.h#1 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/TCPServerTestSuite.h#1 $ // // Definition of the TCPServerTestSuite class. // diff --git a/NetSSL_OpenSSL/testsuite/src/WinCEDriver.cpp b/NetSSL_OpenSSL/testsuite/src/WinCEDriver.cpp index 522854f04..c2973e56f 100644 --- a/NetSSL_OpenSSL/testsuite/src/WinCEDriver.cpp +++ b/NetSSL_OpenSSL/testsuite/src/WinCEDriver.cpp @@ -1,7 +1,7 @@ // // WinCEDriver.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/WinCEDriver.cpp#2 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/WinCEDriver.cpp#1 $ // // Console-based test driver for Windows CE. // @@ -64,13 +64,13 @@ public: void setup(const std::vector& args) { - char* argv[1] = + char* argv[] = { - args[0].c_str(); + const_cast(args[0].c_str()) }; init(1, argv); - for (int i = 0; i < argc; ++i) + for (std::size_t i = 0; i < args.size(); ++i) _targs.push_back(args[i]); } diff --git a/NetSSL_OpenSSL/testsuite/src/WinDriver.cpp b/NetSSL_OpenSSL/testsuite/src/WinDriver.cpp index d96455a13..22fe5a464 100644 --- a/NetSSL_OpenSSL/testsuite/src/WinDriver.cpp +++ b/NetSSL_OpenSSL/testsuite/src/WinDriver.cpp @@ -1,7 +1,7 @@ // // WinDriver.cpp // -// $Id: //poco/1.3/NetSSL_OpenSSL/testsuite/src/WinDriver.cpp#4 $ +// $Id: //poco/1.4/NetSSL_OpenSSL/testsuite/src/WinDriver.cpp#1 $ // // Windows test driver for Poco OpenSSL. // diff --git a/PageCompiler/File2Page/Makefile b/PageCompiler/File2Page/Makefile index 49e9c86c7..a4bcb5839 100644 --- a/PageCompiler/File2Page/Makefile +++ b/PageCompiler/File2Page/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/PageCompiler/File2Page/Makefile#1 $ +# $Id: //poco/1.4/PageCompiler/File2Page/Makefile#1 $ # # Makefile for Poco C++ Server Page Compiler File2Page Utility # diff --git a/PageCompiler/File2Page/src/File2Page.cpp b/PageCompiler/File2Page/src/File2Page.cpp index 6de5cfabe..443966c77 100644 --- a/PageCompiler/File2Page/src/File2Page.cpp +++ b/PageCompiler/File2Page/src/File2Page.cpp @@ -1,7 +1,7 @@ // // File2Page.cpp // -// $Id: //poco/1.3/PageCompiler/File2Page/src/File2Page.cpp#5 $ +// $Id: //poco/1.4/PageCompiler/File2Page/src/File2Page.cpp#1 $ // // An application that creates a Page Compiler source file from an // ordinary file. diff --git a/PageCompiler/Makefile b/PageCompiler/Makefile index a54d3e329..b0d4cadc5 100644 --- a/PageCompiler/Makefile +++ b/PageCompiler/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/PageCompiler/Makefile#1 $ +# $Id: //poco/1.4/PageCompiler/Makefile#1 $ # # Makefile for Poco C++ Server Page Compiler # diff --git a/PageCompiler/samples/HTTPTimeServer/Makefile b/PageCompiler/samples/HTTPTimeServer/Makefile index a1eec1e6c..ed45790d7 100644 --- a/PageCompiler/samples/HTTPTimeServer/Makefile +++ b/PageCompiler/samples/HTTPTimeServer/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/PageCompiler/samples/HTTPTimeServer/Makefile#1 $ +# $Id: //poco/1.4/PageCompiler/samples/HTTPTimeServer/Makefile#1 $ # # Makefile for Poco HTTPTimeServer # diff --git a/PageCompiler/samples/HTTPTimeServer/src/HTTPTimeServerApp.cpp b/PageCompiler/samples/HTTPTimeServer/src/HTTPTimeServerApp.cpp index 20aae4bc7..8c58e0a98 100644 --- a/PageCompiler/samples/HTTPTimeServer/src/HTTPTimeServerApp.cpp +++ b/PageCompiler/samples/HTTPTimeServer/src/HTTPTimeServerApp.cpp @@ -1,7 +1,7 @@ // // HTTPTimeServerApp.cpp // -// $Id: //poco/1.3/PageCompiler/samples/HTTPTimeServer/src/HTTPTimeServerApp.cpp#1 $ +// $Id: //poco/1.4/PageCompiler/samples/HTTPTimeServer/src/HTTPTimeServerApp.cpp#1 $ // // This sample demonstrates the HTTPServer and related classes. // diff --git a/PageCompiler/samples/Makefile b/PageCompiler/samples/Makefile index 11f36b977..bce1c5b0b 100644 --- a/PageCompiler/samples/Makefile +++ b/PageCompiler/samples/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/PageCompiler/samples/Makefile#1 $ +# $Id: //poco/1.4/PageCompiler/samples/Makefile#1 $ # # Makefile for Poco PageCompiler Samples # diff --git a/PageCompiler/src/ApacheCodeWriter.cpp b/PageCompiler/src/ApacheCodeWriter.cpp index 83eec9eb4..c12b4e1bd 100644 --- a/PageCompiler/src/ApacheCodeWriter.cpp +++ b/PageCompiler/src/ApacheCodeWriter.cpp @@ -1,7 +1,7 @@ // // ApacheCodeWriter.cpp // -// $Id: //poco/1.3/PageCompiler/src/ApacheCodeWriter.cpp#1 $ +// $Id: //poco/1.4/PageCompiler/src/ApacheCodeWriter.cpp#1 $ // // Copyright (c) 2008, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/PageCompiler/src/ApacheCodeWriter.h b/PageCompiler/src/ApacheCodeWriter.h index 5e9faf845..7a15d5ea6 100644 --- a/PageCompiler/src/ApacheCodeWriter.h +++ b/PageCompiler/src/ApacheCodeWriter.h @@ -1,7 +1,7 @@ // // ApacheCodeWriter.h // -// $Id: //poco/1.3/PageCompiler/src/ApacheCodeWriter.h#1 $ +// $Id: //poco/1.4/PageCompiler/src/ApacheCodeWriter.h#1 $ // // Copyright (c) 2008, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/PageCompiler/src/CodeWriter.cpp b/PageCompiler/src/CodeWriter.cpp index a32bb40a8..c4f8d6653 100644 --- a/PageCompiler/src/CodeWriter.cpp +++ b/PageCompiler/src/CodeWriter.cpp @@ -1,7 +1,7 @@ // // CodeWriter.cpp // -// $Id: //poco/1.3/PageCompiler/src/CodeWriter.cpp#5 $ +// $Id: //poco/1.4/PageCompiler/src/CodeWriter.cpp#1 $ // // Copyright (c) 2008, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/PageCompiler/src/CodeWriter.h b/PageCompiler/src/CodeWriter.h index 5cd412f57..1817fe3af 100644 --- a/PageCompiler/src/CodeWriter.h +++ b/PageCompiler/src/CodeWriter.h @@ -1,7 +1,7 @@ // // CodeWriter.h // -// $Id: //poco/1.3/PageCompiler/src/CodeWriter.h#3 $ +// $Id: //poco/1.4/PageCompiler/src/CodeWriter.h#1 $ // // Copyright (c) 2008, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/PageCompiler/src/OSPCodeWriter.cpp b/PageCompiler/src/OSPCodeWriter.cpp index 1ef7b5f58..f261836c0 100644 --- a/PageCompiler/src/OSPCodeWriter.cpp +++ b/PageCompiler/src/OSPCodeWriter.cpp @@ -1,7 +1,7 @@ // // OSPCodeWriter.cpp // -// $Id: //poco/1.3/PageCompiler/src/OSPCodeWriter.cpp#3 $ +// $Id: //poco/1.4/PageCompiler/src/OSPCodeWriter.cpp#1 $ // // Copyright (c) 2008, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/PageCompiler/src/OSPCodeWriter.h b/PageCompiler/src/OSPCodeWriter.h index 7e269cdb4..0aec6ec73 100644 --- a/PageCompiler/src/OSPCodeWriter.h +++ b/PageCompiler/src/OSPCodeWriter.h @@ -1,7 +1,7 @@ // // OSPCodeWriter.h // -// $Id: //poco/1.3/PageCompiler/src/OSPCodeWriter.h#1 $ +// $Id: //poco/1.4/PageCompiler/src/OSPCodeWriter.h#1 $ // // Copyright (c) 2008, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/PageCompiler/src/Page.cpp b/PageCompiler/src/Page.cpp index cec48545e..87b66fdca 100644 --- a/PageCompiler/src/Page.cpp +++ b/PageCompiler/src/Page.cpp @@ -1,7 +1,7 @@ // // Page.cpp // -// $Id: //poco/1.3/PageCompiler/src/Page.cpp#2 $ +// $Id: //poco/1.4/PageCompiler/src/Page.cpp#1 $ // // Copyright (c) 2008, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/PageCompiler/src/Page.h b/PageCompiler/src/Page.h index 0bc311b90..ce673f059 100644 --- a/PageCompiler/src/Page.h +++ b/PageCompiler/src/Page.h @@ -1,7 +1,7 @@ // // Page.h // -// $Id: //poco/1.3/PageCompiler/src/Page.h#2 $ +// $Id: //poco/1.4/PageCompiler/src/Page.h#1 $ // // Copyright (c) 2008, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/PageCompiler/src/PageCompiler.cpp b/PageCompiler/src/PageCompiler.cpp index 054f9cccd..f83e4b7c2 100644 --- a/PageCompiler/src/PageCompiler.cpp +++ b/PageCompiler/src/PageCompiler.cpp @@ -1,7 +1,7 @@ // // PageCompiler.cpp // -// $Id: //poco/1.3/PageCompiler/src/PageCompiler.cpp#6 $ +// $Id: //poco/1.4/PageCompiler/src/PageCompiler.cpp#1 $ // // A compiler that compiler HTML pages containing JSP directives into C++ classes. // diff --git a/PageCompiler/src/PageReader.cpp b/PageCompiler/src/PageReader.cpp index 748ba1ba5..74f095e9c 100644 --- a/PageCompiler/src/PageReader.cpp +++ b/PageCompiler/src/PageReader.cpp @@ -1,7 +1,7 @@ // // PageReader.cpp // -// $Id: //poco/1.3/PageCompiler/src/PageReader.cpp#4 $ +// $Id: //poco/1.4/PageCompiler/src/PageReader.cpp#1 $ // // Copyright (c) 2008, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/PageCompiler/src/PageReader.h b/PageCompiler/src/PageReader.h index 94236e51d..3aff163fe 100644 --- a/PageCompiler/src/PageReader.h +++ b/PageCompiler/src/PageReader.h @@ -1,7 +1,7 @@ // // PageReader.h // -// $Id: //poco/1.3/PageCompiler/src/PageReader.h#3 $ +// $Id: //poco/1.4/PageCompiler/src/PageReader.h#1 $ // // Copyright (c) 2008, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/README b/README index f32630858..c9d3e5105 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ The XML library contains an XML parser with SAX2 and DOM interfaces, as well as an XMLWriter. The Util library contains classes for working with configuration files and command line arguments, as well as various utility classes. -The Net library contains network classes (sockets, HTTP, etc.). +The Net library contains network classes (sockets, HTTP client/server, etc.). All libraries come with a test suite and a number of sample programs. The basic directory layout is as follows: @@ -23,10 +23,12 @@ build/ the build system for Unix/OpenVMS and additional util vms/ OpenVMS build system scripts bin/ all executables (dynamic link libraries on Windows) +bin64/ all 64-bit executables (and DLLs) doc/ additional documentation lib/ all libraries (import libraries on Windows) +lib64/ all 64-bit libraries CppUnit/ project and make/build files for the CppUnit unit testing framework doc/ additional documentation @@ -74,8 +76,8 @@ as well (such as Data, Crypto, NetSSL_OpenSSL and Zip). DOCUMENTATION ============= -Online browsable reference documentation in HTML is available at -. +Plenty of documentation (tutorial slides, articles and SDK reference) +is available at . EXTERNAL DEPENDENCIES @@ -119,14 +121,15 @@ accordingly. BUILDING ON WINDOWS =================== -Microsoft Visual Studio 7.1 (2003), 8.0 (2005) or 9.0 (2008) is required to build the -POCO C++ Libraries on Windows platforms. Solution and project files for all three versions -are included. +Microsoft Visual Studio 7.1 (2003), 8.0 (2005), 9.0 (2008) or 10.0 (2010) is required to +build the POCO C++ Libraries on Windows platforms. Solution and project files for all +versions are included. For Visual Studio 2008 and 2010, 64-bit (x64) builds are +supported as well. You can either build from within Visual Studio (Build->Batch Build->Select All;Rebuild) or from the command line. To build from the command line, start the -Visual Studio .NET 2003 (or 2005/2008) Command Prompt and cd to the directory where you have -extracted the POCO C++ Libraries sources. Then, simply start the buildwin.cmd script -and pass as argument the version of visual studio (71, 80 or 90). You can customize +Visual Studio .NET 2003 (or 2005/2008/2010) Command Prompt and cd to the directory where you +have extracted the POCO C++ Libraries sources. Then, simply start the buildwin.cmd script +and pass as argument the version of visual studio (71, 80, 90 or 100). You can customize what is being built by buildwin.cmd by passing appropriate command line arguments to it. Call buildwin.cmd without arguments to see what is available. @@ -143,30 +146,28 @@ be set as well. In order to run the test suite and the samples, the top-most bin directory containing the shared libraries must be in the PATH environment variable. -If you want to run the test suite or samples from within Visual Studio, we recommend that -you download and install the free Solution Build Environment for Visual Studio .NET 2003, -from . - -You can then add the bin directory to the PATH environment variable in a .slnenv file, -using the following entry. - -POCO_BASE=p:\poco -PATH=$(PATH);$(POCO_BASE)\bin - -Of course you will have to change the path p:\poco so that it matches your environment. - IMPORTANT NOTE: Please make sure that the path to the directory containing the POCO C++ Libraries source tree does not contain spaces. Otherwise, the Microsoft -message compiler will fail when building the Foundation library. +message compiler may fail when building the Foundation library. + + +BUILDING FOR WINDOWS CE + +Building for Windows CE is supported with Microsoft Visual Studio 2008. +Unless you have the Digi JumpStart Windows CE 6.0 SDK installed, you'll +have to modify the included Visual Studio project and solution files. +Please see the SDK Reference Documentation (http://pocoproject.org/documentation) +for instructions. BUILDING ON UNIX/LINUX/MAC OS X =============================== For building on Unix platforms, the POCO C++ Libraries come with their own -build system. The build system is based on GNU Make 3.80, with the help from a few -shell scripts. If you do not have GNU Make 3.80 (or later) installed on your machine, -you will need to download it from , +build system. The build system is based on GNU Make 3.80 (or newer), with the help +from a few shell scripts. If you do not have GNU Make 3.80 (or later) installed on +your machine, you will need to download it from +http://directory.fsf.org/devel/build/make.html>, build and install it prior to building the POCO C++ Libraries. You can check the version of GNU Make installed on your system with @@ -274,4 +275,4 @@ at . -- -$Id: //poco/1.3/dist/README#8 $ +$Id: //poco/1.4/dist/README#1 $ diff --git a/Util/Makefile b/Util/Makefile index 523d7bda5..b46546987 100644 --- a/Util/Makefile +++ b/Util/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Util/Makefile#4 $ +# $Id: //poco/1.4/Util/Makefile#1 $ # # Makefile for Poco Util # diff --git a/Util/Util.vmsbuild b/Util/Util.vmsbuild index 0ff03f58f..c88e68cd8 100644 --- a/Util/Util.vmsbuild +++ b/Util/Util.vmsbuild @@ -1,7 +1,7 @@ # # Util.vmsbuild # -# $Id: //poco/1.3/Util/Util.vmsbuild#1 $ +# $Id: //poco/1.4/Util/Util.vmsbuild#1 $ # LIB=PocoUtil AbstractConfiguration diff --git a/Util/include/Poco/Util/AbstractConfiguration.h b/Util/include/Poco/Util/AbstractConfiguration.h index dc3999164..045bd4356 100644 --- a/Util/include/Poco/Util/AbstractConfiguration.h +++ b/Util/include/Poco/Util/AbstractConfiguration.h @@ -1,7 +1,7 @@ // // AbstractConfiguration.h // -// $Id: //poco/1.3/Util/include/Poco/Util/AbstractConfiguration.h#4 $ +// $Id: //poco/1.4/Util/include/Poco/Util/AbstractConfiguration.h#1 $ // // Library: Util // Package: Configuration diff --git a/Util/include/Poco/Util/Application.h b/Util/include/Poco/Util/Application.h index ff77c1c5f..def8baf8f 100644 --- a/Util/include/Poco/Util/Application.h +++ b/Util/include/Poco/Util/Application.h @@ -1,7 +1,7 @@ // // Application.h // -// $Id: //poco/1.3/Util/include/Poco/Util/Application.h#9 $ +// $Id: //poco/1.4/Util/include/Poco/Util/Application.h#1 $ // // Library: Util // Package: Application diff --git a/Util/include/Poco/Util/ConfigurationMapper.h b/Util/include/Poco/Util/ConfigurationMapper.h index c1086938e..8ae411aad 100644 --- a/Util/include/Poco/Util/ConfigurationMapper.h +++ b/Util/include/Poco/Util/ConfigurationMapper.h @@ -1,7 +1,7 @@ // // ConfigurationMapper.h // -// $Id: //poco/1.3/Util/include/Poco/Util/ConfigurationMapper.h#2 $ +// $Id: //poco/1.4/Util/include/Poco/Util/ConfigurationMapper.h#1 $ // // Library: Util // Package: Configuration diff --git a/Util/include/Poco/Util/ConfigurationView.h b/Util/include/Poco/Util/ConfigurationView.h index 9436c77c7..97c07b279 100644 --- a/Util/include/Poco/Util/ConfigurationView.h +++ b/Util/include/Poco/Util/ConfigurationView.h @@ -1,7 +1,7 @@ // // ConfigurationView.h // -// $Id: //poco/1.3/Util/include/Poco/Util/ConfigurationView.h#2 $ +// $Id: //poco/1.4/Util/include/Poco/Util/ConfigurationView.h#1 $ // // Library: Util // Package: Configuration diff --git a/Util/include/Poco/Util/FilesystemConfiguration.h b/Util/include/Poco/Util/FilesystemConfiguration.h index 9d52f1a64..aade7b7c1 100644 --- a/Util/include/Poco/Util/FilesystemConfiguration.h +++ b/Util/include/Poco/Util/FilesystemConfiguration.h @@ -1,7 +1,7 @@ // // FilesystemConfiguration.h // -// $Id: //poco/1.3/Util/include/Poco/Util/FilesystemConfiguration.h#2 $ +// $Id: //poco/1.4/Util/include/Poco/Util/FilesystemConfiguration.h#1 $ // // Library: Util // Package: Configuration diff --git a/Util/include/Poco/Util/HelpFormatter.h b/Util/include/Poco/Util/HelpFormatter.h index 5af83023c..7cb41dd1c 100644 --- a/Util/include/Poco/Util/HelpFormatter.h +++ b/Util/include/Poco/Util/HelpFormatter.h @@ -1,7 +1,7 @@ // // HelpFormatter.h // -// $Id: //poco/1.3/Util/include/Poco/Util/HelpFormatter.h#2 $ +// $Id: //poco/1.4/Util/include/Poco/Util/HelpFormatter.h#1 $ // // Library: Util // Package: Options diff --git a/Util/include/Poco/Util/IniFileConfiguration.h b/Util/include/Poco/Util/IniFileConfiguration.h index 05f7eaeed..b9b641d94 100644 --- a/Util/include/Poco/Util/IniFileConfiguration.h +++ b/Util/include/Poco/Util/IniFileConfiguration.h @@ -1,7 +1,7 @@ // // IniFileConfiguration.h // -// $Id: //poco/1.3/Util/include/Poco/Util/IniFileConfiguration.h#2 $ +// $Id: //poco/1.4/Util/include/Poco/Util/IniFileConfiguration.h#1 $ // // Library: Util // Package: Configuration diff --git a/Util/include/Poco/Util/IntValidator.h b/Util/include/Poco/Util/IntValidator.h index 365d20c2c..aee88a2e4 100644 --- a/Util/include/Poco/Util/IntValidator.h +++ b/Util/include/Poco/Util/IntValidator.h @@ -1,7 +1,7 @@ // // IntValidator.h // -// $Id: //poco/1.3/Util/include/Poco/Util/IntValidator.h#1 $ +// $Id: //poco/1.4/Util/include/Poco/Util/IntValidator.h#1 $ // // Library: Util // Package: Options diff --git a/Util/include/Poco/Util/LayeredConfiguration.h b/Util/include/Poco/Util/LayeredConfiguration.h index dd42f6296..031af081c 100644 --- a/Util/include/Poco/Util/LayeredConfiguration.h +++ b/Util/include/Poco/Util/LayeredConfiguration.h @@ -1,7 +1,7 @@ // // LayeredConfiguration.h // -// $Id: //poco/1.3/Util/include/Poco/Util/LayeredConfiguration.h#4 $ +// $Id: //poco/1.4/Util/include/Poco/Util/LayeredConfiguration.h#1 $ // // Library: Util // Package: Configuration diff --git a/Util/include/Poco/Util/LoggingConfigurator.h b/Util/include/Poco/Util/LoggingConfigurator.h index d3bd6cd26..23394f906 100644 --- a/Util/include/Poco/Util/LoggingConfigurator.h +++ b/Util/include/Poco/Util/LoggingConfigurator.h @@ -1,7 +1,7 @@ // // LoggingConfigurator.h // -// $Id: //poco/1.3/Util/include/Poco/Util/LoggingConfigurator.h#1 $ +// $Id: //poco/1.4/Util/include/Poco/Util/LoggingConfigurator.h#1 $ // // Library: Util // Package: Configuration diff --git a/Util/include/Poco/Util/LoggingSubsystem.h b/Util/include/Poco/Util/LoggingSubsystem.h index 1f07ba79f..7ca437943 100644 --- a/Util/include/Poco/Util/LoggingSubsystem.h +++ b/Util/include/Poco/Util/LoggingSubsystem.h @@ -1,7 +1,7 @@ // // LoggingSubsystem.h // -// $Id: //poco/1.3/Util/include/Poco/Util/LoggingSubsystem.h#1 $ +// $Id: //poco/1.4/Util/include/Poco/Util/LoggingSubsystem.h#1 $ // // Library: Util // Package: Application diff --git a/Util/include/Poco/Util/MapConfiguration.h b/Util/include/Poco/Util/MapConfiguration.h index a3f68448b..168634260 100644 --- a/Util/include/Poco/Util/MapConfiguration.h +++ b/Util/include/Poco/Util/MapConfiguration.h @@ -1,7 +1,7 @@ // // MapConfiguration.h // -// $Id: //poco/1.3/Util/include/Poco/Util/MapConfiguration.h#2 $ +// $Id: //poco/1.4/Util/include/Poco/Util/MapConfiguration.h#1 $ // // Library: Util // Package: Configuration diff --git a/Util/include/Poco/Util/Option.h b/Util/include/Poco/Util/Option.h index ffaf420ea..883423afe 100644 --- a/Util/include/Poco/Util/Option.h +++ b/Util/include/Poco/Util/Option.h @@ -1,7 +1,7 @@ // // Option.h // -// $Id: //poco/1.3/Util/include/Poco/Util/Option.h#3 $ +// $Id: //poco/1.4/Util/include/Poco/Util/Option.h#1 $ // // Library: Util // Package: Options diff --git a/Util/include/Poco/Util/OptionCallback.h b/Util/include/Poco/Util/OptionCallback.h index b5297d917..363e57835 100644 --- a/Util/include/Poco/Util/OptionCallback.h +++ b/Util/include/Poco/Util/OptionCallback.h @@ -1,7 +1,7 @@ // // OptionCallback.h // -// $Id: //poco/1.3/Util/include/Poco/Util/OptionCallback.h#1 $ +// $Id: //poco/1.4/Util/include/Poco/Util/OptionCallback.h#1 $ // // Library: Util // Package: Options diff --git a/Util/include/Poco/Util/OptionException.h b/Util/include/Poco/Util/OptionException.h index 97346b1e0..cdeba4bb0 100644 --- a/Util/include/Poco/Util/OptionException.h +++ b/Util/include/Poco/Util/OptionException.h @@ -1,7 +1,7 @@ // // OptionException.h // -// $Id: //poco/1.3/Util/include/Poco/Util/OptionException.h#1 $ +// $Id: //poco/1.4/Util/include/Poco/Util/OptionException.h#1 $ // // Library: Util // Package: Options diff --git a/Util/include/Poco/Util/OptionProcessor.h b/Util/include/Poco/Util/OptionProcessor.h index 9fae139eb..38eed2458 100644 --- a/Util/include/Poco/Util/OptionProcessor.h +++ b/Util/include/Poco/Util/OptionProcessor.h @@ -1,7 +1,7 @@ // // OptionProcessor.h // -// $Id: //poco/1.3/Util/include/Poco/Util/OptionProcessor.h#1 $ +// $Id: //poco/1.4/Util/include/Poco/Util/OptionProcessor.h#1 $ // // Library: Util // Package: Options diff --git a/Util/include/Poco/Util/OptionSet.h b/Util/include/Poco/Util/OptionSet.h index c7cadd9f7..8dfa985ea 100644 --- a/Util/include/Poco/Util/OptionSet.h +++ b/Util/include/Poco/Util/OptionSet.h @@ -1,7 +1,7 @@ // // OptionSet.h // -// $Id: //poco/1.3/Util/include/Poco/Util/OptionSet.h#1 $ +// $Id: //poco/1.4/Util/include/Poco/Util/OptionSet.h#1 $ // // Library: Util // Package: Options diff --git a/Util/include/Poco/Util/PropertyFileConfiguration.h b/Util/include/Poco/Util/PropertyFileConfiguration.h index f4215aed3..1a9ae6c89 100644 --- a/Util/include/Poco/Util/PropertyFileConfiguration.h +++ b/Util/include/Poco/Util/PropertyFileConfiguration.h @@ -1,7 +1,7 @@ // // PropertyFileConfiguration.h // -// $Id: //poco/1.3/Util/include/Poco/Util/PropertyFileConfiguration.h#1 $ +// $Id: //poco/1.4/Util/include/Poco/Util/PropertyFileConfiguration.h#1 $ // // Library: Util // Package: Configuration diff --git a/Util/include/Poco/Util/RegExpValidator.h b/Util/include/Poco/Util/RegExpValidator.h index 07c54d2ab..be15a9650 100644 --- a/Util/include/Poco/Util/RegExpValidator.h +++ b/Util/include/Poco/Util/RegExpValidator.h @@ -1,7 +1,7 @@ // // RegExpValidator.h // -// $Id: //poco/1.3/Util/include/Poco/Util/RegExpValidator.h#1 $ +// $Id: //poco/1.4/Util/include/Poco/Util/RegExpValidator.h#1 $ // // Library: Util // Package: Options diff --git a/Util/include/Poco/Util/ServerApplication.h b/Util/include/Poco/Util/ServerApplication.h index 87de6b03c..81943c6d6 100644 --- a/Util/include/Poco/Util/ServerApplication.h +++ b/Util/include/Poco/Util/ServerApplication.h @@ -1,7 +1,7 @@ // // ServerApplication.h // -// $Id: //poco/1.3/Util/include/Poco/Util/ServerApplication.h#9 $ +// $Id: //poco/1.4/Util/include/Poco/Util/ServerApplication.h#1 $ // // Library: Util // Package: Application diff --git a/Util/include/Poco/Util/Subsystem.h b/Util/include/Poco/Util/Subsystem.h index e4503631e..df906549e 100644 --- a/Util/include/Poco/Util/Subsystem.h +++ b/Util/include/Poco/Util/Subsystem.h @@ -1,7 +1,7 @@ // // Subsystem.h // -// $Id: //poco/1.3/Util/include/Poco/Util/Subsystem.h#3 $ +// $Id: //poco/1.4/Util/include/Poco/Util/Subsystem.h#1 $ // // Library: Util // Package: Application diff --git a/Util/include/Poco/Util/SystemConfiguration.h b/Util/include/Poco/Util/SystemConfiguration.h index fc6d5e824..b13f5c729 100644 --- a/Util/include/Poco/Util/SystemConfiguration.h +++ b/Util/include/Poco/Util/SystemConfiguration.h @@ -1,7 +1,7 @@ // // SystemConfiguration.h // -// $Id: //poco/1.3/Util/include/Poco/Util/SystemConfiguration.h#5 $ +// $Id: //poco/1.4/Util/include/Poco/Util/SystemConfiguration.h#1 $ // // Library: Util // Package: Configuration diff --git a/Util/include/Poco/Util/Timer.h b/Util/include/Poco/Util/Timer.h index 0b69bc6ec..9e9640433 100644 --- a/Util/include/Poco/Util/Timer.h +++ b/Util/include/Poco/Util/Timer.h @@ -1,7 +1,7 @@ // // Timer.h // -// $Id: //poco/1.3/Util/include/Poco/Util/Timer.h#3 $ +// $Id: //poco/1.4/Util/include/Poco/Util/Timer.h#1 $ // // Library: Util // Package: Timer diff --git a/Util/include/Poco/Util/TimerTask.h b/Util/include/Poco/Util/TimerTask.h index 56f5a47fe..529afe302 100644 --- a/Util/include/Poco/Util/TimerTask.h +++ b/Util/include/Poco/Util/TimerTask.h @@ -1,7 +1,7 @@ // // TimerTask.h // -// $Id: //poco/1.3/Util/include/Poco/Util/TimerTask.h#1 $ +// $Id: //poco/1.4/Util/include/Poco/Util/TimerTask.h#1 $ // // Library: Util // Package: Timer diff --git a/Util/include/Poco/Util/TimerTaskAdapter.h b/Util/include/Poco/Util/TimerTaskAdapter.h index feaff6693..2ddab6138 100644 --- a/Util/include/Poco/Util/TimerTaskAdapter.h +++ b/Util/include/Poco/Util/TimerTaskAdapter.h @@ -1,7 +1,7 @@ // // TimerTaskAdapter.h // -// $Id: //poco/1.3/Util/include/Poco/Util/TimerTaskAdapter.h#1 $ +// $Id: //poco/1.4/Util/include/Poco/Util/TimerTaskAdapter.h#1 $ // // Library: Util // Package: Timer diff --git a/Util/include/Poco/Util/Units.h b/Util/include/Poco/Util/Units.h index cec0247d0..f0e0d51dc 100644 --- a/Util/include/Poco/Util/Units.h +++ b/Util/include/Poco/Util/Units.h @@ -1,7 +1,7 @@ // // Units.h // -// $Id: //poco/1.3/Util/include/Poco/Util/Units.h#3 $ +// $Id: //poco/1.4/Util/include/Poco/Util/Units.h#1 $ // // Library: Util // Package: Units diff --git a/Util/include/Poco/Util/Util.h b/Util/include/Poco/Util/Util.h index 2ea847896..2abceede4 100644 --- a/Util/include/Poco/Util/Util.h +++ b/Util/include/Poco/Util/Util.h @@ -1,7 +1,7 @@ // // Util.h // -// $Id: //poco/1.3/Util/include/Poco/Util/Util.h#3 $ +// $Id: //poco/1.4/Util/include/Poco/Util/Util.h#1 $ // // Library: Util // Package: Util diff --git a/Util/include/Poco/Util/Validator.h b/Util/include/Poco/Util/Validator.h index 7ba588c33..8aee7c0cf 100644 --- a/Util/include/Poco/Util/Validator.h +++ b/Util/include/Poco/Util/Validator.h @@ -1,7 +1,7 @@ // // Validator.h // -// $Id: //poco/1.3/Util/include/Poco/Util/Validator.h#1 $ +// $Id: //poco/1.4/Util/include/Poco/Util/Validator.h#1 $ // // Library: Util // Package: Options diff --git a/Util/include/Poco/Util/WinRegistryConfiguration.h b/Util/include/Poco/Util/WinRegistryConfiguration.h index 40a3a00d5..48e2d8b3f 100644 --- a/Util/include/Poco/Util/WinRegistryConfiguration.h +++ b/Util/include/Poco/Util/WinRegistryConfiguration.h @@ -1,7 +1,7 @@ // // WinRegistryConfiguration.h // -// $Id: //poco/1.3/Util/include/Poco/Util/WinRegistryConfiguration.h#2 $ +// $Id: //poco/1.4/Util/include/Poco/Util/WinRegistryConfiguration.h#1 $ // // Library: Util // Package: Windows diff --git a/Util/include/Poco/Util/WinRegistryKey.h b/Util/include/Poco/Util/WinRegistryKey.h index 066765fbc..f3edf32ad 100644 --- a/Util/include/Poco/Util/WinRegistryKey.h +++ b/Util/include/Poco/Util/WinRegistryKey.h @@ -1,7 +1,7 @@ // // WinRegistryKey.h // -// $Id: //poco/1.3/Util/include/Poco/Util/WinRegistryKey.h#3 $ +// $Id: //poco/1.4/Util/include/Poco/Util/WinRegistryKey.h#1 $ // // Library: Util // Package: Windows diff --git a/Util/include/Poco/Util/WinService.h b/Util/include/Poco/Util/WinService.h index 3050b9111..d7f9067cf 100644 --- a/Util/include/Poco/Util/WinService.h +++ b/Util/include/Poco/Util/WinService.h @@ -1,7 +1,7 @@ // // WinService.h // -// $Id: //poco/1.3/Util/include/Poco/Util/WinService.h#3 $ +// $Id: //poco/1.4/Util/include/Poco/Util/WinService.h#1 $ // // Library: Util // Package: Windows diff --git a/Util/include/Poco/Util/XMLConfiguration.h b/Util/include/Poco/Util/XMLConfiguration.h index 8fc8f767d..3acbde840 100644 --- a/Util/include/Poco/Util/XMLConfiguration.h +++ b/Util/include/Poco/Util/XMLConfiguration.h @@ -1,7 +1,7 @@ // // XMLConfiguration.h // -// $Id: //poco/1.3/Util/include/Poco/Util/XMLConfiguration.h#4 $ +// $Id: //poco/1.4/Util/include/Poco/Util/XMLConfiguration.h#1 $ // // Library: Util // Package: Configuration diff --git a/Util/samples/Makefile b/Util/samples/Makefile index 23706b5bc..13d270aef 100644 --- a/Util/samples/Makefile +++ b/Util/samples/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Util/samples/Makefile#1 $ +# $Id: //poco/1.4/Util/samples/Makefile#1 $ # # Makefile for Poco Util Samples # diff --git a/Util/samples/SampleApp/Makefile b/Util/samples/SampleApp/Makefile index 04d98a351..c128cb67d 100644 --- a/Util/samples/SampleApp/Makefile +++ b/Util/samples/SampleApp/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Util/samples/SampleApp/Makefile#1 $ +# $Id: //poco/1.4/Util/samples/SampleApp/Makefile#1 $ # # Makefile for Poco SampleApp # diff --git a/Util/samples/SampleApp/SampleApp.vmsbuild b/Util/samples/SampleApp/SampleApp.vmsbuild index dffdace5f..1b0d20e77 100644 --- a/Util/samples/SampleApp/SampleApp.vmsbuild +++ b/Util/samples/SampleApp/SampleApp.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Util/samples/SampleApp/SampleApp.vmsbuild#1 $ +# $Id: //poco/1.4/Util/samples/SampleApp/SampleApp.vmsbuild#1 $ # EXE=SampleApp SampleApp diff --git a/Util/samples/SampleApp/src/SampleApp.cpp b/Util/samples/SampleApp/src/SampleApp.cpp index 752394176..74bf595ca 100644 --- a/Util/samples/SampleApp/src/SampleApp.cpp +++ b/Util/samples/SampleApp/src/SampleApp.cpp @@ -1,7 +1,7 @@ // // SampleApp.cpp // -// $Id: //poco/1.3/Util/samples/SampleApp/src/SampleApp.cpp#1 $ +// $Id: //poco/1.4/Util/samples/SampleApp/src/SampleApp.cpp#1 $ // // This sample demonstrates the Application class. // diff --git a/Util/samples/SampleServer/Makefile b/Util/samples/SampleServer/Makefile index d127454d4..bca4fa045 100644 --- a/Util/samples/SampleServer/Makefile +++ b/Util/samples/SampleServer/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Util/samples/SampleServer/Makefile#1 $ +# $Id: //poco/1.4/Util/samples/SampleServer/Makefile#1 $ # # Makefile for Poco SampleServer # diff --git a/Util/samples/SampleServer/SampleServer.vmsbuild b/Util/samples/SampleServer/SampleServer.vmsbuild index 6e10217bf..00bdcc104 100644 --- a/Util/samples/SampleServer/SampleServer.vmsbuild +++ b/Util/samples/SampleServer/SampleServer.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/Util/samples/SampleServer/SampleServer.vmsbuild#1 $ +# $Id: //poco/1.4/Util/samples/SampleServer/SampleServer.vmsbuild#1 $ # EXE=SampleServer SampleServer diff --git a/Util/samples/SampleServer/src/SampleServer.cpp b/Util/samples/SampleServer/src/SampleServer.cpp index 48673bdac..5bcd4a960 100644 --- a/Util/samples/SampleServer/src/SampleServer.cpp +++ b/Util/samples/SampleServer/src/SampleServer.cpp @@ -1,7 +1,7 @@ // // SampleServer.cpp // -// $Id: //poco/1.3/Util/samples/SampleServer/src/SampleServer.cpp#1 $ +// $Id: //poco/1.4/Util/samples/SampleServer/src/SampleServer.cpp#1 $ // // This sample demonstrates the ServerApplication class. // diff --git a/Util/samples/pkill/Makefile b/Util/samples/pkill/Makefile index 7a4959795..409746de5 100644 --- a/Util/samples/pkill/Makefile +++ b/Util/samples/pkill/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Util/samples/pkill/Makefile#1 $ +# $Id: //poco/1.4/Util/samples/pkill/Makefile#1 $ # # Makefile for Poco pkill utility # diff --git a/Util/samples/pkill/src/pkill.cpp b/Util/samples/pkill/src/pkill.cpp index c8fa9e334..26cc3c9f3 100644 --- a/Util/samples/pkill/src/pkill.cpp +++ b/Util/samples/pkill/src/pkill.cpp @@ -1,7 +1,7 @@ // // pkill.cpp // -// $Id: //poco/1.3/Util/samples/pkill/src/pkill.cpp#1 $ +// $Id: //poco/1.4/Util/samples/pkill/src/pkill.cpp#1 $ // // Process killer utility application. // diff --git a/Util/src/AbstractConfiguration.cpp b/Util/src/AbstractConfiguration.cpp index f907fe021..9162be958 100644 --- a/Util/src/AbstractConfiguration.cpp +++ b/Util/src/AbstractConfiguration.cpp @@ -1,7 +1,7 @@ // // AbstractConfiguration.cpp // -// $Id: //poco/1.3/Util/src/AbstractConfiguration.cpp#4 $ +// $Id: //poco/1.4/Util/src/AbstractConfiguration.cpp#1 $ // // Library: Util // Package: Configuration diff --git a/Util/src/Application.cpp b/Util/src/Application.cpp index 45bf7aa0b..af58029d3 100644 --- a/Util/src/Application.cpp +++ b/Util/src/Application.cpp @@ -1,7 +1,7 @@ // // Application.cpp // -// $Id: //poco/1.3/Util/src/Application.cpp#10 $ +// $Id: //poco/1.4/Util/src/Application.cpp#1 $ // // Library: Util // Package: Application diff --git a/Util/src/ConfigurationMapper.cpp b/Util/src/ConfigurationMapper.cpp index a53c5d2de..7a61b7e64 100644 --- a/Util/src/ConfigurationMapper.cpp +++ b/Util/src/ConfigurationMapper.cpp @@ -1,7 +1,7 @@ // // ConfigurationMapper.cpp // -// $Id: //poco/1.3/Util/src/ConfigurationMapper.cpp#2 $ +// $Id: //poco/1.4/Util/src/ConfigurationMapper.cpp#1 $ // // Library: Util // Package: Configuration diff --git a/Util/src/ConfigurationView.cpp b/Util/src/ConfigurationView.cpp index 1005d8520..96bf9c24b 100644 --- a/Util/src/ConfigurationView.cpp +++ b/Util/src/ConfigurationView.cpp @@ -1,7 +1,7 @@ // // ConfigurationView.cpp // -// $Id: //poco/1.3/Util/src/ConfigurationView.cpp#3 $ +// $Id: //poco/1.4/Util/src/ConfigurationView.cpp#1 $ // // Library: Util // Package: Configuration diff --git a/Util/src/FilesystemConfiguration.cpp b/Util/src/FilesystemConfiguration.cpp index cef9fe0aa..3b90f51c8 100644 --- a/Util/src/FilesystemConfiguration.cpp +++ b/Util/src/FilesystemConfiguration.cpp @@ -1,7 +1,7 @@ // // FilesystemConfiguration.cpp // -// $Id: //poco/1.3/Util/src/FilesystemConfiguration.cpp#4 $ +// $Id: //poco/1.4/Util/src/FilesystemConfiguration.cpp#1 $ // // Library: Util // Package: Configuration diff --git a/Util/src/HelpFormatter.cpp b/Util/src/HelpFormatter.cpp index b98f14837..305d67f21 100644 --- a/Util/src/HelpFormatter.cpp +++ b/Util/src/HelpFormatter.cpp @@ -1,7 +1,7 @@ // // HelpFormatter.cpp // -// $Id: //poco/1.3/Util/src/HelpFormatter.cpp#2 $ +// $Id: //poco/1.4/Util/src/HelpFormatter.cpp#1 $ // // Library: Util // Package: Options diff --git a/Util/src/IniFileConfiguration.cpp b/Util/src/IniFileConfiguration.cpp index 42f08ebff..eb545720f 100644 --- a/Util/src/IniFileConfiguration.cpp +++ b/Util/src/IniFileConfiguration.cpp @@ -1,7 +1,7 @@ // // IniFileConfiguration.cpp // -// $Id: //poco/1.3/Util/src/IniFileConfiguration.cpp#6 $ +// $Id: //poco/1.4/Util/src/IniFileConfiguration.cpp#1 $ // // Library: Util // Package: Configuration diff --git a/Util/src/IntValidator.cpp b/Util/src/IntValidator.cpp index 1ac96f530..3102fa391 100644 --- a/Util/src/IntValidator.cpp +++ b/Util/src/IntValidator.cpp @@ -1,7 +1,7 @@ // // IntValidator.cpp // -// $Id: //poco/1.3/Util/src/IntValidator.cpp#1 $ +// $Id: //poco/1.4/Util/src/IntValidator.cpp#1 $ // // Library: Util // Package: Options diff --git a/Util/src/LayeredConfiguration.cpp b/Util/src/LayeredConfiguration.cpp index 0f29860c4..81cc48ac1 100644 --- a/Util/src/LayeredConfiguration.cpp +++ b/Util/src/LayeredConfiguration.cpp @@ -1,7 +1,7 @@ // // LayeredConfiguration.cpp // -// $Id: //poco/1.3/Util/src/LayeredConfiguration.cpp#5 $ +// $Id: //poco/1.4/Util/src/LayeredConfiguration.cpp#1 $ // // Library: Util // Package: Configuration diff --git a/Util/src/LoggingConfigurator.cpp b/Util/src/LoggingConfigurator.cpp index f4b50167b..6bc6bae56 100644 --- a/Util/src/LoggingConfigurator.cpp +++ b/Util/src/LoggingConfigurator.cpp @@ -1,7 +1,7 @@ // // LoggingConfigurator.cpp // -// $Id: //poco/1.3/Util/src/LoggingConfigurator.cpp#1 $ +// $Id: //poco/1.4/Util/src/LoggingConfigurator.cpp#1 $ // // Library: Util // Package: Configuration diff --git a/Util/src/LoggingSubsystem.cpp b/Util/src/LoggingSubsystem.cpp index 5afd79500..e2392998d 100644 --- a/Util/src/LoggingSubsystem.cpp +++ b/Util/src/LoggingSubsystem.cpp @@ -1,7 +1,7 @@ // // LoggingSubsystem.cpp // -// $Id: //poco/1.3/Util/src/LoggingSubsystem.cpp#1 $ +// $Id: //poco/1.4/Util/src/LoggingSubsystem.cpp#1 $ // // Library: Util // Package: Application diff --git a/Util/src/MapConfiguration.cpp b/Util/src/MapConfiguration.cpp index 35c070515..375ecd8d9 100644 --- a/Util/src/MapConfiguration.cpp +++ b/Util/src/MapConfiguration.cpp @@ -1,7 +1,7 @@ // // MapConfiguration.cpp // -// $Id: //poco/1.3/Util/src/MapConfiguration.cpp#2 $ +// $Id: //poco/1.4/Util/src/MapConfiguration.cpp#1 $ // // Library: Util // Package: Configuration diff --git a/Util/src/Option.cpp b/Util/src/Option.cpp index 0231a631e..89b8719d2 100644 --- a/Util/src/Option.cpp +++ b/Util/src/Option.cpp @@ -1,7 +1,7 @@ // // Option.cpp // -// $Id: //poco/1.3/Util/src/Option.cpp#3 $ +// $Id: //poco/1.4/Util/src/Option.cpp#1 $ // // Library: Util // Package: Options diff --git a/Util/src/OptionCallback.cpp b/Util/src/OptionCallback.cpp index 8b53d5f01..36e18e649 100644 --- a/Util/src/OptionCallback.cpp +++ b/Util/src/OptionCallback.cpp @@ -1,7 +1,7 @@ // // OptionCallback.cpp // -// $Id: //poco/1.3/Util/src/OptionCallback.cpp#1 $ +// $Id: //poco/1.4/Util/src/OptionCallback.cpp#1 $ // // Library: Util // Package: Options diff --git a/Util/src/OptionException.cpp b/Util/src/OptionException.cpp index b723c58d4..9a2f41213 100644 --- a/Util/src/OptionException.cpp +++ b/Util/src/OptionException.cpp @@ -1,7 +1,7 @@ // // OptionException.cpp // -// $Id: //poco/1.3/Util/src/OptionException.cpp#1 $ +// $Id: //poco/1.4/Util/src/OptionException.cpp#1 $ // // Library: Util // Package: Options diff --git a/Util/src/OptionProcessor.cpp b/Util/src/OptionProcessor.cpp index 441e3d68e..597456b4f 100644 --- a/Util/src/OptionProcessor.cpp +++ b/Util/src/OptionProcessor.cpp @@ -1,7 +1,7 @@ // // OptionProcessor.cpp // -// $Id: //poco/1.3/Util/src/OptionProcessor.cpp#1 $ +// $Id: //poco/1.4/Util/src/OptionProcessor.cpp#1 $ // // Library: Util // Package: Options diff --git a/Util/src/OptionSet.cpp b/Util/src/OptionSet.cpp index 2e4fbd6a4..ae2e7f8c2 100644 --- a/Util/src/OptionSet.cpp +++ b/Util/src/OptionSet.cpp @@ -1,7 +1,7 @@ // // OptionSet.cpp // -// $Id: //poco/1.3/Util/src/OptionSet.cpp#2 $ +// $Id: //poco/1.4/Util/src/OptionSet.cpp#1 $ // // Library: Util // Package: Options diff --git a/Util/src/PropertyFileConfiguration.cpp b/Util/src/PropertyFileConfiguration.cpp index 3a32c9378..5d69468c7 100644 --- a/Util/src/PropertyFileConfiguration.cpp +++ b/Util/src/PropertyFileConfiguration.cpp @@ -1,7 +1,7 @@ // // PropertyFileConfiguration.cpp // -// $Id: //poco/1.3/Util/src/PropertyFileConfiguration.cpp#7 $ +// $Id: //poco/1.4/Util/src/PropertyFileConfiguration.cpp#1 $ // // Library: Util // Package: Configuration diff --git a/Util/src/RegExpValidator.cpp b/Util/src/RegExpValidator.cpp index 131be924e..b0ca5e9d7 100644 --- a/Util/src/RegExpValidator.cpp +++ b/Util/src/RegExpValidator.cpp @@ -1,7 +1,7 @@ // // RegExpValidator.cpp // -// $Id: //poco/1.3/Util/src/RegExpValidator.cpp#1 $ +// $Id: //poco/1.4/Util/src/RegExpValidator.cpp#1 $ // // Library: Util // Package: Options diff --git a/Util/src/ServerApplication.cpp b/Util/src/ServerApplication.cpp index 75b47944b..1657dc267 100644 --- a/Util/src/ServerApplication.cpp +++ b/Util/src/ServerApplication.cpp @@ -1,7 +1,7 @@ // // ServerApplication.cpp // -// $Id: //poco/1.3/Util/src/ServerApplication.cpp#18 $ +// $Id: //poco/1.4/Util/src/ServerApplication.cpp#1 $ // // Library: Util // Package: Application diff --git a/Util/src/Subsystem.cpp b/Util/src/Subsystem.cpp index 3491512d4..81a2106e6 100644 --- a/Util/src/Subsystem.cpp +++ b/Util/src/Subsystem.cpp @@ -1,7 +1,7 @@ // // Subsystem.cpp // -// $Id: //poco/1.3/Util/src/Subsystem.cpp#2 $ +// $Id: //poco/1.4/Util/src/Subsystem.cpp#1 $ // // Library: Util // Package: Application diff --git a/Util/src/SystemConfiguration.cpp b/Util/src/SystemConfiguration.cpp index 9a6e388bd..114c2cdb7 100644 --- a/Util/src/SystemConfiguration.cpp +++ b/Util/src/SystemConfiguration.cpp @@ -1,7 +1,7 @@ // // SystemConfiguration.cpp // -// $Id: //poco/1.3/Util/src/SystemConfiguration.cpp#4 $ +// $Id: //poco/1.4/Util/src/SystemConfiguration.cpp#1 $ // // Library: Util // Package: Configuration diff --git a/Util/src/Timer.cpp b/Util/src/Timer.cpp index d0d54681b..85e52e9b4 100644 --- a/Util/src/Timer.cpp +++ b/Util/src/Timer.cpp @@ -1,7 +1,7 @@ // // Timer.cpp // -// $Id: //poco/1.3/Util/src/Timer.cpp#6 $ +// $Id: //poco/1.4/Util/src/Timer.cpp#1 $ // // Library: Util // Package: Timer diff --git a/Util/src/TimerTask.cpp b/Util/src/TimerTask.cpp index f32695371..66eab0979 100644 --- a/Util/src/TimerTask.cpp +++ b/Util/src/TimerTask.cpp @@ -1,7 +1,7 @@ // // TimerTask.cpp // -// $Id: //poco/1.3/Util/src/TimerTask.cpp#1 $ +// $Id: //poco/1.4/Util/src/TimerTask.cpp#1 $ // // Library: Util // Package: Timer diff --git a/Util/src/Validator.cpp b/Util/src/Validator.cpp index 366db7ff6..032dad65d 100644 --- a/Util/src/Validator.cpp +++ b/Util/src/Validator.cpp @@ -1,7 +1,7 @@ // // Validator.cpp // -// $Id: //poco/1.3/Util/src/Validator.cpp#1 $ +// $Id: //poco/1.4/Util/src/Validator.cpp#1 $ // // Library: Util // Package: Options diff --git a/Util/src/WinRegistryConfiguration.cpp b/Util/src/WinRegistryConfiguration.cpp index 9a6403f4e..8c90ac67c 100644 --- a/Util/src/WinRegistryConfiguration.cpp +++ b/Util/src/WinRegistryConfiguration.cpp @@ -1,7 +1,7 @@ // // WinRegistryConfiguration.cpp // -// $Id: //poco/1.3/Util/src/WinRegistryConfiguration.cpp#5 $ +// $Id: //poco/1.4/Util/src/WinRegistryConfiguration.cpp#1 $ // // Library: Util // Package: Windows diff --git a/Util/src/WinRegistryKey.cpp b/Util/src/WinRegistryKey.cpp index 04d2b9d76..46ca83dfc 100644 --- a/Util/src/WinRegistryKey.cpp +++ b/Util/src/WinRegistryKey.cpp @@ -1,7 +1,7 @@ // // WinRegistryKey.cpp // -// $Id: //poco/1.3/Util/src/WinRegistryKey.cpp#7 $ +// $Id: //poco/1.4/Util/src/WinRegistryKey.cpp#1 $ // // Library: Util // Package: Windows diff --git a/Util/src/WinService.cpp b/Util/src/WinService.cpp index 9ffe5a6f6..84654642c 100644 --- a/Util/src/WinService.cpp +++ b/Util/src/WinService.cpp @@ -1,7 +1,7 @@ // // WinService.cpp // -// $Id: //poco/1.3/Util/src/WinService.cpp#2 $ +// $Id: //poco/1.4/Util/src/WinService.cpp#1 $ // // Library: Util // Package: Windows diff --git a/Util/src/XMLConfiguration.cpp b/Util/src/XMLConfiguration.cpp index d7f0cbb3e..eb73b1cba 100644 --- a/Util/src/XMLConfiguration.cpp +++ b/Util/src/XMLConfiguration.cpp @@ -1,7 +1,7 @@ // // XMLConfiguration.cpp // -// $Id: //poco/1.3/Util/src/XMLConfiguration.cpp#5 $ +// $Id: //poco/1.4/Util/src/XMLConfiguration.cpp#1 $ // // Library: Util // Package: Configuration diff --git a/Util/testsuite/Makefile b/Util/testsuite/Makefile index de60d4fb5..8d6d23ede 100644 --- a/Util/testsuite/Makefile +++ b/Util/testsuite/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Util/testsuite/Makefile#2 $ +# $Id: //poco/1.4/Util/testsuite/Makefile#1 $ # # Makefile for Poco Util testsuite # diff --git a/Util/testsuite/TestSuite.vmsbuild b/Util/testsuite/TestSuite.vmsbuild index e8065f43d..ad5fe8714 100644 --- a/Util/testsuite/TestSuite.vmsbuild +++ b/Util/testsuite/TestSuite.vmsbuild @@ -1,7 +1,7 @@ # # TestSuite.vmsbuild # -# $Id: //poco/1.3/Util/testsuite/TestSuite.vmsbuild#1 $ +# $Id: //poco/1.4/Util/testsuite/TestSuite.vmsbuild#1 $ # EXE=TestRunner AbstractConfigurationTest diff --git a/Util/testsuite/src/AbstractConfigurationTest.cpp b/Util/testsuite/src/AbstractConfigurationTest.cpp index bf1aba175..fe1bae919 100644 --- a/Util/testsuite/src/AbstractConfigurationTest.cpp +++ b/Util/testsuite/src/AbstractConfigurationTest.cpp @@ -1,7 +1,7 @@ // // AbstractConfigurationTest.cpp // -// $Id: //poco/1.3/Util/testsuite/src/AbstractConfigurationTest.cpp#4 $ +// $Id: //poco/1.4/Util/testsuite/src/AbstractConfigurationTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/AbstractConfigurationTest.h b/Util/testsuite/src/AbstractConfigurationTest.h index 13280d029..676f233b4 100644 --- a/Util/testsuite/src/AbstractConfigurationTest.h +++ b/Util/testsuite/src/AbstractConfigurationTest.h @@ -1,7 +1,7 @@ // // AbstractConfigurationTest.h // -// $Id: //poco/1.3/Util/testsuite/src/AbstractConfigurationTest.h#3 $ +// $Id: //poco/1.4/Util/testsuite/src/AbstractConfigurationTest.h#1 $ // // Definition of the AbstractConfigurationTest class. // diff --git a/Util/testsuite/src/ConfigurationMapperTest.cpp b/Util/testsuite/src/ConfigurationMapperTest.cpp index 51e8e03b5..32d753590 100644 --- a/Util/testsuite/src/ConfigurationMapperTest.cpp +++ b/Util/testsuite/src/ConfigurationMapperTest.cpp @@ -1,7 +1,7 @@ // // ConfigurationMapperTest.cpp // -// $Id: //poco/1.3/Util/testsuite/src/ConfigurationMapperTest.cpp#2 $ +// $Id: //poco/1.4/Util/testsuite/src/ConfigurationMapperTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/ConfigurationMapperTest.h b/Util/testsuite/src/ConfigurationMapperTest.h index 997ec1a34..2b460f2c6 100644 --- a/Util/testsuite/src/ConfigurationMapperTest.h +++ b/Util/testsuite/src/ConfigurationMapperTest.h @@ -1,7 +1,7 @@ // // ConfigurationMapperTest.h // -// $Id: //poco/1.3/Util/testsuite/src/ConfigurationMapperTest.h#2 $ +// $Id: //poco/1.4/Util/testsuite/src/ConfigurationMapperTest.h#1 $ // // Definition of the ConfigurationMapperTest class. // diff --git a/Util/testsuite/src/ConfigurationTestSuite.cpp b/Util/testsuite/src/ConfigurationTestSuite.cpp index 6a682a10d..135b024a7 100644 --- a/Util/testsuite/src/ConfigurationTestSuite.cpp +++ b/Util/testsuite/src/ConfigurationTestSuite.cpp @@ -1,7 +1,7 @@ // // ConfigurationTestSuite.cpp // -// $Id: //poco/1.3/Util/testsuite/src/ConfigurationTestSuite.cpp#2 $ +// $Id: //poco/1.4/Util/testsuite/src/ConfigurationTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/ConfigurationTestSuite.h b/Util/testsuite/src/ConfigurationTestSuite.h index 18ea36f5f..9d239cc92 100644 --- a/Util/testsuite/src/ConfigurationTestSuite.h +++ b/Util/testsuite/src/ConfigurationTestSuite.h @@ -1,7 +1,7 @@ // // ConfigurationTestSuite.h // -// $Id: //poco/1.3/Util/testsuite/src/ConfigurationTestSuite.h#1 $ +// $Id: //poco/1.4/Util/testsuite/src/ConfigurationTestSuite.h#1 $ // // Definition of the ConfigurationTestSuite class. // diff --git a/Util/testsuite/src/ConfigurationViewTest.cpp b/Util/testsuite/src/ConfigurationViewTest.cpp index b0c08015b..1f6714f56 100644 --- a/Util/testsuite/src/ConfigurationViewTest.cpp +++ b/Util/testsuite/src/ConfigurationViewTest.cpp @@ -1,7 +1,7 @@ // // ConfigurationViewTest.cpp // -// $Id: //poco/1.3/Util/testsuite/src/ConfigurationViewTest.cpp#2 $ +// $Id: //poco/1.4/Util/testsuite/src/ConfigurationViewTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/ConfigurationViewTest.h b/Util/testsuite/src/ConfigurationViewTest.h index 0589a881d..d286d7a19 100644 --- a/Util/testsuite/src/ConfigurationViewTest.h +++ b/Util/testsuite/src/ConfigurationViewTest.h @@ -1,7 +1,7 @@ // // ConfigurationViewTest.h // -// $Id: //poco/1.3/Util/testsuite/src/ConfigurationViewTest.h#2 $ +// $Id: //poco/1.4/Util/testsuite/src/ConfigurationViewTest.h#1 $ // // Definition of the ConfigurationViewTest class. // diff --git a/Util/testsuite/src/Driver.cpp b/Util/testsuite/src/Driver.cpp index 2605d4df4..9865370a3 100644 --- a/Util/testsuite/src/Driver.cpp +++ b/Util/testsuite/src/Driver.cpp @@ -1,7 +1,7 @@ // // Driver.cpp // -// $Id: //poco/1.3/Util/testsuite/src/Driver.cpp#1 $ +// $Id: //poco/1.4/Util/testsuite/src/Driver.cpp#1 $ // // Console-based test driver for Poco Util. // diff --git a/Util/testsuite/src/FilesystemConfigurationTest.cpp b/Util/testsuite/src/FilesystemConfigurationTest.cpp index 51b8c5a7f..d3660cf5f 100644 --- a/Util/testsuite/src/FilesystemConfigurationTest.cpp +++ b/Util/testsuite/src/FilesystemConfigurationTest.cpp @@ -1,7 +1,7 @@ // // FilesystemConfigurationTest.cpp // -// $Id: //poco/1.3/Util/testsuite/src/FilesystemConfigurationTest.cpp#2 $ +// $Id: //poco/1.4/Util/testsuite/src/FilesystemConfigurationTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/FilesystemConfigurationTest.h b/Util/testsuite/src/FilesystemConfigurationTest.h index 625583c19..a63aabce7 100644 --- a/Util/testsuite/src/FilesystemConfigurationTest.h +++ b/Util/testsuite/src/FilesystemConfigurationTest.h @@ -1,7 +1,7 @@ // // FilesystemConfigurationTest.h // -// $Id: //poco/1.3/Util/testsuite/src/FilesystemConfigurationTest.h#2 $ +// $Id: //poco/1.4/Util/testsuite/src/FilesystemConfigurationTest.h#1 $ // // Definition of the FilesystemConfigurationTest class. // diff --git a/Util/testsuite/src/HelpFormatterTest.cpp b/Util/testsuite/src/HelpFormatterTest.cpp index 9c0830e95..47b0b7306 100644 --- a/Util/testsuite/src/HelpFormatterTest.cpp +++ b/Util/testsuite/src/HelpFormatterTest.cpp @@ -1,7 +1,7 @@ // // HelpFormatterTest.cpp // -// $Id: //poco/1.3/Util/testsuite/src/HelpFormatterTest.cpp#2 $ +// $Id: //poco/1.4/Util/testsuite/src/HelpFormatterTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/HelpFormatterTest.h b/Util/testsuite/src/HelpFormatterTest.h index 49ed790d8..e36154e5e 100644 --- a/Util/testsuite/src/HelpFormatterTest.h +++ b/Util/testsuite/src/HelpFormatterTest.h @@ -1,7 +1,7 @@ // // HelpFormatterTest.h // -// $Id: //poco/1.3/Util/testsuite/src/HelpFormatterTest.h#1 $ +// $Id: //poco/1.4/Util/testsuite/src/HelpFormatterTest.h#1 $ // // Definition of the HelpFormatterTest class. // diff --git a/Util/testsuite/src/IniFileConfigurationTest.cpp b/Util/testsuite/src/IniFileConfigurationTest.cpp index bbf560414..73fc9ed8e 100644 --- a/Util/testsuite/src/IniFileConfigurationTest.cpp +++ b/Util/testsuite/src/IniFileConfigurationTest.cpp @@ -1,7 +1,7 @@ // // IniFileConfigurationTest.cpp // -// $Id: //poco/1.3/Util/testsuite/src/IniFileConfigurationTest.cpp#2 $ +// $Id: //poco/1.4/Util/testsuite/src/IniFileConfigurationTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/IniFileConfigurationTest.h b/Util/testsuite/src/IniFileConfigurationTest.h index 6249ed262..3131e38ba 100644 --- a/Util/testsuite/src/IniFileConfigurationTest.h +++ b/Util/testsuite/src/IniFileConfigurationTest.h @@ -1,7 +1,7 @@ // // IniFileConfigurationTest.h // -// $Id: //poco/1.3/Util/testsuite/src/IniFileConfigurationTest.h#2 $ +// $Id: //poco/1.4/Util/testsuite/src/IniFileConfigurationTest.h#1 $ // // Definition of the IniFileConfigurationTest class. // diff --git a/Util/testsuite/src/LayeredConfigurationTest.cpp b/Util/testsuite/src/LayeredConfigurationTest.cpp index 51862234b..f5f198fea 100644 --- a/Util/testsuite/src/LayeredConfigurationTest.cpp +++ b/Util/testsuite/src/LayeredConfigurationTest.cpp @@ -1,7 +1,7 @@ // // LayeredConfigurationTest.cpp // -// $Id: //poco/1.3/Util/testsuite/src/LayeredConfigurationTest.cpp#4 $ +// $Id: //poco/1.4/Util/testsuite/src/LayeredConfigurationTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/LayeredConfigurationTest.h b/Util/testsuite/src/LayeredConfigurationTest.h index c223ca9f4..59afd264f 100644 --- a/Util/testsuite/src/LayeredConfigurationTest.h +++ b/Util/testsuite/src/LayeredConfigurationTest.h @@ -1,7 +1,7 @@ // // LayeredConfigurationTest.h // -// $Id: //poco/1.3/Util/testsuite/src/LayeredConfigurationTest.h#4 $ +// $Id: //poco/1.4/Util/testsuite/src/LayeredConfigurationTest.h#1 $ // // Definition of the LayeredConfigurationTest class. // diff --git a/Util/testsuite/src/LoggingConfiguratorTest.cpp b/Util/testsuite/src/LoggingConfiguratorTest.cpp index 9de2f7ae1..2bfdad6f5 100644 --- a/Util/testsuite/src/LoggingConfiguratorTest.cpp +++ b/Util/testsuite/src/LoggingConfiguratorTest.cpp @@ -1,7 +1,7 @@ // // LoggingConfiguratorTest.cpp // -// $Id: //poco/1.3/Util/testsuite/src/LoggingConfiguratorTest.cpp#3 $ +// $Id: //poco/1.4/Util/testsuite/src/LoggingConfiguratorTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/LoggingConfiguratorTest.h b/Util/testsuite/src/LoggingConfiguratorTest.h index 39f173438..418e73fbe 100644 --- a/Util/testsuite/src/LoggingConfiguratorTest.h +++ b/Util/testsuite/src/LoggingConfiguratorTest.h @@ -1,7 +1,7 @@ // // LoggingConfiguratorTest.h // -// $Id: //poco/1.3/Util/testsuite/src/LoggingConfiguratorTest.h#1 $ +// $Id: //poco/1.4/Util/testsuite/src/LoggingConfiguratorTest.h#1 $ // // Definition of the LoggingConfiguratorTest class. // diff --git a/Util/testsuite/src/MapConfigurationTest.cpp b/Util/testsuite/src/MapConfigurationTest.cpp index 43be22f60..ad8f8629b 100644 --- a/Util/testsuite/src/MapConfigurationTest.cpp +++ b/Util/testsuite/src/MapConfigurationTest.cpp @@ -1,7 +1,7 @@ // // MapConfigurationTest.cpp // -// $Id: //poco/1.3/Util/testsuite/src/MapConfigurationTest.cpp#2 $ +// $Id: //poco/1.4/Util/testsuite/src/MapConfigurationTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/MapConfigurationTest.h b/Util/testsuite/src/MapConfigurationTest.h index 92273d63c..901ae963e 100644 --- a/Util/testsuite/src/MapConfigurationTest.h +++ b/Util/testsuite/src/MapConfigurationTest.h @@ -1,7 +1,7 @@ // // MapConfigurationTest.h // -// $Id: //poco/1.3/Util/testsuite/src/MapConfigurationTest.h#2 $ +// $Id: //poco/1.4/Util/testsuite/src/MapConfigurationTest.h#1 $ // // Definition of the MapConfigurationTest class. // diff --git a/Util/testsuite/src/OptionProcessorTest.cpp b/Util/testsuite/src/OptionProcessorTest.cpp index 5b3a7b520..b424feccc 100644 --- a/Util/testsuite/src/OptionProcessorTest.cpp +++ b/Util/testsuite/src/OptionProcessorTest.cpp @@ -1,7 +1,7 @@ // // OptionProcessorTest.cpp // -// $Id: //poco/1.3/Util/testsuite/src/OptionProcessorTest.cpp#1 $ +// $Id: //poco/1.4/Util/testsuite/src/OptionProcessorTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/OptionProcessorTest.h b/Util/testsuite/src/OptionProcessorTest.h index caea2740b..c8e0b1af8 100644 --- a/Util/testsuite/src/OptionProcessorTest.h +++ b/Util/testsuite/src/OptionProcessorTest.h @@ -1,7 +1,7 @@ // // OptionProcessorTest.h // -// $Id: //poco/1.3/Util/testsuite/src/OptionProcessorTest.h#1 $ +// $Id: //poco/1.4/Util/testsuite/src/OptionProcessorTest.h#1 $ // // Definition of the OptionProcessorTest class. // diff --git a/Util/testsuite/src/OptionSetTest.cpp b/Util/testsuite/src/OptionSetTest.cpp index acb203a92..f90dfb45e 100644 --- a/Util/testsuite/src/OptionSetTest.cpp +++ b/Util/testsuite/src/OptionSetTest.cpp @@ -1,7 +1,7 @@ // // OptionSetTest.cpp // -// $Id: //poco/1.3/Util/testsuite/src/OptionSetTest.cpp#1 $ +// $Id: //poco/1.4/Util/testsuite/src/OptionSetTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/OptionSetTest.h b/Util/testsuite/src/OptionSetTest.h index 62ca9313d..52d822c60 100644 --- a/Util/testsuite/src/OptionSetTest.h +++ b/Util/testsuite/src/OptionSetTest.h @@ -1,7 +1,7 @@ // // OptionSetTest.h // -// $Id: //poco/1.3/Util/testsuite/src/OptionSetTest.h#1 $ +// $Id: //poco/1.4/Util/testsuite/src/OptionSetTest.h#1 $ // // Definition of the OptionSetTest class. // diff --git a/Util/testsuite/src/OptionTest.cpp b/Util/testsuite/src/OptionTest.cpp index 2050d37f5..f4b2407ae 100644 --- a/Util/testsuite/src/OptionTest.cpp +++ b/Util/testsuite/src/OptionTest.cpp @@ -1,7 +1,7 @@ // // OptionTest.cpp // -// $Id: //poco/1.3/Util/testsuite/src/OptionTest.cpp#1 $ +// $Id: //poco/1.4/Util/testsuite/src/OptionTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/OptionTest.h b/Util/testsuite/src/OptionTest.h index e963f8652..f700a621c 100644 --- a/Util/testsuite/src/OptionTest.h +++ b/Util/testsuite/src/OptionTest.h @@ -1,7 +1,7 @@ // // OptionTest.h // -// $Id: //poco/1.3/Util/testsuite/src/OptionTest.h#1 $ +// $Id: //poco/1.4/Util/testsuite/src/OptionTest.h#1 $ // // Definition of the OptionTest class. // diff --git a/Util/testsuite/src/OptionsTestSuite.cpp b/Util/testsuite/src/OptionsTestSuite.cpp index 29736aae9..066dde7c9 100644 --- a/Util/testsuite/src/OptionsTestSuite.cpp +++ b/Util/testsuite/src/OptionsTestSuite.cpp @@ -1,7 +1,7 @@ // // OptionsTestSuite.cpp // -// $Id: //poco/1.3/Util/testsuite/src/OptionsTestSuite.cpp#1 $ +// $Id: //poco/1.4/Util/testsuite/src/OptionsTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/OptionsTestSuite.h b/Util/testsuite/src/OptionsTestSuite.h index 88153af57..54000e066 100644 --- a/Util/testsuite/src/OptionsTestSuite.h +++ b/Util/testsuite/src/OptionsTestSuite.h @@ -1,7 +1,7 @@ // // OptionsTestSuite.h // -// $Id: //poco/1.3/Util/testsuite/src/OptionsTestSuite.h#1 $ +// $Id: //poco/1.4/Util/testsuite/src/OptionsTestSuite.h#1 $ // // Definition of the OptionsTestSuite class. // diff --git a/Util/testsuite/src/PropertyFileConfigurationTest.cpp b/Util/testsuite/src/PropertyFileConfigurationTest.cpp index 0e32570db..0fec2ea7e 100644 --- a/Util/testsuite/src/PropertyFileConfigurationTest.cpp +++ b/Util/testsuite/src/PropertyFileConfigurationTest.cpp @@ -1,7 +1,7 @@ // // PropertyFileConfigurationTest.cpp // -// $Id: //poco/1.3/Util/testsuite/src/PropertyFileConfigurationTest.cpp#3 $ +// $Id: //poco/1.4/Util/testsuite/src/PropertyFileConfigurationTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/PropertyFileConfigurationTest.h b/Util/testsuite/src/PropertyFileConfigurationTest.h index 02e81e2fb..dd7d7bf72 100644 --- a/Util/testsuite/src/PropertyFileConfigurationTest.h +++ b/Util/testsuite/src/PropertyFileConfigurationTest.h @@ -1,7 +1,7 @@ // // PropertyFileConfigurationTest.h // -// $Id: //poco/1.3/Util/testsuite/src/PropertyFileConfigurationTest.h#2 $ +// $Id: //poco/1.4/Util/testsuite/src/PropertyFileConfigurationTest.h#1 $ // // Definition of the PropertyFileConfigurationTest class. // diff --git a/Util/testsuite/src/SystemConfigurationTest.cpp b/Util/testsuite/src/SystemConfigurationTest.cpp index 7ec84de0a..ed34a93ae 100644 --- a/Util/testsuite/src/SystemConfigurationTest.cpp +++ b/Util/testsuite/src/SystemConfigurationTest.cpp @@ -1,7 +1,7 @@ // // SystemConfigurationTest.cpp // -// $Id: //poco/1.3/Util/testsuite/src/SystemConfigurationTest.cpp#3 $ +// $Id: //poco/1.4/Util/testsuite/src/SystemConfigurationTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/SystemConfigurationTest.h b/Util/testsuite/src/SystemConfigurationTest.h index 4fa82823a..71ee529cb 100644 --- a/Util/testsuite/src/SystemConfigurationTest.h +++ b/Util/testsuite/src/SystemConfigurationTest.h @@ -1,7 +1,7 @@ // // SystemConfigurationTest.h // -// $Id: //poco/1.3/Util/testsuite/src/SystemConfigurationTest.h#1 $ +// $Id: //poco/1.4/Util/testsuite/src/SystemConfigurationTest.h#1 $ // // Definition of the SystemConfigurationTest class. // diff --git a/Util/testsuite/src/TimerTest.cpp b/Util/testsuite/src/TimerTest.cpp index 7f1f7fed3..f857cd305 100644 --- a/Util/testsuite/src/TimerTest.cpp +++ b/Util/testsuite/src/TimerTest.cpp @@ -1,7 +1,7 @@ // // TimerTest.cpp // -// $Id: //poco/1.3/Util/testsuite/src/TimerTest.cpp#2 $ +// $Id: //poco/1.4/Util/testsuite/src/TimerTest.cpp#1 $ // // Copyright (c) 2009, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/TimerTest.h b/Util/testsuite/src/TimerTest.h index e0c7cc1b0..2c9f458b3 100644 --- a/Util/testsuite/src/TimerTest.h +++ b/Util/testsuite/src/TimerTest.h @@ -1,7 +1,7 @@ // // TimerTest.h // -// $Id: //poco/1.3/Util/testsuite/src/TimerTest.h#1 $ +// $Id: //poco/1.4/Util/testsuite/src/TimerTest.h#1 $ // // Definition of the TimerTest class. // diff --git a/Util/testsuite/src/TimerTestSuite.cpp b/Util/testsuite/src/TimerTestSuite.cpp index 1b8b631b9..0815eaa4c 100644 --- a/Util/testsuite/src/TimerTestSuite.cpp +++ b/Util/testsuite/src/TimerTestSuite.cpp @@ -1,7 +1,7 @@ // // TimerTestSuite.cpp // -// $Id: //poco/1.3/Util/testsuite/src/TimerTestSuite.cpp#1 $ +// $Id: //poco/1.4/Util/testsuite/src/TimerTestSuite.cpp#1 $ // // Copyright (c) 2009, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/TimerTestSuite.h b/Util/testsuite/src/TimerTestSuite.h index d5b5dfb5a..d9327d34a 100644 --- a/Util/testsuite/src/TimerTestSuite.h +++ b/Util/testsuite/src/TimerTestSuite.h @@ -1,7 +1,7 @@ // // TimerTestSuite.h // -// $Id: //poco/1.3/Util/testsuite/src/TimerTestSuite.h#1 $ +// $Id: //poco/1.4/Util/testsuite/src/TimerTestSuite.h#1 $ // // Definition of the TimerTestSuite class. // diff --git a/Util/testsuite/src/UtilTestSuite.cpp b/Util/testsuite/src/UtilTestSuite.cpp index 480ed012b..33a35a78d 100644 --- a/Util/testsuite/src/UtilTestSuite.cpp +++ b/Util/testsuite/src/UtilTestSuite.cpp @@ -1,7 +1,7 @@ // // UtilTestSuite.cpp // -// $Id: //poco/1.3/Util/testsuite/src/UtilTestSuite.cpp#7 $ +// $Id: //poco/1.4/Util/testsuite/src/UtilTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/UtilTestSuite.h b/Util/testsuite/src/UtilTestSuite.h index a0d43895c..9de31e49f 100644 --- a/Util/testsuite/src/UtilTestSuite.h +++ b/Util/testsuite/src/UtilTestSuite.h @@ -1,7 +1,7 @@ // // UtilTestSuite.h // -// $Id: //poco/1.3/Util/testsuite/src/UtilTestSuite.h#1 $ +// $Id: //poco/1.4/Util/testsuite/src/UtilTestSuite.h#1 $ // // Definition of the UtilTestSuite class. // diff --git a/Util/testsuite/src/ValidatorTest.cpp b/Util/testsuite/src/ValidatorTest.cpp index 45b5d76eb..20fb3b21d 100644 --- a/Util/testsuite/src/ValidatorTest.cpp +++ b/Util/testsuite/src/ValidatorTest.cpp @@ -1,7 +1,7 @@ // // ValidatorTest.cpp // -// $Id: //poco/1.3/Util/testsuite/src/ValidatorTest.cpp#1 $ +// $Id: //poco/1.4/Util/testsuite/src/ValidatorTest.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/ValidatorTest.h b/Util/testsuite/src/ValidatorTest.h index a90c4d33c..06acf1a07 100644 --- a/Util/testsuite/src/ValidatorTest.h +++ b/Util/testsuite/src/ValidatorTest.h @@ -1,7 +1,7 @@ // // ValidatorTest.h // -// $Id: //poco/1.3/Util/testsuite/src/ValidatorTest.h#1 $ +// $Id: //poco/1.4/Util/testsuite/src/ValidatorTest.h#1 $ // // Definition of the ValidatorTest class. // diff --git a/Util/testsuite/src/WinCEDriver.cpp b/Util/testsuite/src/WinCEDriver.cpp index c58854cc2..94ebc7a3f 100644 --- a/Util/testsuite/src/WinCEDriver.cpp +++ b/Util/testsuite/src/WinCEDriver.cpp @@ -1,7 +1,7 @@ // // WinCEDriver.cpp // -// $Id: //poco/1.3/Util/testsuite/src/WinCEDriver.cpp#1 $ +// $Id: //poco/1.4/Util/testsuite/src/WinCEDriver.cpp#1 $ // // Console-based test driver for Windows CE. // diff --git a/Util/testsuite/src/WinConfigurationTest.cpp b/Util/testsuite/src/WinConfigurationTest.cpp index f185aa32f..c5ecc5535 100644 --- a/Util/testsuite/src/WinConfigurationTest.cpp +++ b/Util/testsuite/src/WinConfigurationTest.cpp @@ -1,7 +1,7 @@ // // WinConfigurationTest.cpp // -// $Id: //poco/1.3/Util/testsuite/src/WinConfigurationTest.cpp#3 $ +// $Id: //poco/1.4/Util/testsuite/src/WinConfigurationTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/WinConfigurationTest.h b/Util/testsuite/src/WinConfigurationTest.h index 0610ad386..17cb67d01 100644 --- a/Util/testsuite/src/WinConfigurationTest.h +++ b/Util/testsuite/src/WinConfigurationTest.h @@ -1,7 +1,7 @@ // // WinConfigurationTest.h // -// $Id: //poco/1.3/Util/testsuite/src/WinConfigurationTest.h#1 $ +// $Id: //poco/1.4/Util/testsuite/src/WinConfigurationTest.h#1 $ // // Definition of the WinConfigurationTest class. // diff --git a/Util/testsuite/src/WinDriver.cpp b/Util/testsuite/src/WinDriver.cpp index 93e38549c..3e52b8af5 100644 --- a/Util/testsuite/src/WinDriver.cpp +++ b/Util/testsuite/src/WinDriver.cpp @@ -1,7 +1,7 @@ // // WinDriver.cpp // -// $Id: //poco/1.3/Util/testsuite/src/WinDriver.cpp#1 $ +// $Id: //poco/1.4/Util/testsuite/src/WinDriver.cpp#1 $ // // Windows test driver for Poco Util. // diff --git a/Util/testsuite/src/WinRegistryTest.cpp b/Util/testsuite/src/WinRegistryTest.cpp index 7538b4bc3..8a2e407b2 100644 --- a/Util/testsuite/src/WinRegistryTest.cpp +++ b/Util/testsuite/src/WinRegistryTest.cpp @@ -1,7 +1,7 @@ // // WinRegistryTest.cpp // -// $Id: //poco/1.3/Util/testsuite/src/WinRegistryTest.cpp#2 $ +// $Id: //poco/1.4/Util/testsuite/src/WinRegistryTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/WinRegistryTest.h b/Util/testsuite/src/WinRegistryTest.h index 3a13f2153..966985e17 100644 --- a/Util/testsuite/src/WinRegistryTest.h +++ b/Util/testsuite/src/WinRegistryTest.h @@ -1,7 +1,7 @@ // // WinRegistryTest.h // -// $Id: //poco/1.3/Util/testsuite/src/WinRegistryTest.h#1 $ +// $Id: //poco/1.4/Util/testsuite/src/WinRegistryTest.h#1 $ // // Definition of the WinRegistryTest class. // diff --git a/Util/testsuite/src/WindowsTestSuite.cpp b/Util/testsuite/src/WindowsTestSuite.cpp index 2d63ac6c4..209754814 100644 --- a/Util/testsuite/src/WindowsTestSuite.cpp +++ b/Util/testsuite/src/WindowsTestSuite.cpp @@ -1,7 +1,7 @@ // // WindowsTestSuite.cpp // -// $Id: //poco/1.3/Util/testsuite/src/WindowsTestSuite.cpp#1 $ +// $Id: //poco/1.4/Util/testsuite/src/WindowsTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/WindowsTestSuite.h b/Util/testsuite/src/WindowsTestSuite.h index 15e2c3fb2..f12bfe441 100644 --- a/Util/testsuite/src/WindowsTestSuite.h +++ b/Util/testsuite/src/WindowsTestSuite.h @@ -1,7 +1,7 @@ // // WindowsTestSuite.h // -// $Id: //poco/1.3/Util/testsuite/src/WindowsTestSuite.h#1 $ +// $Id: //poco/1.4/Util/testsuite/src/WindowsTestSuite.h#1 $ // // Definition of the WindowsTestSuite class. // diff --git a/Util/testsuite/src/XMLConfigurationTest.cpp b/Util/testsuite/src/XMLConfigurationTest.cpp index a4f10fcfe..a9399a516 100644 --- a/Util/testsuite/src/XMLConfigurationTest.cpp +++ b/Util/testsuite/src/XMLConfigurationTest.cpp @@ -1,7 +1,7 @@ // // XMLConfigurationTest.cpp // -// $Id: //poco/1.3/Util/testsuite/src/XMLConfigurationTest.cpp#5 $ +// $Id: //poco/1.4/Util/testsuite/src/XMLConfigurationTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Util/testsuite/src/XMLConfigurationTest.h b/Util/testsuite/src/XMLConfigurationTest.h index 21b2f0776..3ac0ecfc3 100644 --- a/Util/testsuite/src/XMLConfigurationTest.h +++ b/Util/testsuite/src/XMLConfigurationTest.h @@ -1,7 +1,7 @@ // // XMLConfigurationTest.h // -// $Id: //poco/1.3/Util/testsuite/src/XMLConfigurationTest.h#3 $ +// $Id: //poco/1.4/Util/testsuite/src/XMLConfigurationTest.h#1 $ // // Definition of the XMLConfigurationTest class. // diff --git a/VERSION b/VERSION index fe31a092f..f227fda7d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.0b5 \ No newline at end of file +1.4.0-all (2010-12-15) diff --git a/XML/Makefile b/XML/Makefile index 00705cec5..0d8991fc7 100644 --- a/XML/Makefile +++ b/XML/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/XML/Makefile#3 $ +# $Id: //poco/1.4/XML/Makefile#1 $ # # Makefile for Poco XML # diff --git a/XML/XML.vmsbuild b/XML/XML.vmsbuild index f5cd1333e..2a9fdf490 100644 --- a/XML/XML.vmsbuild +++ b/XML/XML.vmsbuild @@ -1,7 +1,7 @@ # # XML.vmsbuild # -# $Id: //poco/1.3/XML/XML.vmsbuild#1 $ +# $Id: //poco/1.4/XML/XML.vmsbuild#1 $ # DEF=HAVE_EXPAT_CONFIG_H,XML_NS,XML_DTD LIB=PocoXML diff --git a/XML/include/Poco/DOM/AbstractContainerNode.h b/XML/include/Poco/DOM/AbstractContainerNode.h index f7db74c60..ab1d78d7c 100644 --- a/XML/include/Poco/DOM/AbstractContainerNode.h +++ b/XML/include/Poco/DOM/AbstractContainerNode.h @@ -1,7 +1,7 @@ // // AbstractContainerNode.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/AbstractContainerNode.h#2 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/AbstractContainerNode.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/AbstractNode.h b/XML/include/Poco/DOM/AbstractNode.h index 96e66e0da..407a16b5f 100644 --- a/XML/include/Poco/DOM/AbstractNode.h +++ b/XML/include/Poco/DOM/AbstractNode.h @@ -1,7 +1,7 @@ // // AbstractNode.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/AbstractNode.h#2 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/AbstractNode.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/Attr.h b/XML/include/Poco/DOM/Attr.h index bcd8fd90f..b368b35c5 100644 --- a/XML/include/Poco/DOM/Attr.h +++ b/XML/include/Poco/DOM/Attr.h @@ -1,7 +1,7 @@ // // Attr.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/Attr.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/Attr.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/AttrMap.h b/XML/include/Poco/DOM/AttrMap.h index 5ee279a4c..ad9ce9fd8 100644 --- a/XML/include/Poco/DOM/AttrMap.h +++ b/XML/include/Poco/DOM/AttrMap.h @@ -1,7 +1,7 @@ // // AttrMap.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/AttrMap.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/AttrMap.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/AutoPtr.h b/XML/include/Poco/DOM/AutoPtr.h index b51742f45..4f8b176a1 100644 --- a/XML/include/Poco/DOM/AutoPtr.h +++ b/XML/include/Poco/DOM/AutoPtr.h @@ -1,7 +1,7 @@ // // AutoPtr.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/AutoPtr.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/AutoPtr.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/CDATASection.h b/XML/include/Poco/DOM/CDATASection.h index cc3d59ff5..0d2c8a377 100644 --- a/XML/include/Poco/DOM/CDATASection.h +++ b/XML/include/Poco/DOM/CDATASection.h @@ -1,7 +1,7 @@ // // CDATASection.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/CDATASection.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/CDATASection.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/CharacterData.h b/XML/include/Poco/DOM/CharacterData.h index 659a37556..94b7d91a2 100644 --- a/XML/include/Poco/DOM/CharacterData.h +++ b/XML/include/Poco/DOM/CharacterData.h @@ -1,7 +1,7 @@ // // CharacterData.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/CharacterData.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/CharacterData.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/ChildNodesList.h b/XML/include/Poco/DOM/ChildNodesList.h index 74249fb1c..a34e5b630 100644 --- a/XML/include/Poco/DOM/ChildNodesList.h +++ b/XML/include/Poco/DOM/ChildNodesList.h @@ -1,7 +1,7 @@ // // ChildNodesList.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/ChildNodesList.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/ChildNodesList.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/Comment.h b/XML/include/Poco/DOM/Comment.h index 6b88eb947..c399573af 100644 --- a/XML/include/Poco/DOM/Comment.h +++ b/XML/include/Poco/DOM/Comment.h @@ -1,7 +1,7 @@ // // Comment.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/Comment.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/Comment.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/DOMBuilder.h b/XML/include/Poco/DOM/DOMBuilder.h index 22c7eb3a4..ce7dfaced 100644 --- a/XML/include/Poco/DOM/DOMBuilder.h +++ b/XML/include/Poco/DOM/DOMBuilder.h @@ -1,7 +1,7 @@ // // DOMBuilder.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/DOMBuilder.h#2 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/DOMBuilder.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/DOMException.h b/XML/include/Poco/DOM/DOMException.h index 55493eb6c..54aea16af 100644 --- a/XML/include/Poco/DOM/DOMException.h +++ b/XML/include/Poco/DOM/DOMException.h @@ -1,7 +1,7 @@ // // DOMException.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/DOMException.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/DOMException.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/DOMImplementation.h b/XML/include/Poco/DOM/DOMImplementation.h index 5488e39da..9e69b7d16 100644 --- a/XML/include/Poco/DOM/DOMImplementation.h +++ b/XML/include/Poco/DOM/DOMImplementation.h @@ -1,7 +1,7 @@ // // DOMImplementation.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/DOMImplementation.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/DOMImplementation.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/DOMObject.h b/XML/include/Poco/DOM/DOMObject.h index f73dd5c51..9ef2501a9 100644 --- a/XML/include/Poco/DOM/DOMObject.h +++ b/XML/include/Poco/DOM/DOMObject.h @@ -1,7 +1,7 @@ // // DOMObject.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/DOMObject.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/DOMObject.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/DOMParser.h b/XML/include/Poco/DOM/DOMParser.h index e8d186691..d0735422f 100644 --- a/XML/include/Poco/DOM/DOMParser.h +++ b/XML/include/Poco/DOM/DOMParser.h @@ -1,7 +1,7 @@ // // DOMParser.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/DOMParser.h#4 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/DOMParser.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/DOMSerializer.h b/XML/include/Poco/DOM/DOMSerializer.h index c7eb01cdb..76aabcda1 100644 --- a/XML/include/Poco/DOM/DOMSerializer.h +++ b/XML/include/Poco/DOM/DOMSerializer.h @@ -1,7 +1,7 @@ // // DOMSerializer.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/DOMSerializer.h#2 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/DOMSerializer.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/DOMWriter.h b/XML/include/Poco/DOM/DOMWriter.h index 9ca3281da..1cf8939e8 100644 --- a/XML/include/Poco/DOM/DOMWriter.h +++ b/XML/include/Poco/DOM/DOMWriter.h @@ -1,7 +1,7 @@ // // DOMWriter.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/DOMWriter.h#3 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/DOMWriter.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/DTDMap.h b/XML/include/Poco/DOM/DTDMap.h index c6d37d4a1..a44b9f0df 100644 --- a/XML/include/Poco/DOM/DTDMap.h +++ b/XML/include/Poco/DOM/DTDMap.h @@ -1,7 +1,7 @@ // // DTDMap.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/DTDMap.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/DTDMap.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/Document.h b/XML/include/Poco/DOM/Document.h index 5e029f75e..1202d689b 100644 --- a/XML/include/Poco/DOM/Document.h +++ b/XML/include/Poco/DOM/Document.h @@ -1,7 +1,7 @@ // // Document.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/Document.h#2 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/Document.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/DocumentEvent.h b/XML/include/Poco/DOM/DocumentEvent.h index 20836fca8..3105fb382 100644 --- a/XML/include/Poco/DOM/DocumentEvent.h +++ b/XML/include/Poco/DOM/DocumentEvent.h @@ -1,7 +1,7 @@ // // DocumentEvent.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/DocumentEvent.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/DocumentEvent.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/DocumentFragment.h b/XML/include/Poco/DOM/DocumentFragment.h index a7bb87faf..d6b4f0029 100644 --- a/XML/include/Poco/DOM/DocumentFragment.h +++ b/XML/include/Poco/DOM/DocumentFragment.h @@ -1,7 +1,7 @@ // // DocumentFragment.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/DocumentFragment.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/DocumentFragment.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/DocumentType.h b/XML/include/Poco/DOM/DocumentType.h index 3faec54a6..870aa7019 100644 --- a/XML/include/Poco/DOM/DocumentType.h +++ b/XML/include/Poco/DOM/DocumentType.h @@ -1,7 +1,7 @@ // // DocumentType.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/DocumentType.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/DocumentType.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/Element.h b/XML/include/Poco/DOM/Element.h index 2a611da34..2784966d7 100644 --- a/XML/include/Poco/DOM/Element.h +++ b/XML/include/Poco/DOM/Element.h @@ -1,7 +1,7 @@ // // Element.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/Element.h#3 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/Element.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/ElementsByTagNameList.h b/XML/include/Poco/DOM/ElementsByTagNameList.h index cd06a7aeb..3d033c4c5 100644 --- a/XML/include/Poco/DOM/ElementsByTagNameList.h +++ b/XML/include/Poco/DOM/ElementsByTagNameList.h @@ -1,7 +1,7 @@ // // ElementsByTagNameList.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/ElementsByTagNameList.h#2 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/ElementsByTagNameList.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/Entity.h b/XML/include/Poco/DOM/Entity.h index 27011bfad..20e89a659 100644 --- a/XML/include/Poco/DOM/Entity.h +++ b/XML/include/Poco/DOM/Entity.h @@ -1,7 +1,7 @@ // // Entity.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/Entity.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/Entity.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/EntityReference.h b/XML/include/Poco/DOM/EntityReference.h index 29392b51b..811d98a72 100644 --- a/XML/include/Poco/DOM/EntityReference.h +++ b/XML/include/Poco/DOM/EntityReference.h @@ -1,7 +1,7 @@ // // EntityReference.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/EntityReference.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/EntityReference.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/Event.h b/XML/include/Poco/DOM/Event.h index da5acc407..b42198070 100644 --- a/XML/include/Poco/DOM/Event.h +++ b/XML/include/Poco/DOM/Event.h @@ -1,7 +1,7 @@ // // Event.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/Event.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/Event.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/EventDispatcher.h b/XML/include/Poco/DOM/EventDispatcher.h index ebfaa058d..dc0618368 100644 --- a/XML/include/Poco/DOM/EventDispatcher.h +++ b/XML/include/Poco/DOM/EventDispatcher.h @@ -1,7 +1,7 @@ // // EventDispatcher.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/EventDispatcher.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/EventDispatcher.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/EventException.h b/XML/include/Poco/DOM/EventException.h index 4ad7b494e..cc75294e0 100644 --- a/XML/include/Poco/DOM/EventException.h +++ b/XML/include/Poco/DOM/EventException.h @@ -1,7 +1,7 @@ // // EventException.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/EventException.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/EventException.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/EventListener.h b/XML/include/Poco/DOM/EventListener.h index 7df0209e7..6d2c4a0db 100644 --- a/XML/include/Poco/DOM/EventListener.h +++ b/XML/include/Poco/DOM/EventListener.h @@ -1,7 +1,7 @@ // // EventListener.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/EventListener.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/EventListener.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/EventTarget.h b/XML/include/Poco/DOM/EventTarget.h index 4054d513f..07ba749bb 100644 --- a/XML/include/Poco/DOM/EventTarget.h +++ b/XML/include/Poco/DOM/EventTarget.h @@ -1,7 +1,7 @@ // // EventTarget.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/EventTarget.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/EventTarget.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/MutationEvent.h b/XML/include/Poco/DOM/MutationEvent.h index 1320f8ff0..5c0b72287 100644 --- a/XML/include/Poco/DOM/MutationEvent.h +++ b/XML/include/Poco/DOM/MutationEvent.h @@ -1,7 +1,7 @@ // // MutationEvent.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/MutationEvent.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/MutationEvent.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/NamedNodeMap.h b/XML/include/Poco/DOM/NamedNodeMap.h index ea36beff1..303efd570 100644 --- a/XML/include/Poco/DOM/NamedNodeMap.h +++ b/XML/include/Poco/DOM/NamedNodeMap.h @@ -1,7 +1,7 @@ // // NamedNodeMap.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/NamedNodeMap.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/NamedNodeMap.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/Node.h b/XML/include/Poco/DOM/Node.h index 994f8b2f9..13192f974 100644 --- a/XML/include/Poco/DOM/Node.h +++ b/XML/include/Poco/DOM/Node.h @@ -1,7 +1,7 @@ // // Node.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/Node.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/Node.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/NodeAppender.h b/XML/include/Poco/DOM/NodeAppender.h index b4d090763..06720b0d3 100644 --- a/XML/include/Poco/DOM/NodeAppender.h +++ b/XML/include/Poco/DOM/NodeAppender.h @@ -1,7 +1,7 @@ // // NodeAppender.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/NodeAppender.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/NodeAppender.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/NodeFilter.h b/XML/include/Poco/DOM/NodeFilter.h index b6484231a..6065efc8d 100644 --- a/XML/include/Poco/DOM/NodeFilter.h +++ b/XML/include/Poco/DOM/NodeFilter.h @@ -1,7 +1,7 @@ // // NodeFilter.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/NodeFilter.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/NodeFilter.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/NodeIterator.h b/XML/include/Poco/DOM/NodeIterator.h index cf2702a33..6b71a3cfd 100644 --- a/XML/include/Poco/DOM/NodeIterator.h +++ b/XML/include/Poco/DOM/NodeIterator.h @@ -1,7 +1,7 @@ // // NodeIterator.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/NodeIterator.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/NodeIterator.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/NodeList.h b/XML/include/Poco/DOM/NodeList.h index 621e4af9d..45f4e18df 100644 --- a/XML/include/Poco/DOM/NodeList.h +++ b/XML/include/Poco/DOM/NodeList.h @@ -1,7 +1,7 @@ // // NodeList.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/NodeList.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/NodeList.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/Notation.h b/XML/include/Poco/DOM/Notation.h index cacc7112c..08470c246 100644 --- a/XML/include/Poco/DOM/Notation.h +++ b/XML/include/Poco/DOM/Notation.h @@ -1,7 +1,7 @@ // // Notation.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/Notation.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/Notation.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/ProcessingInstruction.h b/XML/include/Poco/DOM/ProcessingInstruction.h index 76e57b5a1..8dfd7ffb2 100644 --- a/XML/include/Poco/DOM/ProcessingInstruction.h +++ b/XML/include/Poco/DOM/ProcessingInstruction.h @@ -1,7 +1,7 @@ // // ProcessingInstruction.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/ProcessingInstruction.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/ProcessingInstruction.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/Text.h b/XML/include/Poco/DOM/Text.h index 4f893e346..dce0504b8 100644 --- a/XML/include/Poco/DOM/Text.h +++ b/XML/include/Poco/DOM/Text.h @@ -1,7 +1,7 @@ // // Text.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/Text.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/Text.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/DOM/TreeWalker.h b/XML/include/Poco/DOM/TreeWalker.h index fc5fa82b3..a79bd9c1b 100644 --- a/XML/include/Poco/DOM/TreeWalker.h +++ b/XML/include/Poco/DOM/TreeWalker.h @@ -1,7 +1,7 @@ // // TreeWalker.h // -// $Id: //poco/1.3/XML/include/Poco/DOM/TreeWalker.h#2 $ +// $Id: //poco/1.4/XML/include/Poco/DOM/TreeWalker.h#1 $ // // Library: XML // Package: DOM diff --git a/XML/include/Poco/SAX/Attributes.h b/XML/include/Poco/SAX/Attributes.h index 046d4b729..cb5ba0e70 100644 --- a/XML/include/Poco/SAX/Attributes.h +++ b/XML/include/Poco/SAX/Attributes.h @@ -1,7 +1,7 @@ // // Attributes.h // -// $Id: //poco/1.3/XML/include/Poco/SAX/Attributes.h#2 $ +// $Id: //poco/1.4/XML/include/Poco/SAX/Attributes.h#1 $ // // Library: XML // Package: SAX diff --git a/XML/include/Poco/SAX/AttributesImpl.h b/XML/include/Poco/SAX/AttributesImpl.h index 90c0d2220..4501b66e1 100644 --- a/XML/include/Poco/SAX/AttributesImpl.h +++ b/XML/include/Poco/SAX/AttributesImpl.h @@ -1,7 +1,7 @@ // // AttributesImpl.h // -// $Id: //poco/1.3/XML/include/Poco/SAX/AttributesImpl.h#3 $ +// $Id: //poco/1.4/XML/include/Poco/SAX/AttributesImpl.h#1 $ // // Library: XML // Package: SAX diff --git a/XML/include/Poco/SAX/ContentHandler.h b/XML/include/Poco/SAX/ContentHandler.h index bd8731a1c..4952593c4 100644 --- a/XML/include/Poco/SAX/ContentHandler.h +++ b/XML/include/Poco/SAX/ContentHandler.h @@ -1,7 +1,7 @@ // // ContentHandler.h // -// $Id: //poco/1.3/XML/include/Poco/SAX/ContentHandler.h#2 $ +// $Id: //poco/1.4/XML/include/Poco/SAX/ContentHandler.h#1 $ // // Library: XML // Package: SAX diff --git a/XML/include/Poco/SAX/DTDHandler.h b/XML/include/Poco/SAX/DTDHandler.h index 962fcdbbf..b56f76ac1 100644 --- a/XML/include/Poco/SAX/DTDHandler.h +++ b/XML/include/Poco/SAX/DTDHandler.h @@ -1,7 +1,7 @@ // // DTDHandler.h // -// $Id: //poco/1.3/XML/include/Poco/SAX/DTDHandler.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/SAX/DTDHandler.h#1 $ // // Library: XML // Package: SAX diff --git a/XML/include/Poco/SAX/DeclHandler.h b/XML/include/Poco/SAX/DeclHandler.h index 9760de8e5..261e84c7d 100644 --- a/XML/include/Poco/SAX/DeclHandler.h +++ b/XML/include/Poco/SAX/DeclHandler.h @@ -1,7 +1,7 @@ // // DeclHandler.h // -// $Id: //poco/1.3/XML/include/Poco/SAX/DeclHandler.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/SAX/DeclHandler.h#1 $ // // Library: XML // Package: SAX diff --git a/XML/include/Poco/SAX/DefaultHandler.h b/XML/include/Poco/SAX/DefaultHandler.h index e73982b1d..d31db6c26 100644 --- a/XML/include/Poco/SAX/DefaultHandler.h +++ b/XML/include/Poco/SAX/DefaultHandler.h @@ -1,7 +1,7 @@ // // DefaultHandler.h // -// $Id: //poco/1.3/XML/include/Poco/SAX/DefaultHandler.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/SAX/DefaultHandler.h#1 $ // // Library: XML // Package: SAX diff --git a/XML/include/Poco/SAX/EntityResolver.h b/XML/include/Poco/SAX/EntityResolver.h index 088f0de29..1457f2d7f 100644 --- a/XML/include/Poco/SAX/EntityResolver.h +++ b/XML/include/Poco/SAX/EntityResolver.h @@ -1,7 +1,7 @@ // // EntityResolver.h // -// $Id: //poco/1.3/XML/include/Poco/SAX/EntityResolver.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/SAX/EntityResolver.h#1 $ // // Library: XML // Package: SAX diff --git a/XML/include/Poco/SAX/EntityResolverImpl.h b/XML/include/Poco/SAX/EntityResolverImpl.h index 2ab4c88e8..8919af6e1 100644 --- a/XML/include/Poco/SAX/EntityResolverImpl.h +++ b/XML/include/Poco/SAX/EntityResolverImpl.h @@ -1,7 +1,7 @@ // // EntityResolverImpl.h // -// $Id: //poco/1.3/XML/include/Poco/SAX/EntityResolverImpl.h#2 $ +// $Id: //poco/1.4/XML/include/Poco/SAX/EntityResolverImpl.h#1 $ // // Library: XML // Package: SAX diff --git a/XML/include/Poco/SAX/ErrorHandler.h b/XML/include/Poco/SAX/ErrorHandler.h index 059625c0b..dc043a88b 100644 --- a/XML/include/Poco/SAX/ErrorHandler.h +++ b/XML/include/Poco/SAX/ErrorHandler.h @@ -1,7 +1,7 @@ // // ErrorHandler.h // -// $Id: //poco/1.3/XML/include/Poco/SAX/ErrorHandler.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/SAX/ErrorHandler.h#1 $ // // Library: XML // Package: SAX diff --git a/XML/include/Poco/SAX/InputSource.h b/XML/include/Poco/SAX/InputSource.h index f9b4b7744..a603066b8 100644 --- a/XML/include/Poco/SAX/InputSource.h +++ b/XML/include/Poco/SAX/InputSource.h @@ -1,7 +1,7 @@ // // InputSource.h // -// $Id: //poco/1.3/XML/include/Poco/SAX/InputSource.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/SAX/InputSource.h#1 $ // // Library: XML // Package: SAX diff --git a/XML/include/Poco/SAX/LexicalHandler.h b/XML/include/Poco/SAX/LexicalHandler.h index 6459c91c9..b0d6639cb 100644 --- a/XML/include/Poco/SAX/LexicalHandler.h +++ b/XML/include/Poco/SAX/LexicalHandler.h @@ -1,7 +1,7 @@ // // LexicalHandler.h // -// $Id: //poco/1.3/XML/include/Poco/SAX/LexicalHandler.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/SAX/LexicalHandler.h#1 $ // // Library: XML // Package: SAX diff --git a/XML/include/Poco/SAX/Locator.h b/XML/include/Poco/SAX/Locator.h index a72e9c3b9..f162a4076 100644 --- a/XML/include/Poco/SAX/Locator.h +++ b/XML/include/Poco/SAX/Locator.h @@ -1,7 +1,7 @@ // // Locator.h // -// $Id: //poco/1.3/XML/include/Poco/SAX/Locator.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/SAX/Locator.h#1 $ // // Library: XML // Package: SAX diff --git a/XML/include/Poco/SAX/LocatorImpl.h b/XML/include/Poco/SAX/LocatorImpl.h index 87b8f2763..08a273403 100644 --- a/XML/include/Poco/SAX/LocatorImpl.h +++ b/XML/include/Poco/SAX/LocatorImpl.h @@ -1,7 +1,7 @@ // // LocatorImpl.h // -// $Id: //poco/1.3/XML/include/Poco/SAX/LocatorImpl.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/SAX/LocatorImpl.h#1 $ // // Library: XML // Package: SAX diff --git a/XML/include/Poco/SAX/NamespaceSupport.h b/XML/include/Poco/SAX/NamespaceSupport.h index 46a040be8..6f883bc32 100644 --- a/XML/include/Poco/SAX/NamespaceSupport.h +++ b/XML/include/Poco/SAX/NamespaceSupport.h @@ -1,7 +1,7 @@ // // NamespaceSupport.h // -// $Id: //poco/1.3/XML/include/Poco/SAX/NamespaceSupport.h#2 $ +// $Id: //poco/1.4/XML/include/Poco/SAX/NamespaceSupport.h#1 $ // // Library: XML // Package: SAX diff --git a/XML/include/Poco/SAX/SAXException.h b/XML/include/Poco/SAX/SAXException.h index 093bf73f8..5070f2f50 100644 --- a/XML/include/Poco/SAX/SAXException.h +++ b/XML/include/Poco/SAX/SAXException.h @@ -1,7 +1,7 @@ // // SAXException.h // -// $Id: //poco/1.3/XML/include/Poco/SAX/SAXException.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/SAX/SAXException.h#1 $ // // Library: XML // Package: SAX diff --git a/XML/include/Poco/SAX/SAXParser.h b/XML/include/Poco/SAX/SAXParser.h index 0f9a05da7..809b4b0b3 100644 --- a/XML/include/Poco/SAX/SAXParser.h +++ b/XML/include/Poco/SAX/SAXParser.h @@ -1,7 +1,7 @@ // // SAXParser.h // -// $Id: //poco/1.3/XML/include/Poco/SAX/SAXParser.h#3 $ +// $Id: //poco/1.4/XML/include/Poco/SAX/SAXParser.h#1 $ // // Library: XML // Package: SAX diff --git a/XML/include/Poco/SAX/WhitespaceFilter.h b/XML/include/Poco/SAX/WhitespaceFilter.h index 3b58bf88b..9a9f08130 100644 --- a/XML/include/Poco/SAX/WhitespaceFilter.h +++ b/XML/include/Poco/SAX/WhitespaceFilter.h @@ -1,7 +1,7 @@ // // WhitespaceFilter.h // -// $Id: //poco/1.3/XML/include/Poco/SAX/WhitespaceFilter.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/SAX/WhitespaceFilter.h#1 $ // // Library: XML // Package: SAX diff --git a/XML/include/Poco/SAX/XMLFilter.h b/XML/include/Poco/SAX/XMLFilter.h index 9a37e88f1..bfcd961e5 100644 --- a/XML/include/Poco/SAX/XMLFilter.h +++ b/XML/include/Poco/SAX/XMLFilter.h @@ -1,7 +1,7 @@ // // XMLFilter.h // -// $Id: //poco/1.3/XML/include/Poco/SAX/XMLFilter.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/SAX/XMLFilter.h#1 $ // // Library: XML // Package: SAX diff --git a/XML/include/Poco/SAX/XMLFilterImpl.h b/XML/include/Poco/SAX/XMLFilterImpl.h index d7886609d..3bf1810c3 100644 --- a/XML/include/Poco/SAX/XMLFilterImpl.h +++ b/XML/include/Poco/SAX/XMLFilterImpl.h @@ -1,7 +1,7 @@ // // XMLFilterImpl.h // -// $Id: //poco/1.3/XML/include/Poco/SAX/XMLFilterImpl.h#2 $ +// $Id: //poco/1.4/XML/include/Poco/SAX/XMLFilterImpl.h#1 $ // // Library: XML // Package: SAX diff --git a/XML/include/Poco/SAX/XMLReader.h b/XML/include/Poco/SAX/XMLReader.h index e598f6cda..794ec7831 100644 --- a/XML/include/Poco/SAX/XMLReader.h +++ b/XML/include/Poco/SAX/XMLReader.h @@ -1,7 +1,7 @@ // // XMLReader.h // -// $Id: //poco/1.3/XML/include/Poco/SAX/XMLReader.h#2 $ +// $Id: //poco/1.4/XML/include/Poco/SAX/XMLReader.h#1 $ // // Library: XML // Package: SAX diff --git a/XML/include/Poco/XML/Name.h b/XML/include/Poco/XML/Name.h index 42ba994d4..4e2a8e58a 100644 --- a/XML/include/Poco/XML/Name.h +++ b/XML/include/Poco/XML/Name.h @@ -1,7 +1,7 @@ // // Name.h // -// $Id: //poco/1.3/XML/include/Poco/XML/Name.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/XML/Name.h#1 $ // // Library: XML // Package: XML diff --git a/XML/include/Poco/XML/NamePool.h b/XML/include/Poco/XML/NamePool.h index 8dc61aec7..f078a968b 100644 --- a/XML/include/Poco/XML/NamePool.h +++ b/XML/include/Poco/XML/NamePool.h @@ -1,7 +1,7 @@ // // NamePool.h // -// $Id: //poco/1.3/XML/include/Poco/XML/NamePool.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/XML/NamePool.h#1 $ // // Library: XML // Package: XML diff --git a/XML/include/Poco/XML/NamespaceStrategy.h b/XML/include/Poco/XML/NamespaceStrategy.h index fcd5facb0..2e6741938 100644 --- a/XML/include/Poco/XML/NamespaceStrategy.h +++ b/XML/include/Poco/XML/NamespaceStrategy.h @@ -1,7 +1,7 @@ // // NamespaceStrategy.h // -// $Id: //poco/1.3/XML/include/Poco/XML/NamespaceStrategy.h#2 $ +// $Id: //poco/1.4/XML/include/Poco/XML/NamespaceStrategy.h#1 $ // // Library: XML // Package: XML diff --git a/XML/include/Poco/XML/ParserEngine.h b/XML/include/Poco/XML/ParserEngine.h index 7f60fe668..03b272ba2 100644 --- a/XML/include/Poco/XML/ParserEngine.h +++ b/XML/include/Poco/XML/ParserEngine.h @@ -1,7 +1,7 @@ // // ParserEngine.h // -// $Id: //poco/1.3/XML/include/Poco/XML/ParserEngine.h#4 $ +// $Id: //poco/1.4/XML/include/Poco/XML/ParserEngine.h#1 $ // // Library: XML // Package: XML diff --git a/XML/include/Poco/XML/XML.h b/XML/include/Poco/XML/XML.h index 50c0dc5be..0da417d50 100644 --- a/XML/include/Poco/XML/XML.h +++ b/XML/include/Poco/XML/XML.h @@ -1,7 +1,7 @@ // // XML.h // -// $Id: //poco/1.3/XML/include/Poco/XML/XML.h#3 $ +// $Id: //poco/1.4/XML/include/Poco/XML/XML.h#1 $ // // Library: XML // Package: XML diff --git a/XML/include/Poco/XML/XMLException.h b/XML/include/Poco/XML/XMLException.h index 94ae32b9f..b4f22980d 100644 --- a/XML/include/Poco/XML/XMLException.h +++ b/XML/include/Poco/XML/XMLException.h @@ -1,7 +1,7 @@ // // XMLException.h // -// $Id: //poco/1.3/XML/include/Poco/XML/XMLException.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/XML/XMLException.h#1 $ // // Library: XML // Package: XML diff --git a/XML/include/Poco/XML/XMLStream.h b/XML/include/Poco/XML/XMLStream.h index 789728787..a413a5583 100644 --- a/XML/include/Poco/XML/XMLStream.h +++ b/XML/include/Poco/XML/XMLStream.h @@ -1,7 +1,7 @@ // // XMLStream.h // -// $Id: //poco/1.3/XML/include/Poco/XML/XMLStream.h#1 $ +// $Id: //poco/1.4/XML/include/Poco/XML/XMLStream.h#1 $ // // Library: XML // Package: XML diff --git a/XML/include/Poco/XML/XMLString.h b/XML/include/Poco/XML/XMLString.h index 9e7927587..87dee79ab 100644 --- a/XML/include/Poco/XML/XMLString.h +++ b/XML/include/Poco/XML/XMLString.h @@ -1,7 +1,7 @@ // // XMLString.h // -// $Id: //poco/1.3/XML/include/Poco/XML/XMLString.h#2 $ +// $Id: //poco/1.4/XML/include/Poco/XML/XMLString.h#1 $ // // Library: XML // Package: XML diff --git a/XML/include/Poco/XML/XMLWriter.h b/XML/include/Poco/XML/XMLWriter.h index 6fa1190bd..acd2d7310 100644 --- a/XML/include/Poco/XML/XMLWriter.h +++ b/XML/include/Poco/XML/XMLWriter.h @@ -1,7 +1,7 @@ // // XMLWriter.h // -// $Id: //poco/1.3/XML/include/Poco/XML/XMLWriter.h#4 $ +// $Id: //poco/1.4/XML/include/Poco/XML/XMLWriter.h#1 $ // // Library: XML // Package: XML diff --git a/XML/samples/DOMParser/DOMParser.vmsbuild b/XML/samples/DOMParser/DOMParser.vmsbuild index f0277bcf2..19acd6bf3 100644 --- a/XML/samples/DOMParser/DOMParser.vmsbuild +++ b/XML/samples/DOMParser/DOMParser.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/XML/samples/DOMParser/DOMParser.vmsbuild#1 $ +# $Id: //poco/1.4/XML/samples/DOMParser/DOMParser.vmsbuild#1 $ # EXE=DOMParser DOMParser diff --git a/XML/samples/DOMParser/Makefile b/XML/samples/DOMParser/Makefile index 6b8b91d70..197b84dbc 100644 --- a/XML/samples/DOMParser/Makefile +++ b/XML/samples/DOMParser/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/XML/samples/DOMParser/Makefile#2 $ +# $Id: //poco/1.4/XML/samples/DOMParser/Makefile#1 $ # # Makefile for Poco DOMParser # diff --git a/XML/samples/DOMParser/src/DOMParser.cpp b/XML/samples/DOMParser/src/DOMParser.cpp index 42ac34571..f815979ad 100644 --- a/XML/samples/DOMParser/src/DOMParser.cpp +++ b/XML/samples/DOMParser/src/DOMParser.cpp @@ -1,7 +1,7 @@ // // DOMParser.cpp // -// $Id: //poco/1.3/XML/samples/DOMParser/src/DOMParser.cpp#2 $ +// $Id: //poco/1.4/XML/samples/DOMParser/src/DOMParser.cpp#1 $ // // This sample demonstrates the DOMParser, AutoPtr and // NodeIterator classes. diff --git a/XML/samples/DOMWriter/DOMWriter.vmsbuild b/XML/samples/DOMWriter/DOMWriter.vmsbuild index 2eade9e1f..ecd548aa3 100644 --- a/XML/samples/DOMWriter/DOMWriter.vmsbuild +++ b/XML/samples/DOMWriter/DOMWriter.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/XML/samples/DOMWriter/DOMWriter.vmsbuild#1 $ +# $Id: //poco/1.4/XML/samples/DOMWriter/DOMWriter.vmsbuild#1 $ # EXE=DOMWriter DOMWriter diff --git a/XML/samples/DOMWriter/Makefile b/XML/samples/DOMWriter/Makefile index 6b734dac0..fb7f91bcf 100644 --- a/XML/samples/DOMWriter/Makefile +++ b/XML/samples/DOMWriter/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/XML/samples/DOMWriter/Makefile#1 $ +# $Id: //poco/1.4/XML/samples/DOMWriter/Makefile#1 $ # # Makefile for Poco DOMWriter # diff --git a/XML/samples/DOMWriter/src/DOMWriter.cpp b/XML/samples/DOMWriter/src/DOMWriter.cpp index afa2ab63c..7d1917cdd 100644 --- a/XML/samples/DOMWriter/src/DOMWriter.cpp +++ b/XML/samples/DOMWriter/src/DOMWriter.cpp @@ -1,7 +1,7 @@ // // DOMWriter.cpp // -// $Id: //poco/1.3/XML/samples/DOMWriter/src/DOMWriter.cpp#1 $ +// $Id: //poco/1.4/XML/samples/DOMWriter/src/DOMWriter.cpp#1 $ // // This sample demonstrates the DOMWriter class and how to // build DOM documents in memory. diff --git a/XML/samples/Makefile b/XML/samples/Makefile index 6cac89805..81214c277 100644 --- a/XML/samples/Makefile +++ b/XML/samples/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/XML/samples/Makefile#1 $ +# $Id: //poco/1.4/XML/samples/Makefile#1 $ # # Makefile for Poco XML Samples # diff --git a/XML/samples/PrettyPrint/Makefile b/XML/samples/PrettyPrint/Makefile index 5953400a0..e1242bda6 100644 --- a/XML/samples/PrettyPrint/Makefile +++ b/XML/samples/PrettyPrint/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/XML/samples/PrettyPrint/Makefile#1 $ +# $Id: //poco/1.4/XML/samples/PrettyPrint/Makefile#1 $ # # Makefile for Poco PrettyPrint # diff --git a/XML/samples/PrettyPrint/PrettyPrint.vmsbuild b/XML/samples/PrettyPrint/PrettyPrint.vmsbuild index c49a884d7..6d6714afe 100644 --- a/XML/samples/PrettyPrint/PrettyPrint.vmsbuild +++ b/XML/samples/PrettyPrint/PrettyPrint.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/XML/samples/PrettyPrint/PrettyPrint.vmsbuild#1 $ +# $Id: //poco/1.4/XML/samples/PrettyPrint/PrettyPrint.vmsbuild#1 $ # EXE=PrettyPrint PrettyPrint diff --git a/XML/samples/PrettyPrint/src/PrettyPrint.cpp b/XML/samples/PrettyPrint/src/PrettyPrint.cpp index fc0bd3789..369e745bf 100644 --- a/XML/samples/PrettyPrint/src/PrettyPrint.cpp +++ b/XML/samples/PrettyPrint/src/PrettyPrint.cpp @@ -1,7 +1,7 @@ // // PrettyPrint.cpp // -// $Id: //poco/1.3/XML/samples/PrettyPrint/src/PrettyPrint.cpp#1 $ +// $Id: //poco/1.4/XML/samples/PrettyPrint/src/PrettyPrint.cpp#1 $ // // This sample demonstrates the SAXParser, WhitespaceFilter, // InputSource and XMLWriter classes. diff --git a/XML/samples/SAXParser/Makefile b/XML/samples/SAXParser/Makefile index 3f22c6a5b..40cd72802 100644 --- a/XML/samples/SAXParser/Makefile +++ b/XML/samples/SAXParser/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/XML/samples/SAXParser/Makefile#1 $ +# $Id: //poco/1.4/XML/samples/SAXParser/Makefile#1 $ # # Makefile for Poco SAXParser # diff --git a/XML/samples/SAXParser/SAXParser.vmsbuild b/XML/samples/SAXParser/SAXParser.vmsbuild index a7ae48fdb..8dee7c3fb 100644 --- a/XML/samples/SAXParser/SAXParser.vmsbuild +++ b/XML/samples/SAXParser/SAXParser.vmsbuild @@ -1,7 +1,7 @@ # # sample.vmsbuild # -# $Id: //poco/1.3/XML/samples/SAXParser/SAXParser.vmsbuild#1 $ +# $Id: //poco/1.4/XML/samples/SAXParser/SAXParser.vmsbuild#1 $ # EXE=SAXParser SAXParser diff --git a/XML/samples/SAXParser/src/SAXParser.cpp b/XML/samples/SAXParser/src/SAXParser.cpp index 89bb3eabb..373acd014 100644 --- a/XML/samples/SAXParser/src/SAXParser.cpp +++ b/XML/samples/SAXParser/src/SAXParser.cpp @@ -1,7 +1,7 @@ // // SAXParser.cpp // -// $Id: //poco/1.3/XML/samples/SAXParser/src/SAXParser.cpp#3 $ +// $Id: //poco/1.4/XML/samples/SAXParser/src/SAXParser.cpp#1 $ // // This sample demonstrates the SAXParser class. // diff --git a/XML/src/AbstractContainerNode.cpp b/XML/src/AbstractContainerNode.cpp index 00960304b..ac5827ff8 100644 --- a/XML/src/AbstractContainerNode.cpp +++ b/XML/src/AbstractContainerNode.cpp @@ -1,7 +1,7 @@ // // AbstractContainerNode.cpp // -// $Id: //poco/1.3/XML/src/AbstractContainerNode.cpp#1 $ +// $Id: //poco/1.4/XML/src/AbstractContainerNode.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/AbstractNode.cpp b/XML/src/AbstractNode.cpp index dde4ae59e..6186a5955 100644 --- a/XML/src/AbstractNode.cpp +++ b/XML/src/AbstractNode.cpp @@ -1,7 +1,7 @@ // // AbstractNode.cpp // -// $Id: //poco/1.3/XML/src/AbstractNode.cpp#1 $ +// $Id: //poco/1.4/XML/src/AbstractNode.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/Attr.cpp b/XML/src/Attr.cpp index bb679aeb3..639b24c64 100644 --- a/XML/src/Attr.cpp +++ b/XML/src/Attr.cpp @@ -1,7 +1,7 @@ // // Attr.cpp // -// $Id: //poco/1.3/XML/src/Attr.cpp#1 $ +// $Id: //poco/1.4/XML/src/Attr.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/AttrMap.cpp b/XML/src/AttrMap.cpp index 0ce4b4848..127b0c2d2 100644 --- a/XML/src/AttrMap.cpp +++ b/XML/src/AttrMap.cpp @@ -1,7 +1,7 @@ // // AttrMap.cpp // -// $Id: //poco/1.3/XML/src/AttrMap.cpp#1 $ +// $Id: //poco/1.4/XML/src/AttrMap.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/Attributes.cpp b/XML/src/Attributes.cpp index f6475d4cb..205a6ebfd 100644 --- a/XML/src/Attributes.cpp +++ b/XML/src/Attributes.cpp @@ -1,7 +1,7 @@ // // Attributes.cpp // -// $Id: //poco/1.3/XML/src/Attributes.cpp#1 $ +// $Id: //poco/1.4/XML/src/Attributes.cpp#1 $ // // Library: XML // Package: SAX diff --git a/XML/src/AttributesImpl.cpp b/XML/src/AttributesImpl.cpp index d681f1d27..bac34554e 100644 --- a/XML/src/AttributesImpl.cpp +++ b/XML/src/AttributesImpl.cpp @@ -1,7 +1,7 @@ // // AttributesImpl.cpp // -// $Id: //poco/1.3/XML/src/AttributesImpl.cpp#4 $ +// $Id: //poco/1.4/XML/src/AttributesImpl.cpp#1 $ // // Library: XML // Package: SAX diff --git a/XML/src/CDATASection.cpp b/XML/src/CDATASection.cpp index 2b307e1de..ef5431ba4 100644 --- a/XML/src/CDATASection.cpp +++ b/XML/src/CDATASection.cpp @@ -1,7 +1,7 @@ // // CDATASection.cpp // -// $Id: //poco/1.3/XML/src/CDATASection.cpp#1 $ +// $Id: //poco/1.4/XML/src/CDATASection.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/CharacterData.cpp b/XML/src/CharacterData.cpp index a8a3f4caa..f4285a33e 100644 --- a/XML/src/CharacterData.cpp +++ b/XML/src/CharacterData.cpp @@ -1,7 +1,7 @@ // // CharacterData.cpp // -// $Id: //poco/1.3/XML/src/CharacterData.cpp#1 $ +// $Id: //poco/1.4/XML/src/CharacterData.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/ChildNodesList.cpp b/XML/src/ChildNodesList.cpp index 44eea4df3..6f7380a85 100644 --- a/XML/src/ChildNodesList.cpp +++ b/XML/src/ChildNodesList.cpp @@ -1,7 +1,7 @@ // // ChildNodesList.cpp // -// $Id: //poco/1.3/XML/src/ChildNodesList.cpp#1 $ +// $Id: //poco/1.4/XML/src/ChildNodesList.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/Comment.cpp b/XML/src/Comment.cpp index 458cf0cbc..eb86ad0a4 100644 --- a/XML/src/Comment.cpp +++ b/XML/src/Comment.cpp @@ -1,7 +1,7 @@ // // Comment.cpp // -// $Id: //poco/1.3/XML/src/Comment.cpp#1 $ +// $Id: //poco/1.4/XML/src/Comment.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/ContentHandler.cpp b/XML/src/ContentHandler.cpp index 979d0ecb7..5046565ca 100644 --- a/XML/src/ContentHandler.cpp +++ b/XML/src/ContentHandler.cpp @@ -1,7 +1,7 @@ // // ContentHandler.cpp // -// $Id: //poco/1.3/XML/src/ContentHandler.cpp#1 $ +// $Id: //poco/1.4/XML/src/ContentHandler.cpp#1 $ // // Library: XML // Package: SAX diff --git a/XML/src/DOMBuilder.cpp b/XML/src/DOMBuilder.cpp index e61ea5529..4fb8c3df9 100644 --- a/XML/src/DOMBuilder.cpp +++ b/XML/src/DOMBuilder.cpp @@ -1,7 +1,7 @@ // // DOMBuilder.cpp // -// $Id: //poco/1.3/XML/src/DOMBuilder.cpp#2 $ +// $Id: //poco/1.4/XML/src/DOMBuilder.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/DOMException.cpp b/XML/src/DOMException.cpp index 09eed4309..fce15640b 100644 --- a/XML/src/DOMException.cpp +++ b/XML/src/DOMException.cpp @@ -1,7 +1,7 @@ // // DOMException.cpp // -// $Id: //poco/1.3/XML/src/DOMException.cpp#1 $ +// $Id: //poco/1.4/XML/src/DOMException.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/DOMImplementation.cpp b/XML/src/DOMImplementation.cpp index 29f6094ba..7f12ece95 100644 --- a/XML/src/DOMImplementation.cpp +++ b/XML/src/DOMImplementation.cpp @@ -1,7 +1,7 @@ // // DOMImplementation.cpp // -// $Id: //poco/1.3/XML/src/DOMImplementation.cpp#3 $ +// $Id: //poco/1.4/XML/src/DOMImplementation.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/DOMObject.cpp b/XML/src/DOMObject.cpp index a3c47c985..9a777a785 100644 --- a/XML/src/DOMObject.cpp +++ b/XML/src/DOMObject.cpp @@ -1,7 +1,7 @@ // // DOMObject.cpp // -// $Id: //poco/1.3/XML/src/DOMObject.cpp#1 $ +// $Id: //poco/1.4/XML/src/DOMObject.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/DOMParser.cpp b/XML/src/DOMParser.cpp index 32112dbcf..1b6ee7705 100644 --- a/XML/src/DOMParser.cpp +++ b/XML/src/DOMParser.cpp @@ -1,7 +1,7 @@ // // DOMParser.cpp // -// $Id: //poco/1.3/XML/src/DOMParser.cpp#4 $ +// $Id: //poco/1.4/XML/src/DOMParser.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/DOMSerializer.cpp b/XML/src/DOMSerializer.cpp index bf53d6645..c62d046f0 100644 --- a/XML/src/DOMSerializer.cpp +++ b/XML/src/DOMSerializer.cpp @@ -1,7 +1,7 @@ // // DOMSerializer.cpp // -// $Id: //poco/1.3/XML/src/DOMSerializer.cpp#2 $ +// $Id: //poco/1.4/XML/src/DOMSerializer.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/DOMWriter.cpp b/XML/src/DOMWriter.cpp index a712aecf7..7b923a45e 100644 --- a/XML/src/DOMWriter.cpp +++ b/XML/src/DOMWriter.cpp @@ -1,7 +1,7 @@ // // DOMWriter.cpp // -// $Id: //poco/1.3/XML/src/DOMWriter.cpp#4 $ +// $Id: //poco/1.4/XML/src/DOMWriter.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/DTDHandler.cpp b/XML/src/DTDHandler.cpp index 9bcb73621..e3bc22e26 100644 --- a/XML/src/DTDHandler.cpp +++ b/XML/src/DTDHandler.cpp @@ -1,7 +1,7 @@ // // DTDHandler.cpp // -// $Id: //poco/1.3/XML/src/DTDHandler.cpp#1 $ +// $Id: //poco/1.4/XML/src/DTDHandler.cpp#1 $ // // Library: XML // Package: SAX diff --git a/XML/src/DTDMap.cpp b/XML/src/DTDMap.cpp index 70d9d208d..3da9accc5 100644 --- a/XML/src/DTDMap.cpp +++ b/XML/src/DTDMap.cpp @@ -1,7 +1,7 @@ // // DTDMap.cpp // -// $Id: //poco/1.3/XML/src/DTDMap.cpp#1 $ +// $Id: //poco/1.4/XML/src/DTDMap.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/DeclHandler.cpp b/XML/src/DeclHandler.cpp index 7fa42d926..6d6214957 100644 --- a/XML/src/DeclHandler.cpp +++ b/XML/src/DeclHandler.cpp @@ -1,7 +1,7 @@ // // DeclHandler.cpp // -// $Id: //poco/1.3/XML/src/DeclHandler.cpp#1 $ +// $Id: //poco/1.4/XML/src/DeclHandler.cpp#1 $ // // Library: XML // Package: SAX diff --git a/XML/src/DefaultHandler.cpp b/XML/src/DefaultHandler.cpp index c66eb3f37..d52b9f0ee 100644 --- a/XML/src/DefaultHandler.cpp +++ b/XML/src/DefaultHandler.cpp @@ -1,7 +1,7 @@ // // DefaultHandler.cpp // -// $Id: //poco/1.3/XML/src/DefaultHandler.cpp#1 $ +// $Id: //poco/1.4/XML/src/DefaultHandler.cpp#1 $ // // Library: XML // Package: SAX diff --git a/XML/src/Document.cpp b/XML/src/Document.cpp index dfa0fd573..628463f2c 100644 --- a/XML/src/Document.cpp +++ b/XML/src/Document.cpp @@ -1,7 +1,7 @@ // // Document.cpp // -// $Id: //poco/1.3/XML/src/Document.cpp#2 $ +// $Id: //poco/1.4/XML/src/Document.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/DocumentEvent.cpp b/XML/src/DocumentEvent.cpp index 1d159c49c..e61e986fe 100644 --- a/XML/src/DocumentEvent.cpp +++ b/XML/src/DocumentEvent.cpp @@ -1,7 +1,7 @@ // // DocumentEvent.cpp // -// $Id: //poco/1.3/XML/src/DocumentEvent.cpp#1 $ +// $Id: //poco/1.4/XML/src/DocumentEvent.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/DocumentFragment.cpp b/XML/src/DocumentFragment.cpp index d969e21ad..480cd182c 100644 --- a/XML/src/DocumentFragment.cpp +++ b/XML/src/DocumentFragment.cpp @@ -1,7 +1,7 @@ // // DocumentFragment.cpp // -// $Id: //poco/1.3/XML/src/DocumentFragment.cpp#1 $ +// $Id: //poco/1.4/XML/src/DocumentFragment.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/DocumentType.cpp b/XML/src/DocumentType.cpp index 7424b46a7..b6ea04816 100644 --- a/XML/src/DocumentType.cpp +++ b/XML/src/DocumentType.cpp @@ -1,7 +1,7 @@ // // DocumentType.cpp // -// $Id: //poco/1.3/XML/src/DocumentType.cpp#1 $ +// $Id: //poco/1.4/XML/src/DocumentType.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/Element.cpp b/XML/src/Element.cpp index 441bd49a8..ee7543beb 100644 --- a/XML/src/Element.cpp +++ b/XML/src/Element.cpp @@ -1,7 +1,7 @@ // // Element.cpp // -// $Id: //poco/1.3/XML/src/Element.cpp#3 $ +// $Id: //poco/1.4/XML/src/Element.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/ElementsByTagNameList.cpp b/XML/src/ElementsByTagNameList.cpp index 81b30969a..b93259089 100644 --- a/XML/src/ElementsByTagNameList.cpp +++ b/XML/src/ElementsByTagNameList.cpp @@ -1,7 +1,7 @@ // // ElementsByTagNameList.cpp // -// $Id: //poco/1.3/XML/src/ElementsByTagNameList.cpp#3 $ +// $Id: //poco/1.4/XML/src/ElementsByTagNameList.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/Entity.cpp b/XML/src/Entity.cpp index fcac858ff..d752a8a4b 100644 --- a/XML/src/Entity.cpp +++ b/XML/src/Entity.cpp @@ -1,7 +1,7 @@ // // Entity.cpp // -// $Id: //poco/1.3/XML/src/Entity.cpp#1 $ +// $Id: //poco/1.4/XML/src/Entity.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/EntityReference.cpp b/XML/src/EntityReference.cpp index 8917dc27b..99daad57f 100644 --- a/XML/src/EntityReference.cpp +++ b/XML/src/EntityReference.cpp @@ -1,7 +1,7 @@ // // EntityReference.cpp // -// $Id: //poco/1.3/XML/src/EntityReference.cpp#1 $ +// $Id: //poco/1.4/XML/src/EntityReference.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/EntityResolver.cpp b/XML/src/EntityResolver.cpp index a630994f4..a31b2f70d 100644 --- a/XML/src/EntityResolver.cpp +++ b/XML/src/EntityResolver.cpp @@ -1,7 +1,7 @@ // // EntityResolver.cpp // -// $Id: //poco/1.3/XML/src/EntityResolver.cpp#1 $ +// $Id: //poco/1.4/XML/src/EntityResolver.cpp#1 $ // // Library: XML // Package: SAX diff --git a/XML/src/EntityResolverImpl.cpp b/XML/src/EntityResolverImpl.cpp index ad424aef0..354a7c496 100644 --- a/XML/src/EntityResolverImpl.cpp +++ b/XML/src/EntityResolverImpl.cpp @@ -1,7 +1,7 @@ // // EntityResolverImpl.cpp // -// $Id: //poco/1.3/XML/src/EntityResolverImpl.cpp#2 $ +// $Id: //poco/1.4/XML/src/EntityResolverImpl.cpp#1 $ // // Library: XML // Package: SAX diff --git a/XML/src/ErrorHandler.cpp b/XML/src/ErrorHandler.cpp index 8b5d96641..0c2b4c891 100644 --- a/XML/src/ErrorHandler.cpp +++ b/XML/src/ErrorHandler.cpp @@ -1,7 +1,7 @@ // // ErrorHandler.cpp // -// $Id: //poco/1.3/XML/src/ErrorHandler.cpp#1 $ +// $Id: //poco/1.4/XML/src/ErrorHandler.cpp#1 $ // // Library: XML // Package: SAX diff --git a/XML/src/Event.cpp b/XML/src/Event.cpp index a36b8c5b0..68769d451 100644 --- a/XML/src/Event.cpp +++ b/XML/src/Event.cpp @@ -1,7 +1,7 @@ // // Event.cpp // -// $Id: //poco/1.3/XML/src/Event.cpp#1 $ +// $Id: //poco/1.4/XML/src/Event.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/EventDispatcher.cpp b/XML/src/EventDispatcher.cpp index 7cdf116e3..8d8ebd2e8 100644 --- a/XML/src/EventDispatcher.cpp +++ b/XML/src/EventDispatcher.cpp @@ -1,7 +1,7 @@ // // EventDispatcher.cpp // -// $Id: //poco/1.3/XML/src/EventDispatcher.cpp#1 $ +// $Id: //poco/1.4/XML/src/EventDispatcher.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/EventException.cpp b/XML/src/EventException.cpp index 1e02fe88b..94bb032e3 100644 --- a/XML/src/EventException.cpp +++ b/XML/src/EventException.cpp @@ -1,7 +1,7 @@ // // EventException.cpp // -// $Id: //poco/1.3/XML/src/EventException.cpp#1 $ +// $Id: //poco/1.4/XML/src/EventException.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/EventListener.cpp b/XML/src/EventListener.cpp index 13e7deb5e..2b6473acc 100644 --- a/XML/src/EventListener.cpp +++ b/XML/src/EventListener.cpp @@ -1,7 +1,7 @@ // // EventListener.cpp // -// $Id: //poco/1.3/XML/src/EventListener.cpp#1 $ +// $Id: //poco/1.4/XML/src/EventListener.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/EventTarget.cpp b/XML/src/EventTarget.cpp index 7011f87fe..4236ae9a0 100644 --- a/XML/src/EventTarget.cpp +++ b/XML/src/EventTarget.cpp @@ -1,7 +1,7 @@ // // EventTarget.cpp // -// $Id: //poco/1.3/XML/src/EventTarget.cpp#1 $ +// $Id: //poco/1.4/XML/src/EventTarget.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/InputSource.cpp b/XML/src/InputSource.cpp index 351187a17..cda055987 100644 --- a/XML/src/InputSource.cpp +++ b/XML/src/InputSource.cpp @@ -1,7 +1,7 @@ // // InputSource.cpp // -// $Id: //poco/1.3/XML/src/InputSource.cpp#1 $ +// $Id: //poco/1.4/XML/src/InputSource.cpp#1 $ // // Library: XML // Package: SAX diff --git a/XML/src/LexicalHandler.cpp b/XML/src/LexicalHandler.cpp index 7b9f63b4c..3116a2637 100644 --- a/XML/src/LexicalHandler.cpp +++ b/XML/src/LexicalHandler.cpp @@ -1,7 +1,7 @@ // // LexicalHandler.cpp // -// $Id: //poco/1.3/XML/src/LexicalHandler.cpp#1 $ +// $Id: //poco/1.4/XML/src/LexicalHandler.cpp#1 $ // // Library: XML // Package: SAX diff --git a/XML/src/Locator.cpp b/XML/src/Locator.cpp index 28a5af3be..e38fc3792 100644 --- a/XML/src/Locator.cpp +++ b/XML/src/Locator.cpp @@ -1,7 +1,7 @@ // // Locator.cpp // -// $Id: //poco/1.3/XML/src/Locator.cpp#1 $ +// $Id: //poco/1.4/XML/src/Locator.cpp#1 $ // // Library: XML // Package: SAX diff --git a/XML/src/LocatorImpl.cpp b/XML/src/LocatorImpl.cpp index 431dec18f..65c5f56c0 100644 --- a/XML/src/LocatorImpl.cpp +++ b/XML/src/LocatorImpl.cpp @@ -1,7 +1,7 @@ // // LocatorImpl.cpp // -// $Id: //poco/1.3/XML/src/LocatorImpl.cpp#1 $ +// $Id: //poco/1.4/XML/src/LocatorImpl.cpp#1 $ // // Library: XML // Package: SAX diff --git a/XML/src/MutationEvent.cpp b/XML/src/MutationEvent.cpp index 675223b54..cf09a9d9b 100644 --- a/XML/src/MutationEvent.cpp +++ b/XML/src/MutationEvent.cpp @@ -1,7 +1,7 @@ // // MutationEvent.cpp // -// $Id: //poco/1.3/XML/src/MutationEvent.cpp#1 $ +// $Id: //poco/1.4/XML/src/MutationEvent.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/Name.cpp b/XML/src/Name.cpp index cc7353f82..0d1527204 100644 --- a/XML/src/Name.cpp +++ b/XML/src/Name.cpp @@ -1,7 +1,7 @@ // // Name.cpp // -// $Id: //poco/1.3/XML/src/Name.cpp#2 $ +// $Id: //poco/1.4/XML/src/Name.cpp#1 $ // // Library: XML // Package: XML diff --git a/XML/src/NamePool.cpp b/XML/src/NamePool.cpp index cb78fb593..00efcd590 100644 --- a/XML/src/NamePool.cpp +++ b/XML/src/NamePool.cpp @@ -1,7 +1,7 @@ // // NamePool.cpp // -// $Id: //poco/1.3/XML/src/NamePool.cpp#1 $ +// $Id: //poco/1.4/XML/src/NamePool.cpp#1 $ // // Library: XML // Package: XML diff --git a/XML/src/NamedNodeMap.cpp b/XML/src/NamedNodeMap.cpp index a16b1700e..60f436d66 100644 --- a/XML/src/NamedNodeMap.cpp +++ b/XML/src/NamedNodeMap.cpp @@ -1,7 +1,7 @@ // // NamedNodeMap.cpp // -// $Id: //poco/1.3/XML/src/NamedNodeMap.cpp#1 $ +// $Id: //poco/1.4/XML/src/NamedNodeMap.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/NamespaceStrategy.cpp b/XML/src/NamespaceStrategy.cpp index 68fc87f18..536498f7c 100644 --- a/XML/src/NamespaceStrategy.cpp +++ b/XML/src/NamespaceStrategy.cpp @@ -1,7 +1,7 @@ // // NamespaceStrategy.cpp // -// $Id: //poco/1.3/XML/src/NamespaceStrategy.cpp#3 $ +// $Id: //poco/1.4/XML/src/NamespaceStrategy.cpp#1 $ // // Library: XML // Package: XML diff --git a/XML/src/NamespaceSupport.cpp b/XML/src/NamespaceSupport.cpp index b62a64d2f..ff09ee04b 100644 --- a/XML/src/NamespaceSupport.cpp +++ b/XML/src/NamespaceSupport.cpp @@ -1,7 +1,7 @@ // // NamespaceSupport.cpp // -// $Id: //poco/1.3/XML/src/NamespaceSupport.cpp#1 $ +// $Id: //poco/1.4/XML/src/NamespaceSupport.cpp#1 $ // // Library: XML // Package: SAX diff --git a/XML/src/Node.cpp b/XML/src/Node.cpp index d1f134551..c629cf356 100644 --- a/XML/src/Node.cpp +++ b/XML/src/Node.cpp @@ -1,7 +1,7 @@ // // Node.cpp // -// $Id: //poco/1.3/XML/src/Node.cpp#1 $ +// $Id: //poco/1.4/XML/src/Node.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/NodeAppender.cpp b/XML/src/NodeAppender.cpp index 8a4daf1a2..a1aa15cbb 100644 --- a/XML/src/NodeAppender.cpp +++ b/XML/src/NodeAppender.cpp @@ -1,7 +1,7 @@ // // NodeAppender.cpp // -// $Id: //poco/1.3/XML/src/NodeAppender.cpp#1 $ +// $Id: //poco/1.4/XML/src/NodeAppender.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/NodeFilter.cpp b/XML/src/NodeFilter.cpp index 0ea210849..2c7795263 100644 --- a/XML/src/NodeFilter.cpp +++ b/XML/src/NodeFilter.cpp @@ -1,7 +1,7 @@ // // NodeFilter.cpp // -// $Id: //poco/1.3/XML/src/NodeFilter.cpp#1 $ +// $Id: //poco/1.4/XML/src/NodeFilter.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/NodeIterator.cpp b/XML/src/NodeIterator.cpp index 0e1ae0751..00d3e3704 100644 --- a/XML/src/NodeIterator.cpp +++ b/XML/src/NodeIterator.cpp @@ -1,7 +1,7 @@ // // NodeIterator.cpp // -// $Id: //poco/1.3/XML/src/NodeIterator.cpp#1 $ +// $Id: //poco/1.4/XML/src/NodeIterator.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/NodeList.cpp b/XML/src/NodeList.cpp index d4ef071fb..b3b20eb22 100644 --- a/XML/src/NodeList.cpp +++ b/XML/src/NodeList.cpp @@ -1,7 +1,7 @@ // // NodeList.cpp // -// $Id: //poco/1.3/XML/src/NodeList.cpp#1 $ +// $Id: //poco/1.4/XML/src/NodeList.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/Notation.cpp b/XML/src/Notation.cpp index 4b08a0558..ed6b6ea5e 100644 --- a/XML/src/Notation.cpp +++ b/XML/src/Notation.cpp @@ -1,7 +1,7 @@ // // Notation.cpp // -// $Id: //poco/1.3/XML/src/Notation.cpp#1 $ +// $Id: //poco/1.4/XML/src/Notation.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/ParserEngine.cpp b/XML/src/ParserEngine.cpp index 2ecebaf04..53480ae5b 100644 --- a/XML/src/ParserEngine.cpp +++ b/XML/src/ParserEngine.cpp @@ -1,7 +1,7 @@ // // ParserEngine.cpp // -// $Id: //poco/1.3/XML/src/ParserEngine.cpp#9 $ +// $Id: //poco/1.4/XML/src/ParserEngine.cpp#1 $ // // Library: XML // Package: XML diff --git a/XML/src/ProcessingInstruction.cpp b/XML/src/ProcessingInstruction.cpp index 0c45e43fb..100af585f 100644 --- a/XML/src/ProcessingInstruction.cpp +++ b/XML/src/ProcessingInstruction.cpp @@ -1,7 +1,7 @@ // // ProcessingInstruction.cpp // -// $Id: //poco/1.3/XML/src/ProcessingInstruction.cpp#1 $ +// $Id: //poco/1.4/XML/src/ProcessingInstruction.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/SAXException.cpp b/XML/src/SAXException.cpp index 9a9821c9c..33d57200e 100644 --- a/XML/src/SAXException.cpp +++ b/XML/src/SAXException.cpp @@ -1,7 +1,7 @@ // // SAXException.cpp // -// $Id: //poco/1.3/XML/src/SAXException.cpp#1 $ +// $Id: //poco/1.4/XML/src/SAXException.cpp#1 $ // // Library: XML // Package: SAX diff --git a/XML/src/SAXParser.cpp b/XML/src/SAXParser.cpp index 1bd1a5a22..3bf453040 100644 --- a/XML/src/SAXParser.cpp +++ b/XML/src/SAXParser.cpp @@ -1,7 +1,7 @@ // // SAXParser.cpp // -// $Id: //poco/1.3/XML/src/SAXParser.cpp#3 $ +// $Id: //poco/1.4/XML/src/SAXParser.cpp#1 $ // // Library: XML // Package: SAX diff --git a/XML/src/Text.cpp b/XML/src/Text.cpp index 615cac221..e94a079a5 100644 --- a/XML/src/Text.cpp +++ b/XML/src/Text.cpp @@ -1,7 +1,7 @@ // // Text.cpp // -// $Id: //poco/1.3/XML/src/Text.cpp#1 $ +// $Id: //poco/1.4/XML/src/Text.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/TreeWalker.cpp b/XML/src/TreeWalker.cpp index a6f432cfc..204da0284 100644 --- a/XML/src/TreeWalker.cpp +++ b/XML/src/TreeWalker.cpp @@ -1,7 +1,7 @@ // // TreeWalker.cpp // -// $Id: //poco/1.3/XML/src/TreeWalker.cpp#1 $ +// $Id: //poco/1.4/XML/src/TreeWalker.cpp#1 $ // // Library: XML // Package: DOM diff --git a/XML/src/WhitespaceFilter.cpp b/XML/src/WhitespaceFilter.cpp index 77c4595a6..b38178456 100644 --- a/XML/src/WhitespaceFilter.cpp +++ b/XML/src/WhitespaceFilter.cpp @@ -1,7 +1,7 @@ // // WhitespaceFilter.cpp // -// $Id: //poco/1.3/XML/src/WhitespaceFilter.cpp#1 $ +// $Id: //poco/1.4/XML/src/WhitespaceFilter.cpp#1 $ // // Library: XML // Package: SAX diff --git a/XML/src/XMLException.cpp b/XML/src/XMLException.cpp index 7629fc340..b31821592 100644 --- a/XML/src/XMLException.cpp +++ b/XML/src/XMLException.cpp @@ -1,7 +1,7 @@ // // XMLException.cpp // -// $Id: //poco/1.3/XML/src/XMLException.cpp#1 $ +// $Id: //poco/1.4/XML/src/XMLException.cpp#1 $ // // Library: XML // Package: XML diff --git a/XML/src/XMLFilter.cpp b/XML/src/XMLFilter.cpp index 762ea4f28..e5eae3479 100644 --- a/XML/src/XMLFilter.cpp +++ b/XML/src/XMLFilter.cpp @@ -1,7 +1,7 @@ // // XMLFilter.cpp // -// $Id: //poco/1.3/XML/src/XMLFilter.cpp#1 $ +// $Id: //poco/1.4/XML/src/XMLFilter.cpp#1 $ // // Library: XML // Package: SAX diff --git a/XML/src/XMLFilterImpl.cpp b/XML/src/XMLFilterImpl.cpp index b38111f26..701028dbe 100644 --- a/XML/src/XMLFilterImpl.cpp +++ b/XML/src/XMLFilterImpl.cpp @@ -1,7 +1,7 @@ // // XMLFilterImpl.cpp // -// $Id: //poco/1.3/XML/src/XMLFilterImpl.cpp#2 $ +// $Id: //poco/1.4/XML/src/XMLFilterImpl.cpp#1 $ // // Library: XML // Package: SAX diff --git a/XML/src/XMLReader.cpp b/XML/src/XMLReader.cpp index c70a72ef5..d6fa1ddb8 100644 --- a/XML/src/XMLReader.cpp +++ b/XML/src/XMLReader.cpp @@ -1,7 +1,7 @@ // // XMLReader.cpp // -// $Id: //poco/1.3/XML/src/XMLReader.cpp#1 $ +// $Id: //poco/1.4/XML/src/XMLReader.cpp#1 $ // // Library: XML // Package: SAX diff --git a/XML/src/XMLString.cpp b/XML/src/XMLString.cpp index 1ede83fe8..34bba630c 100644 --- a/XML/src/XMLString.cpp +++ b/XML/src/XMLString.cpp @@ -1,7 +1,7 @@ // // XMLString.cpp // -// $Id: //poco/1.3/XML/src/XMLString.cpp#1 $ +// $Id: //poco/1.4/XML/src/XMLString.cpp#1 $ // // Library: XML // Package: XML diff --git a/XML/src/XMLWriter.cpp b/XML/src/XMLWriter.cpp index a345e89b6..e2fef2195 100644 --- a/XML/src/XMLWriter.cpp +++ b/XML/src/XMLWriter.cpp @@ -1,7 +1,7 @@ // // XMLWriter.cpp // -// $Id: //poco/1.3/XML/src/XMLWriter.cpp#7 $ +// $Id: //poco/1.4/XML/src/XMLWriter.cpp#1 $ // // Library: XML // Package: XML diff --git a/XML/src/expat_config.h b/XML/src/expat_config.h index c649e91fb..08d1ab22f 100644 --- a/XML/src/expat_config.h +++ b/XML/src/expat_config.h @@ -1,7 +1,7 @@ // // expat_config.h // -// $Id: //poco/1.3/XML/src/expat_config.h#1 $ +// $Id: //poco/1.4/XML/src/expat_config.h#1 $ // // Poco XML specific configuration for expat. // diff --git a/XML/testsuite/Makefile b/XML/testsuite/Makefile index 59ec1ed83..875c85cf2 100644 --- a/XML/testsuite/Makefile +++ b/XML/testsuite/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/XML/testsuite/Makefile#2 $ +# $Id: //poco/1.4/XML/testsuite/Makefile#1 $ # # Makefile for Poco XML testsuite # diff --git a/XML/testsuite/TestSuite.vmsbuild b/XML/testsuite/TestSuite.vmsbuild index cceda5068..09bbd1e6c 100644 --- a/XML/testsuite/TestSuite.vmsbuild +++ b/XML/testsuite/TestSuite.vmsbuild @@ -1,7 +1,7 @@ # # TestSuite.vmsbuild # -# $Id: //poco/1.3/XML/testsuite/TestSuite.vmsbuild#1 $ +# $Id: //poco/1.4/XML/testsuite/TestSuite.vmsbuild#1 $ # EXE=TestRunner AttributesImplTest diff --git a/XML/testsuite/src/AttributesImplTest.cpp b/XML/testsuite/src/AttributesImplTest.cpp index 44636d777..92b4ecf54 100644 --- a/XML/testsuite/src/AttributesImplTest.cpp +++ b/XML/testsuite/src/AttributesImplTest.cpp @@ -1,7 +1,7 @@ // // AttributesImplTest.cpp // -// $Id: //poco/1.3/XML/testsuite/src/AttributesImplTest.cpp#1 $ +// $Id: //poco/1.4/XML/testsuite/src/AttributesImplTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/XML/testsuite/src/AttributesImplTest.h b/XML/testsuite/src/AttributesImplTest.h index 056b2e115..7b1bd08b6 100644 --- a/XML/testsuite/src/AttributesImplTest.h +++ b/XML/testsuite/src/AttributesImplTest.h @@ -1,7 +1,7 @@ // // AttributesImplTest.h // -// $Id: //poco/1.3/XML/testsuite/src/AttributesImplTest.h#1 $ +// $Id: //poco/1.4/XML/testsuite/src/AttributesImplTest.h#1 $ // // Definition of the AttributesImplTest class. // diff --git a/XML/testsuite/src/ChildNodesTest.cpp b/XML/testsuite/src/ChildNodesTest.cpp index 0fcb8ec16..935e738e5 100644 --- a/XML/testsuite/src/ChildNodesTest.cpp +++ b/XML/testsuite/src/ChildNodesTest.cpp @@ -1,7 +1,7 @@ // // ChildNodesTest.cpp // -// $Id: //poco/1.3/XML/testsuite/src/ChildNodesTest.cpp#1 $ +// $Id: //poco/1.4/XML/testsuite/src/ChildNodesTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/XML/testsuite/src/ChildNodesTest.h b/XML/testsuite/src/ChildNodesTest.h index b183f2839..c5ba8ca3a 100644 --- a/XML/testsuite/src/ChildNodesTest.h +++ b/XML/testsuite/src/ChildNodesTest.h @@ -1,7 +1,7 @@ // // ChildNodesTest.h // -// $Id: //poco/1.3/XML/testsuite/src/ChildNodesTest.h#1 $ +// $Id: //poco/1.4/XML/testsuite/src/ChildNodesTest.h#1 $ // // Definition of the ChildNodesTest class. // diff --git a/XML/testsuite/src/DOMTestSuite.cpp b/XML/testsuite/src/DOMTestSuite.cpp index 0b4144201..b5b0305c6 100644 --- a/XML/testsuite/src/DOMTestSuite.cpp +++ b/XML/testsuite/src/DOMTestSuite.cpp @@ -1,7 +1,7 @@ // // DOMTestSuite.cpp // -// $Id: //poco/1.3/XML/testsuite/src/DOMTestSuite.cpp#2 $ +// $Id: //poco/1.4/XML/testsuite/src/DOMTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/XML/testsuite/src/DOMTestSuite.h b/XML/testsuite/src/DOMTestSuite.h index c87bd26fc..b997155fc 100644 --- a/XML/testsuite/src/DOMTestSuite.h +++ b/XML/testsuite/src/DOMTestSuite.h @@ -1,7 +1,7 @@ // // DOMTestSuite.h // -// $Id: //poco/1.3/XML/testsuite/src/DOMTestSuite.h#1 $ +// $Id: //poco/1.4/XML/testsuite/src/DOMTestSuite.h#1 $ // // Definition of the DOMTestSuite class. // diff --git a/XML/testsuite/src/DocumentTest.cpp b/XML/testsuite/src/DocumentTest.cpp index 7e026e34c..84bfb537d 100644 --- a/XML/testsuite/src/DocumentTest.cpp +++ b/XML/testsuite/src/DocumentTest.cpp @@ -1,7 +1,7 @@ // // DocumentTest.cpp // -// $Id: //poco/1.3/XML/testsuite/src/DocumentTest.cpp#1 $ +// $Id: //poco/1.4/XML/testsuite/src/DocumentTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/XML/testsuite/src/DocumentTest.h b/XML/testsuite/src/DocumentTest.h index 9a3d35fe4..33b44f131 100644 --- a/XML/testsuite/src/DocumentTest.h +++ b/XML/testsuite/src/DocumentTest.h @@ -1,7 +1,7 @@ // // DocumentTest.h // -// $Id: //poco/1.3/XML/testsuite/src/DocumentTest.h#1 $ +// $Id: //poco/1.4/XML/testsuite/src/DocumentTest.h#1 $ // // Definition of the DocumentTest class. // diff --git a/XML/testsuite/src/DocumentTypeTest.cpp b/XML/testsuite/src/DocumentTypeTest.cpp index 473afb817..92e82ce09 100644 --- a/XML/testsuite/src/DocumentTypeTest.cpp +++ b/XML/testsuite/src/DocumentTypeTest.cpp @@ -1,7 +1,7 @@ // // DocumentTypeTest.cpp // -// $Id: //poco/1.3/XML/testsuite/src/DocumentTypeTest.cpp#1 $ +// $Id: //poco/1.4/XML/testsuite/src/DocumentTypeTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/XML/testsuite/src/DocumentTypeTest.h b/XML/testsuite/src/DocumentTypeTest.h index 198846d28..df9b26f1f 100644 --- a/XML/testsuite/src/DocumentTypeTest.h +++ b/XML/testsuite/src/DocumentTypeTest.h @@ -1,7 +1,7 @@ // // DocumentTypeTest.h // -// $Id: //poco/1.3/XML/testsuite/src/DocumentTypeTest.h#1 $ +// $Id: //poco/1.4/XML/testsuite/src/DocumentTypeTest.h#1 $ // // Definition of the DocumentTypeTest class. // diff --git a/XML/testsuite/src/Driver.cpp b/XML/testsuite/src/Driver.cpp index a59dbda5a..87355922b 100644 --- a/XML/testsuite/src/Driver.cpp +++ b/XML/testsuite/src/Driver.cpp @@ -1,7 +1,7 @@ // // Driver.cpp // -// $Id: //poco/1.3/XML/testsuite/src/Driver.cpp#1 $ +// $Id: //poco/1.4/XML/testsuite/src/Driver.cpp#1 $ // // Console-based test driver for Poco XML. // diff --git a/XML/testsuite/src/ElementTest.cpp b/XML/testsuite/src/ElementTest.cpp index e34534330..a4b2a8cac 100644 --- a/XML/testsuite/src/ElementTest.cpp +++ b/XML/testsuite/src/ElementTest.cpp @@ -1,7 +1,7 @@ // // ElementTest.cpp // -// $Id: //poco/1.3/XML/testsuite/src/ElementTest.cpp#2 $ +// $Id: //poco/1.4/XML/testsuite/src/ElementTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/XML/testsuite/src/ElementTest.h b/XML/testsuite/src/ElementTest.h index 0b432bac6..7a708a3a9 100644 --- a/XML/testsuite/src/ElementTest.h +++ b/XML/testsuite/src/ElementTest.h @@ -1,7 +1,7 @@ // // ElementTest.h // -// $Id: //poco/1.3/XML/testsuite/src/ElementTest.h#2 $ +// $Id: //poco/1.4/XML/testsuite/src/ElementTest.h#1 $ // // Definition of the ElementTest class. // diff --git a/XML/testsuite/src/EventTest.cpp b/XML/testsuite/src/EventTest.cpp index d54e8e19d..ab8b769b4 100644 --- a/XML/testsuite/src/EventTest.cpp +++ b/XML/testsuite/src/EventTest.cpp @@ -1,7 +1,7 @@ // // EventTest.cpp // -// $Id: //poco/1.3/XML/testsuite/src/EventTest.cpp#1 $ +// $Id: //poco/1.4/XML/testsuite/src/EventTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/XML/testsuite/src/EventTest.h b/XML/testsuite/src/EventTest.h index cf751990d..d0ca1ac77 100644 --- a/XML/testsuite/src/EventTest.h +++ b/XML/testsuite/src/EventTest.h @@ -1,7 +1,7 @@ // // EventTest.h // -// $Id: //poco/1.3/XML/testsuite/src/EventTest.h#1 $ +// $Id: //poco/1.4/XML/testsuite/src/EventTest.h#1 $ // // Definition of the EventTest class. // diff --git a/XML/testsuite/src/NamePoolTest.cpp b/XML/testsuite/src/NamePoolTest.cpp index 032dafab2..0d432598b 100644 --- a/XML/testsuite/src/NamePoolTest.cpp +++ b/XML/testsuite/src/NamePoolTest.cpp @@ -1,7 +1,7 @@ // // NamePoolTest.cpp // -// $Id: //poco/1.3/XML/testsuite/src/NamePoolTest.cpp#1 $ +// $Id: //poco/1.4/XML/testsuite/src/NamePoolTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/XML/testsuite/src/NamePoolTest.h b/XML/testsuite/src/NamePoolTest.h index 7b342dcf0..2378a35cd 100644 --- a/XML/testsuite/src/NamePoolTest.h +++ b/XML/testsuite/src/NamePoolTest.h @@ -1,7 +1,7 @@ // // NamePoolTest.h // -// $Id: //poco/1.3/XML/testsuite/src/NamePoolTest.h#1 $ +// $Id: //poco/1.4/XML/testsuite/src/NamePoolTest.h#1 $ // // Definition of the NamePoolTest class. // diff --git a/XML/testsuite/src/NameTest.cpp b/XML/testsuite/src/NameTest.cpp index 60ef072ad..cd8aae7ba 100644 --- a/XML/testsuite/src/NameTest.cpp +++ b/XML/testsuite/src/NameTest.cpp @@ -1,7 +1,7 @@ // // NameTest.cpp // -// $Id: //poco/1.3/XML/testsuite/src/NameTest.cpp#1 $ +// $Id: //poco/1.4/XML/testsuite/src/NameTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/XML/testsuite/src/NameTest.h b/XML/testsuite/src/NameTest.h index 81a0b3829..a5390a904 100644 --- a/XML/testsuite/src/NameTest.h +++ b/XML/testsuite/src/NameTest.h @@ -1,7 +1,7 @@ // // NameTest.h // -// $Id: //poco/1.3/XML/testsuite/src/NameTest.h#1 $ +// $Id: //poco/1.4/XML/testsuite/src/NameTest.h#1 $ // // Definition of the NameTest class. // diff --git a/XML/testsuite/src/NamespaceSupportTest.cpp b/XML/testsuite/src/NamespaceSupportTest.cpp index 8d4531bde..ba871bb96 100644 --- a/XML/testsuite/src/NamespaceSupportTest.cpp +++ b/XML/testsuite/src/NamespaceSupportTest.cpp @@ -1,7 +1,7 @@ // // NamespaceSupportTest.cpp // -// $Id: //poco/1.3/XML/testsuite/src/NamespaceSupportTest.cpp#1 $ +// $Id: //poco/1.4/XML/testsuite/src/NamespaceSupportTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/XML/testsuite/src/NamespaceSupportTest.h b/XML/testsuite/src/NamespaceSupportTest.h index 12038761b..85ffe9a04 100644 --- a/XML/testsuite/src/NamespaceSupportTest.h +++ b/XML/testsuite/src/NamespaceSupportTest.h @@ -1,7 +1,7 @@ // // NamespaceSupportTest.h // -// $Id: //poco/1.3/XML/testsuite/src/NamespaceSupportTest.h#1 $ +// $Id: //poco/1.4/XML/testsuite/src/NamespaceSupportTest.h#1 $ // // Definition of the NamespaceSupportTest class. // diff --git a/XML/testsuite/src/NodeAppenderTest.cpp b/XML/testsuite/src/NodeAppenderTest.cpp index 3f31c4334..30f7610f7 100644 --- a/XML/testsuite/src/NodeAppenderTest.cpp +++ b/XML/testsuite/src/NodeAppenderTest.cpp @@ -1,7 +1,7 @@ // // NodeAppenderTest.cpp // -// $Id: //poco/1.3/XML/testsuite/src/NodeAppenderTest.cpp#1 $ +// $Id: //poco/1.4/XML/testsuite/src/NodeAppenderTest.cpp#1 $ // // Copyright (c) 2007, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/XML/testsuite/src/NodeAppenderTest.h b/XML/testsuite/src/NodeAppenderTest.h index 41747e016..06569e9ab 100644 --- a/XML/testsuite/src/NodeAppenderTest.h +++ b/XML/testsuite/src/NodeAppenderTest.h @@ -1,7 +1,7 @@ // // NodeAppenderTest.h // -// $Id: //poco/1.3/XML/testsuite/src/NodeAppenderTest.h#1 $ +// $Id: //poco/1.4/XML/testsuite/src/NodeAppenderTest.h#1 $ // // Definition of the NodeAppenderTest class. // diff --git a/XML/testsuite/src/NodeIteratorTest.cpp b/XML/testsuite/src/NodeIteratorTest.cpp index 7ff80154b..6cdf3efcb 100644 --- a/XML/testsuite/src/NodeIteratorTest.cpp +++ b/XML/testsuite/src/NodeIteratorTest.cpp @@ -1,7 +1,7 @@ // // NodeIteratorTest.cpp // -// $Id: //poco/1.3/XML/testsuite/src/NodeIteratorTest.cpp#1 $ +// $Id: //poco/1.4/XML/testsuite/src/NodeIteratorTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/XML/testsuite/src/NodeIteratorTest.h b/XML/testsuite/src/NodeIteratorTest.h index 056bb4dd8..6845ad7c6 100644 --- a/XML/testsuite/src/NodeIteratorTest.h +++ b/XML/testsuite/src/NodeIteratorTest.h @@ -1,7 +1,7 @@ // // NodeIteratorTest.h // -// $Id: //poco/1.3/XML/testsuite/src/NodeIteratorTest.h#1 $ +// $Id: //poco/1.4/XML/testsuite/src/NodeIteratorTest.h#1 $ // // Definition of the NodeIteratorTest class. // diff --git a/XML/testsuite/src/NodeTest.cpp b/XML/testsuite/src/NodeTest.cpp index 29bef4454..a7e147681 100644 --- a/XML/testsuite/src/NodeTest.cpp +++ b/XML/testsuite/src/NodeTest.cpp @@ -1,7 +1,7 @@ // // NodeTest.cpp // -// $Id: //poco/1.3/XML/testsuite/src/NodeTest.cpp#1 $ +// $Id: //poco/1.4/XML/testsuite/src/NodeTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/XML/testsuite/src/NodeTest.h b/XML/testsuite/src/NodeTest.h index f0d6f8bf9..4cb27529a 100644 --- a/XML/testsuite/src/NodeTest.h +++ b/XML/testsuite/src/NodeTest.h @@ -1,7 +1,7 @@ // // NodeTest.h // -// $Id: //poco/1.3/XML/testsuite/src/NodeTest.h#1 $ +// $Id: //poco/1.4/XML/testsuite/src/NodeTest.h#1 $ // // Definition of the NodeTest class. // diff --git a/XML/testsuite/src/ParserWriterTest.cpp b/XML/testsuite/src/ParserWriterTest.cpp index c9e937fbb..7ae54a137 100644 --- a/XML/testsuite/src/ParserWriterTest.cpp +++ b/XML/testsuite/src/ParserWriterTest.cpp @@ -1,7 +1,7 @@ // // ParserWriterTest.cpp // -// $Id: //poco/1.3/XML/testsuite/src/ParserWriterTest.cpp#4 $ +// $Id: //poco/1.4/XML/testsuite/src/ParserWriterTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/XML/testsuite/src/ParserWriterTest.h b/XML/testsuite/src/ParserWriterTest.h index fca4ce182..e788434e2 100644 --- a/XML/testsuite/src/ParserWriterTest.h +++ b/XML/testsuite/src/ParserWriterTest.h @@ -1,7 +1,7 @@ // // ParserWriterTest.h // -// $Id: //poco/1.3/XML/testsuite/src/ParserWriterTest.h#3 $ +// $Id: //poco/1.4/XML/testsuite/src/ParserWriterTest.h#1 $ // // Definition of the ParserWriterTest class. // diff --git a/XML/testsuite/src/SAXParserTest.cpp b/XML/testsuite/src/SAXParserTest.cpp index 95111c92c..06e43b462 100644 --- a/XML/testsuite/src/SAXParserTest.cpp +++ b/XML/testsuite/src/SAXParserTest.cpp @@ -1,7 +1,7 @@ // // SAXParserTest.cpp // -// $Id: //poco/1.3/XML/testsuite/src/SAXParserTest.cpp#4 $ +// $Id: //poco/1.4/XML/testsuite/src/SAXParserTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/XML/testsuite/src/SAXParserTest.h b/XML/testsuite/src/SAXParserTest.h index 92f3f9edd..8668caba5 100644 --- a/XML/testsuite/src/SAXParserTest.h +++ b/XML/testsuite/src/SAXParserTest.h @@ -1,7 +1,7 @@ // // SAXParserTest.h // -// $Id: //poco/1.3/XML/testsuite/src/SAXParserTest.h#3 $ +// $Id: //poco/1.4/XML/testsuite/src/SAXParserTest.h#1 $ // // Definition of the SAXParserTest class. // diff --git a/XML/testsuite/src/SAXTestSuite.cpp b/XML/testsuite/src/SAXTestSuite.cpp index 76edc5526..204c61322 100644 --- a/XML/testsuite/src/SAXTestSuite.cpp +++ b/XML/testsuite/src/SAXTestSuite.cpp @@ -1,7 +1,7 @@ // // SAXTestSuite.cpp // -// $Id: //poco/1.3/XML/testsuite/src/SAXTestSuite.cpp#1 $ +// $Id: //poco/1.4/XML/testsuite/src/SAXTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/XML/testsuite/src/SAXTestSuite.h b/XML/testsuite/src/SAXTestSuite.h index d228a37a6..512f2ad81 100644 --- a/XML/testsuite/src/SAXTestSuite.h +++ b/XML/testsuite/src/SAXTestSuite.h @@ -1,7 +1,7 @@ // // SAXTestSuite.h // -// $Id: //poco/1.3/XML/testsuite/src/SAXTestSuite.h#1 $ +// $Id: //poco/1.4/XML/testsuite/src/SAXTestSuite.h#1 $ // // Definition of the SAXTestSuite class. // diff --git a/XML/testsuite/src/TextTest.cpp b/XML/testsuite/src/TextTest.cpp index eb950aafc..d0fcedf02 100644 --- a/XML/testsuite/src/TextTest.cpp +++ b/XML/testsuite/src/TextTest.cpp @@ -1,7 +1,7 @@ // // TextTest.cpp // -// $Id: //poco/1.3/XML/testsuite/src/TextTest.cpp#1 $ +// $Id: //poco/1.4/XML/testsuite/src/TextTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/XML/testsuite/src/TextTest.h b/XML/testsuite/src/TextTest.h index c9e20f270..56e115e58 100644 --- a/XML/testsuite/src/TextTest.h +++ b/XML/testsuite/src/TextTest.h @@ -1,7 +1,7 @@ // // TextTest.h // -// $Id: //poco/1.3/XML/testsuite/src/TextTest.h#1 $ +// $Id: //poco/1.4/XML/testsuite/src/TextTest.h#1 $ // // Definition of the TextTest class. // diff --git a/XML/testsuite/src/TreeWalkerTest.cpp b/XML/testsuite/src/TreeWalkerTest.cpp index 5e2053596..206df70f6 100644 --- a/XML/testsuite/src/TreeWalkerTest.cpp +++ b/XML/testsuite/src/TreeWalkerTest.cpp @@ -1,7 +1,7 @@ // // TreeWalkerTest.cpp // -// $Id: //poco/1.3/XML/testsuite/src/TreeWalkerTest.cpp#1 $ +// $Id: //poco/1.4/XML/testsuite/src/TreeWalkerTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/XML/testsuite/src/TreeWalkerTest.h b/XML/testsuite/src/TreeWalkerTest.h index 13b48015f..5b3794d4b 100644 --- a/XML/testsuite/src/TreeWalkerTest.h +++ b/XML/testsuite/src/TreeWalkerTest.h @@ -1,7 +1,7 @@ // // TreeWalkerTest.h // -// $Id: //poco/1.3/XML/testsuite/src/TreeWalkerTest.h#1 $ +// $Id: //poco/1.4/XML/testsuite/src/TreeWalkerTest.h#1 $ // // Definition of the TreeWalkerTest class. // diff --git a/XML/testsuite/src/WinCEDriver.cpp b/XML/testsuite/src/WinCEDriver.cpp index df9f80c36..63ce12185 100644 --- a/XML/testsuite/src/WinCEDriver.cpp +++ b/XML/testsuite/src/WinCEDriver.cpp @@ -1,7 +1,7 @@ // // WinCEDriver.cpp // -// $Id: //poco/1.3/XML/testsuite/src/WinCEDriver.cpp#1 $ +// $Id: //poco/1.4/XML/testsuite/src/WinCEDriver.cpp#1 $ // // Console-based test driver for Windows CE. // diff --git a/XML/testsuite/src/WinDriver.cpp b/XML/testsuite/src/WinDriver.cpp index b9a9dd036..2cffce01f 100644 --- a/XML/testsuite/src/WinDriver.cpp +++ b/XML/testsuite/src/WinDriver.cpp @@ -1,7 +1,7 @@ // // WinDriver.cpp // -// $Id: //poco/1.3/XML/testsuite/src/WinDriver.cpp#1 $ +// $Id: //poco/1.4/XML/testsuite/src/WinDriver.cpp#1 $ // // Windows test driver for Poco XML. // diff --git a/XML/testsuite/src/XMLTestSuite.cpp b/XML/testsuite/src/XMLTestSuite.cpp index 859575a41..764c9e8ed 100644 --- a/XML/testsuite/src/XMLTestSuite.cpp +++ b/XML/testsuite/src/XMLTestSuite.cpp @@ -1,7 +1,7 @@ // // XMLTestSuite.cpp // -// $Id: //poco/1.3/XML/testsuite/src/XMLTestSuite.cpp#1 $ +// $Id: //poco/1.4/XML/testsuite/src/XMLTestSuite.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/XML/testsuite/src/XMLTestSuite.h b/XML/testsuite/src/XMLTestSuite.h index b22bf656d..ffeab412f 100644 --- a/XML/testsuite/src/XMLTestSuite.h +++ b/XML/testsuite/src/XMLTestSuite.h @@ -1,7 +1,7 @@ // // XMLTestSuite.h // -// $Id: //poco/1.3/XML/testsuite/src/XMLTestSuite.h#1 $ +// $Id: //poco/1.4/XML/testsuite/src/XMLTestSuite.h#1 $ // // Definition of the XMLTestSuite class. // diff --git a/XML/testsuite/src/XMLWriterTest.cpp b/XML/testsuite/src/XMLWriterTest.cpp index 378302103..9592a2065 100644 --- a/XML/testsuite/src/XMLWriterTest.cpp +++ b/XML/testsuite/src/XMLWriterTest.cpp @@ -1,7 +1,7 @@ // // XMLWriterTest.cpp // -// $Id: //poco/1.3/XML/testsuite/src/XMLWriterTest.cpp#5 $ +// $Id: //poco/1.4/XML/testsuite/src/XMLWriterTest.cpp#1 $ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/XML/testsuite/src/XMLWriterTest.h b/XML/testsuite/src/XMLWriterTest.h index 0f7c256d7..22e89b888 100644 --- a/XML/testsuite/src/XMLWriterTest.h +++ b/XML/testsuite/src/XMLWriterTest.h @@ -1,7 +1,7 @@ // // XMLWriterTest.h // -// $Id: //poco/1.3/XML/testsuite/src/XMLWriterTest.h#5 $ +// $Id: //poco/1.4/XML/testsuite/src/XMLWriterTest.h#1 $ // // Definition of the XMLWriterTest class. // diff --git a/Zip/Makefile b/Zip/Makefile index 15c306fcb..ca41278fd 100644 --- a/Zip/Makefile +++ b/Zip/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Zip/Makefile#2 $ +# $Id: //poco/1.4/Zip/Makefile#1 $ # # Makefile for Poco Zip # diff --git a/Zip/Zip.vmsbuild b/Zip/Zip.vmsbuild index ea37adebb..d4f79937e 100644 --- a/Zip/Zip.vmsbuild +++ b/Zip/Zip.vmsbuild @@ -1,7 +1,7 @@ # # Zip.vmsbuild # -# $Id: //poco/1.3/Zip/Zip.vmsbuild#1 $ +# $Id: //poco/1.4/Zip/Zip.vmsbuild#1 $ # LIB=PocoZip Decompress diff --git a/Zip/include/Poco/Zip/Add.h b/Zip/include/Poco/Zip/Add.h index 42e984c5e..1546e6202 100644 --- a/Zip/include/Poco/Zip/Add.h +++ b/Zip/include/Poco/Zip/Add.h @@ -1,7 +1,7 @@ // // Add.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/Add.h#1 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/Add.h#1 $ // // Library: Zip // Package: Manipulation diff --git a/Zip/include/Poco/Zip/AutoDetectStream.h b/Zip/include/Poco/Zip/AutoDetectStream.h index 2208ff1a1..cec13add4 100644 --- a/Zip/include/Poco/Zip/AutoDetectStream.h +++ b/Zip/include/Poco/Zip/AutoDetectStream.h @@ -1,7 +1,7 @@ // // AutoDetectStream.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/AutoDetectStream.h#4 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/AutoDetectStream.h#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/include/Poco/Zip/Compress.h b/Zip/include/Poco/Zip/Compress.h index c6cb070fd..be4805a29 100644 --- a/Zip/include/Poco/Zip/Compress.h +++ b/Zip/include/Poco/Zip/Compress.h @@ -1,7 +1,7 @@ // // Compress.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/Compress.h#7 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/Compress.h#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/include/Poco/Zip/Decompress.h b/Zip/include/Poco/Zip/Decompress.h index 4c2c58924..e75f8e241 100644 --- a/Zip/include/Poco/Zip/Decompress.h +++ b/Zip/include/Poco/Zip/Decompress.h @@ -1,7 +1,7 @@ // // Decompress.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/Decompress.h#4 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/Decompress.h#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/include/Poco/Zip/Delete.h b/Zip/include/Poco/Zip/Delete.h index 74af4ace8..de2f231da 100644 --- a/Zip/include/Poco/Zip/Delete.h +++ b/Zip/include/Poco/Zip/Delete.h @@ -1,7 +1,7 @@ // // Delete.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/Delete.h#1 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/Delete.h#1 $ // // Library: Zip // Package: Manipulation diff --git a/Zip/include/Poco/Zip/Keep.h b/Zip/include/Poco/Zip/Keep.h index 7d91ede51..e22513838 100644 --- a/Zip/include/Poco/Zip/Keep.h +++ b/Zip/include/Poco/Zip/Keep.h @@ -1,7 +1,7 @@ // // Keep.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/Keep.h#1 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/Keep.h#1 $ // // Library: Zip // Package: Manipulation diff --git a/Zip/include/Poco/Zip/ParseCallback.h b/Zip/include/Poco/Zip/ParseCallback.h index fd166299f..401967442 100644 --- a/Zip/include/Poco/Zip/ParseCallback.h +++ b/Zip/include/Poco/Zip/ParseCallback.h @@ -1,7 +1,7 @@ // // ParseCallback.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/ParseCallback.h#3 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/ParseCallback.h#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/include/Poco/Zip/PartialStream.h b/Zip/include/Poco/Zip/PartialStream.h index 78db319e6..3ed144085 100644 --- a/Zip/include/Poco/Zip/PartialStream.h +++ b/Zip/include/Poco/Zip/PartialStream.h @@ -1,7 +1,7 @@ // // PartialStream.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/PartialStream.h#3 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/PartialStream.h#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/include/Poco/Zip/Rename.h b/Zip/include/Poco/Zip/Rename.h index 2cefb7d39..58a0cf45a 100644 --- a/Zip/include/Poco/Zip/Rename.h +++ b/Zip/include/Poco/Zip/Rename.h @@ -1,7 +1,7 @@ // // Rename.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/Rename.h#1 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/Rename.h#1 $ // // Library: Zip // Package: Manipulation diff --git a/Zip/include/Poco/Zip/Replace.h b/Zip/include/Poco/Zip/Replace.h index d92d9a39d..747556438 100644 --- a/Zip/include/Poco/Zip/Replace.h +++ b/Zip/include/Poco/Zip/Replace.h @@ -1,7 +1,7 @@ // // Replace.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/Replace.h#1 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/Replace.h#1 $ // // Library: Zip // Package: Manipulation diff --git a/Zip/include/Poco/Zip/SkipCallback.h b/Zip/include/Poco/Zip/SkipCallback.h index bee78664a..a0f09279f 100644 --- a/Zip/include/Poco/Zip/SkipCallback.h +++ b/Zip/include/Poco/Zip/SkipCallback.h @@ -1,7 +1,7 @@ // // SkipCallback.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/SkipCallback.h#3 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/SkipCallback.h#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/include/Poco/Zip/Zip.h b/Zip/include/Poco/Zip/Zip.h index 066f9e286..7fc151b23 100644 --- a/Zip/include/Poco/Zip/Zip.h +++ b/Zip/include/Poco/Zip/Zip.h @@ -1,7 +1,7 @@ // // Zip.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/Zip.h#5 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/Zip.h#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/include/Poco/Zip/ZipArchive.h b/Zip/include/Poco/Zip/ZipArchive.h index cca9f13e2..d2a5a4565 100644 --- a/Zip/include/Poco/Zip/ZipArchive.h +++ b/Zip/include/Poco/Zip/ZipArchive.h @@ -1,7 +1,7 @@ // // ZipArchive.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/ZipArchive.h#5 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/ZipArchive.h#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/include/Poco/Zip/ZipArchiveInfo.h b/Zip/include/Poco/Zip/ZipArchiveInfo.h index e4dee7f35..286e7180e 100644 --- a/Zip/include/Poco/Zip/ZipArchiveInfo.h +++ b/Zip/include/Poco/Zip/ZipArchiveInfo.h @@ -1,7 +1,7 @@ // // ZipArchiveInfo.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/ZipArchiveInfo.h#5 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/ZipArchiveInfo.h#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/include/Poco/Zip/ZipCommon.h b/Zip/include/Poco/Zip/ZipCommon.h index 5aeccc405..9c56e6d65 100644 --- a/Zip/include/Poco/Zip/ZipCommon.h +++ b/Zip/include/Poco/Zip/ZipCommon.h @@ -1,7 +1,7 @@ // // ZipCommon.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/ZipCommon.h#4 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/ZipCommon.h#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/include/Poco/Zip/ZipDataInfo.h b/Zip/include/Poco/Zip/ZipDataInfo.h index 7823907cd..0eced7911 100644 --- a/Zip/include/Poco/Zip/ZipDataInfo.h +++ b/Zip/include/Poco/Zip/ZipDataInfo.h @@ -1,7 +1,7 @@ // // ZipDataInfo.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/ZipDataInfo.h#3 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/ZipDataInfo.h#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/include/Poco/Zip/ZipException.h b/Zip/include/Poco/Zip/ZipException.h index b70209794..197e92bb3 100644 --- a/Zip/include/Poco/Zip/ZipException.h +++ b/Zip/include/Poco/Zip/ZipException.h @@ -1,7 +1,7 @@ // // ZipException.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/ZipException.h#4 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/ZipException.h#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/include/Poco/Zip/ZipFileInfo.h b/Zip/include/Poco/Zip/ZipFileInfo.h index adb44410f..b80798d53 100644 --- a/Zip/include/Poco/Zip/ZipFileInfo.h +++ b/Zip/include/Poco/Zip/ZipFileInfo.h @@ -1,7 +1,7 @@ // // ZipFileInfo.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/ZipFileInfo.h#4 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/ZipFileInfo.h#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/include/Poco/Zip/ZipLocalFileHeader.h b/Zip/include/Poco/Zip/ZipLocalFileHeader.h index 483550417..9c45f1e76 100644 --- a/Zip/include/Poco/Zip/ZipLocalFileHeader.h +++ b/Zip/include/Poco/Zip/ZipLocalFileHeader.h @@ -1,7 +1,7 @@ // // ZipLocalFileHeader.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/ZipLocalFileHeader.h#5 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/ZipLocalFileHeader.h#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/include/Poco/Zip/ZipManipulator.h b/Zip/include/Poco/Zip/ZipManipulator.h index 81db23cc9..a043be33a 100644 --- a/Zip/include/Poco/Zip/ZipManipulator.h +++ b/Zip/include/Poco/Zip/ZipManipulator.h @@ -1,7 +1,7 @@ // // ZipManipulator.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/ZipManipulator.h#2 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/ZipManipulator.h#1 $ // // Library: Zip // Package: Manipulation diff --git a/Zip/include/Poco/Zip/ZipOperation.h b/Zip/include/Poco/Zip/ZipOperation.h index dd6e4a387..fb9576a2e 100644 --- a/Zip/include/Poco/Zip/ZipOperation.h +++ b/Zip/include/Poco/Zip/ZipOperation.h @@ -1,7 +1,7 @@ // // ZipOperation.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/ZipOperation.h#1 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/ZipOperation.h#1 $ // // Library: Zip // Package: Manipulation diff --git a/Zip/include/Poco/Zip/ZipStream.h b/Zip/include/Poco/Zip/ZipStream.h index 45fd09d64..7de62ef9f 100644 --- a/Zip/include/Poco/Zip/ZipStream.h +++ b/Zip/include/Poco/Zip/ZipStream.h @@ -1,7 +1,7 @@ // // ZipStream.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/ZipStream.h#3 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/ZipStream.h#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/include/Poco/Zip/ZipUtil.h b/Zip/include/Poco/Zip/ZipUtil.h index a145b95ed..ae66b5c9b 100644 --- a/Zip/include/Poco/Zip/ZipUtil.h +++ b/Zip/include/Poco/Zip/ZipUtil.h @@ -1,7 +1,7 @@ // // ZipUtil.h // -// $Id: //poco/1.3/Zip/include/Poco/Zip/ZipUtil.h#5 $ +// $Id: //poco/1.4/Zip/include/Poco/Zip/ZipUtil.h#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/samples/Makefile b/Zip/samples/Makefile index 0439fdc4a..6b58e90bd 100644 --- a/Zip/samples/Makefile +++ b/Zip/samples/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Zip/samples/Makefile#1 $ +# $Id: //poco/1.4/Zip/samples/Makefile#1 $ # # Makefile for Poco Util Samples # diff --git a/Zip/samples/unzip/Makefile b/Zip/samples/unzip/Makefile index ff9e9709b..9ab8f4c3a 100644 --- a/Zip/samples/unzip/Makefile +++ b/Zip/samples/unzip/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Zip/samples/unzip/Makefile#1 $ +# $Id: //poco/1.4/Zip/samples/unzip/Makefile#1 $ # # Makefile for Poco SampleServer # diff --git a/Zip/samples/unzip/src/unzip.cpp b/Zip/samples/unzip/src/unzip.cpp index fde9e33c1..c87c541b0 100644 --- a/Zip/samples/unzip/src/unzip.cpp +++ b/Zip/samples/unzip/src/unzip.cpp @@ -1,7 +1,7 @@ // // unzip.cpp // -// $Id: //poco/1.3/Zip/samples/unzip/src/unzip.cpp#3 $ +// $Id: //poco/1.4/Zip/samples/unzip/src/unzip.cpp#1 $ // // This sample demonstrates the Decompress class. // diff --git a/Zip/samples/zip/Makefile b/Zip/samples/zip/Makefile index cb8852f8d..c43d3e9e9 100644 --- a/Zip/samples/zip/Makefile +++ b/Zip/samples/zip/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Zip/samples/zip/Makefile#1 $ +# $Id: //poco/1.4/Zip/samples/zip/Makefile#1 $ # # Makefile for Poco SampleApp # diff --git a/Zip/samples/zip/src/zip.cpp b/Zip/samples/zip/src/zip.cpp index acead7534..f06c021e7 100644 --- a/Zip/samples/zip/src/zip.cpp +++ b/Zip/samples/zip/src/zip.cpp @@ -1,7 +1,7 @@ // // zip.cpp // -// $Id: //poco/1.3/Zip/samples/zip/src/zip.cpp#3 $ +// $Id: //poco/1.4/Zip/samples/zip/src/zip.cpp#1 $ // // This sample demonstrates the Compress class. // diff --git a/Zip/src/Add.cpp b/Zip/src/Add.cpp index 228fe1e52..d261d0edc 100644 --- a/Zip/src/Add.cpp +++ b/Zip/src/Add.cpp @@ -1,7 +1,7 @@ // // Add.cpp // -// $Id: //poco/1.3/Zip/src/Add.cpp#1 $ +// $Id: //poco/1.4/Zip/src/Add.cpp#1 $ // // Library: Zip // Package: Manipulation diff --git a/Zip/src/AutoDetectStream.cpp b/Zip/src/AutoDetectStream.cpp index f4159fa8f..828adc1bc 100644 --- a/Zip/src/AutoDetectStream.cpp +++ b/Zip/src/AutoDetectStream.cpp @@ -1,7 +1,7 @@ // // AutoDetectStream.cpp // -// $Id: //poco/1.3/Zip/src/AutoDetectStream.cpp#4 $ +// $Id: //poco/1.4/Zip/src/AutoDetectStream.cpp#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/src/Compress.cpp b/Zip/src/Compress.cpp index ff8ad90c5..ea7117422 100644 --- a/Zip/src/Compress.cpp +++ b/Zip/src/Compress.cpp @@ -1,7 +1,7 @@ // // Compress.cpp // -// $Id: //poco/1.3/Zip/src/Compress.cpp#6 $ +// $Id: //poco/1.4/Zip/src/Compress.cpp#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/src/Decompress.cpp b/Zip/src/Decompress.cpp index d10158a63..e07711878 100644 --- a/Zip/src/Decompress.cpp +++ b/Zip/src/Decompress.cpp @@ -1,7 +1,7 @@ // // Decompress.cpp // -// $Id: //poco/1.3/Zip/src/Decompress.cpp#8 $ +// $Id: //poco/1.4/Zip/src/Decompress.cpp#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/src/Delete.cpp b/Zip/src/Delete.cpp index 8ecf3617e..7b817808e 100644 --- a/Zip/src/Delete.cpp +++ b/Zip/src/Delete.cpp @@ -1,7 +1,7 @@ // // Delete.cpp // -// $Id: //poco/1.3/Zip/src/Delete.cpp#2 $ +// $Id: //poco/1.4/Zip/src/Delete.cpp#1 $ // // Library: Zip // Package: Manipulation diff --git a/Zip/src/Keep.cpp b/Zip/src/Keep.cpp index 6ed697735..a8968184a 100644 --- a/Zip/src/Keep.cpp +++ b/Zip/src/Keep.cpp @@ -1,7 +1,7 @@ // // Keep.cpp // -// $Id: //poco/1.3/Zip/src/Keep.cpp#1 $ +// $Id: //poco/1.4/Zip/src/Keep.cpp#1 $ // // Library: Zip // Package: Manipulation diff --git a/Zip/src/ParseCallback.cpp b/Zip/src/ParseCallback.cpp index 925f4d74e..c5e60d39a 100644 --- a/Zip/src/ParseCallback.cpp +++ b/Zip/src/ParseCallback.cpp @@ -1,7 +1,7 @@ // // ParseCallback.cpp // -// $Id: //poco/1.3/Zip/src/ParseCallback.cpp#3 $ +// $Id: //poco/1.4/Zip/src/ParseCallback.cpp#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/src/PartialStream.cpp b/Zip/src/PartialStream.cpp index 2c66750cb..2dac076c2 100644 --- a/Zip/src/PartialStream.cpp +++ b/Zip/src/PartialStream.cpp @@ -1,7 +1,7 @@ // // PartialStream.cpp // -// $Id: //poco/1.3/Zip/src/PartialStream.cpp#3 $ +// $Id: //poco/1.4/Zip/src/PartialStream.cpp#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/src/Rename.cpp b/Zip/src/Rename.cpp index a8d589739..349080dd0 100644 --- a/Zip/src/Rename.cpp +++ b/Zip/src/Rename.cpp @@ -1,7 +1,7 @@ // // Rename.cpp // -// $Id: //poco/1.3/Zip/src/Rename.cpp#1 $ +// $Id: //poco/1.4/Zip/src/Rename.cpp#1 $ // // Library: Zip // Package: Manipulation diff --git a/Zip/src/Replace.cpp b/Zip/src/Replace.cpp index 9a09b2a37..28911d2f4 100644 --- a/Zip/src/Replace.cpp +++ b/Zip/src/Replace.cpp @@ -1,7 +1,7 @@ // // Replace.cpp // -// $Id: //poco/1.3/Zip/src/Replace.cpp#2 $ +// $Id: //poco/1.4/Zip/src/Replace.cpp#1 $ // // Library: Zip // Package: Manipulation diff --git a/Zip/src/SkipCallback.cpp b/Zip/src/SkipCallback.cpp index d4f6d36dc..74dd0d8e9 100644 --- a/Zip/src/SkipCallback.cpp +++ b/Zip/src/SkipCallback.cpp @@ -1,7 +1,7 @@ // // SkipCallback.cpp // -// $Id: //poco/1.3/Zip/src/SkipCallback.cpp#4 $ +// $Id: //poco/1.4/Zip/src/SkipCallback.cpp#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/src/ZipArchive.cpp b/Zip/src/ZipArchive.cpp index 0835a28ea..4338e8942 100644 --- a/Zip/src/ZipArchive.cpp +++ b/Zip/src/ZipArchive.cpp @@ -1,7 +1,7 @@ // // ZipArchive.cpp // -// $Id: //poco/1.3/Zip/src/ZipArchive.cpp#5 $ +// $Id: //poco/1.4/Zip/src/ZipArchive.cpp#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/src/ZipArchiveInfo.cpp b/Zip/src/ZipArchiveInfo.cpp index 3d9a14e27..9811ec59e 100644 --- a/Zip/src/ZipArchiveInfo.cpp +++ b/Zip/src/ZipArchiveInfo.cpp @@ -1,7 +1,7 @@ // // ZipArchiveInfo.cpp // -// $Id: //poco/1.3/Zip/src/ZipArchiveInfo.cpp#5 $ +// $Id: //poco/1.4/Zip/src/ZipArchiveInfo.cpp#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/src/ZipCommon.cpp b/Zip/src/ZipCommon.cpp index 7771726d7..0d55c2c5f 100644 --- a/Zip/src/ZipCommon.cpp +++ b/Zip/src/ZipCommon.cpp @@ -1,7 +1,7 @@ // // ZipCommon.cpp // -// $Id: //poco/1.3/Zip/src/ZipCommon.cpp#3 $ +// $Id: //poco/1.4/Zip/src/ZipCommon.cpp#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/src/ZipDataInfo.cpp b/Zip/src/ZipDataInfo.cpp index fae972294..dbc19093b 100644 --- a/Zip/src/ZipDataInfo.cpp +++ b/Zip/src/ZipDataInfo.cpp @@ -1,7 +1,7 @@ // // ZipDataInfo.cpp // -// $Id: //poco/1.3/Zip/src/ZipDataInfo.cpp#3 $ +// $Id: //poco/1.4/Zip/src/ZipDataInfo.cpp#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/src/ZipException.cpp b/Zip/src/ZipException.cpp index 0a6c2045c..2242ec119 100644 --- a/Zip/src/ZipException.cpp +++ b/Zip/src/ZipException.cpp @@ -1,7 +1,7 @@ // // ZipException.cpp // -// $Id: //poco/1.3/Zip/src/ZipException.cpp#4 $ +// $Id: //poco/1.4/Zip/src/ZipException.cpp#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/src/ZipFileInfo.cpp b/Zip/src/ZipFileInfo.cpp index bfae05851..b7f3d9d15 100644 --- a/Zip/src/ZipFileInfo.cpp +++ b/Zip/src/ZipFileInfo.cpp @@ -1,7 +1,7 @@ // // ZipFileInfo.cpp // -// $Id: //poco/1.3/Zip/src/ZipFileInfo.cpp#5 $ +// $Id: //poco/1.4/Zip/src/ZipFileInfo.cpp#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/src/ZipLocalFileHeader.cpp b/Zip/src/ZipLocalFileHeader.cpp index 7886f59f1..47ae53634 100644 --- a/Zip/src/ZipLocalFileHeader.cpp +++ b/Zip/src/ZipLocalFileHeader.cpp @@ -1,7 +1,7 @@ // // ZipLocalFileHeader.cpp // -// $Id: //poco/1.3/Zip/src/ZipLocalFileHeader.cpp#4 $ +// $Id: //poco/1.4/Zip/src/ZipLocalFileHeader.cpp#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/src/ZipManipulator.cpp b/Zip/src/ZipManipulator.cpp index 160a6e1eb..26ce1f2c8 100644 --- a/Zip/src/ZipManipulator.cpp +++ b/Zip/src/ZipManipulator.cpp @@ -1,7 +1,7 @@ // // ZipManipulator.cpp // -// $Id: //poco/1.3/Zip/src/ZipManipulator.cpp#4 $ +// $Id: //poco/1.4/Zip/src/ZipManipulator.cpp#1 $ // // Library: Zip // Package: Manipulation diff --git a/Zip/src/ZipOperation.cpp b/Zip/src/ZipOperation.cpp index f1aed3d0e..7a0b239c4 100644 --- a/Zip/src/ZipOperation.cpp +++ b/Zip/src/ZipOperation.cpp @@ -1,7 +1,7 @@ // // ZipOperation.cpp // -// $Id: //poco/1.3/Zip/src/ZipOperation.cpp#1 $ +// $Id: //poco/1.4/Zip/src/ZipOperation.cpp#1 $ // // Library: Zip // Package: Manipulation diff --git a/Zip/src/ZipStream.cpp b/Zip/src/ZipStream.cpp index ad1c7daeb..bebfff6fa 100644 --- a/Zip/src/ZipStream.cpp +++ b/Zip/src/ZipStream.cpp @@ -1,7 +1,7 @@ // // ZipStream.cpp // -// $Id: //poco/1.3/Zip/src/ZipStream.cpp#4 $ +// $Id: //poco/1.4/Zip/src/ZipStream.cpp#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/src/ZipUtil.cpp b/Zip/src/ZipUtil.cpp index 7199ebb17..46a8ac252 100644 --- a/Zip/src/ZipUtil.cpp +++ b/Zip/src/ZipUtil.cpp @@ -1,7 +1,7 @@ // // ZipUtil.cpp // -// $Id: //poco/1.3/Zip/src/ZipUtil.cpp#4 $ +// $Id: //poco/1.4/Zip/src/ZipUtil.cpp#1 $ // // Library: Zip // Package: Zip diff --git a/Zip/testsuite/Makefile b/Zip/testsuite/Makefile index adc669d1e..8b2ea6725 100644 --- a/Zip/testsuite/Makefile +++ b/Zip/testsuite/Makefile @@ -1,7 +1,7 @@ # # Makefile # -# $Id: //poco/1.3/Zip/testsuite/Makefile#1 $ +# $Id: //poco/1.4/Zip/testsuite/Makefile#1 $ # # Makefile for Poco Zip testsuite # diff --git a/Zip/testsuite/TestSuite.vmsbuild b/Zip/testsuite/TestSuite.vmsbuild index 14c917e5b..79267fd9f 100644 --- a/Zip/testsuite/TestSuite.vmsbuild +++ b/Zip/testsuite/TestSuite.vmsbuild @@ -1,7 +1,7 @@ # # TestSuite.vmsbuild # -# $Id: //poco/1.3/Zip/testsuite/TestSuite.vmsbuild#1 $ +# $Id: //poco/1.4/Zip/testsuite/TestSuite.vmsbuild#1 $ # EXE=TestRunner ZipTestSuite diff --git a/Zip/testsuite/src/CompressTest.cpp b/Zip/testsuite/src/CompressTest.cpp index 4418fcdd3..934376fb7 100644 --- a/Zip/testsuite/src/CompressTest.cpp +++ b/Zip/testsuite/src/CompressTest.cpp @@ -1,7 +1,7 @@ // // CompressTest.cpp // -// $Id: //poco/1.3/Zip/testsuite/src/CompressTest.cpp#7 $ +// $Id: //poco/1.4/Zip/testsuite/src/CompressTest.cpp#1 $ // // Copyright (c) 2007, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Zip/testsuite/src/CompressTest.h b/Zip/testsuite/src/CompressTest.h index ecab53caa..98bcf361e 100644 --- a/Zip/testsuite/src/CompressTest.h +++ b/Zip/testsuite/src/CompressTest.h @@ -1,7 +1,7 @@ // // CompressTest.h // -// $Id: //poco/1.3/Zip/testsuite/src/CompressTest.h#6 $ +// $Id: //poco/1.4/Zip/testsuite/src/CompressTest.h#1 $ // // Definition of the CompressTest class. // diff --git a/Zip/testsuite/src/Driver.cpp b/Zip/testsuite/src/Driver.cpp index 59a11fc8b..724d1adca 100644 --- a/Zip/testsuite/src/Driver.cpp +++ b/Zip/testsuite/src/Driver.cpp @@ -1,7 +1,7 @@ // // Driver.cpp // -// $Id: //poco/1.3/Zip/testsuite/src/Driver.cpp#3 $ +// $Id: //poco/1.4/Zip/testsuite/src/Driver.cpp#1 $ // // Console-based test driver for Poco Zip. // diff --git a/Zip/testsuite/src/PartialStreamTest.cpp b/Zip/testsuite/src/PartialStreamTest.cpp index a4b9ba9db..84faa27d7 100644 --- a/Zip/testsuite/src/PartialStreamTest.cpp +++ b/Zip/testsuite/src/PartialStreamTest.cpp @@ -1,7 +1,7 @@ // // PartialStreamTest.cpp // -// $Id: //poco/1.3/Zip/testsuite/src/PartialStreamTest.cpp#5 $ +// $Id: //poco/1.4/Zip/testsuite/src/PartialStreamTest.cpp#1 $ // // Copyright (c) 2007, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Zip/testsuite/src/PartialStreamTest.h b/Zip/testsuite/src/PartialStreamTest.h index 998782f5e..8e4c935d5 100644 --- a/Zip/testsuite/src/PartialStreamTest.h +++ b/Zip/testsuite/src/PartialStreamTest.h @@ -1,7 +1,7 @@ // // PartialStreamTest.h // -// $Id: //poco/1.3/Zip/testsuite/src/PartialStreamTest.h#4 $ +// $Id: //poco/1.4/Zip/testsuite/src/PartialStreamTest.h#1 $ // // Definition of the PartialStreamTest class. // diff --git a/Zip/testsuite/src/WinCEDriver.cpp b/Zip/testsuite/src/WinCEDriver.cpp index 9a3b6e0a1..0ff4f3baa 100644 --- a/Zip/testsuite/src/WinCEDriver.cpp +++ b/Zip/testsuite/src/WinCEDriver.cpp @@ -1,7 +1,7 @@ // // WinCEDriver.cpp // -// $Id: //poco/1.3/Zip/testsuite/src/WinCEDriver.cpp#1 $ +// $Id: //poco/1.4/Zip/testsuite/src/WinCEDriver.cpp#1 $ // // Console-based test driver for Windows CE. // diff --git a/Zip/testsuite/src/WinDriver.cpp b/Zip/testsuite/src/WinDriver.cpp index 0379674d6..65d5097c7 100644 --- a/Zip/testsuite/src/WinDriver.cpp +++ b/Zip/testsuite/src/WinDriver.cpp @@ -1,7 +1,7 @@ // // WinDriver.cpp // -// $Id: //poco/1.3/Zip/testsuite/src/WinDriver.cpp#3 $ +// $Id: //poco/1.4/Zip/testsuite/src/WinDriver.cpp#1 $ // // Windows test driver for Poco Zip. // diff --git a/Zip/testsuite/src/ZipTest.cpp b/Zip/testsuite/src/ZipTest.cpp index fd35be509..eea16de26 100644 --- a/Zip/testsuite/src/ZipTest.cpp +++ b/Zip/testsuite/src/ZipTest.cpp @@ -1,7 +1,7 @@ // // ZipTest.cpp // -// $Id: //poco/1.3/Zip/testsuite/src/ZipTest.cpp#10 $ +// $Id: //poco/1.4/Zip/testsuite/src/ZipTest.cpp#1 $ // // Copyright (c) 2007, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Zip/testsuite/src/ZipTest.h b/Zip/testsuite/src/ZipTest.h index be7682883..91e9b5373 100644 --- a/Zip/testsuite/src/ZipTest.h +++ b/Zip/testsuite/src/ZipTest.h @@ -1,7 +1,7 @@ // // ZipTest.h // -// $Id: //poco/1.3/Zip/testsuite/src/ZipTest.h#7 $ +// $Id: //poco/1.4/Zip/testsuite/src/ZipTest.h#1 $ // // Definition of the ZipTest class. // diff --git a/Zip/testsuite/src/ZipTestSuite.cpp b/Zip/testsuite/src/ZipTestSuite.cpp index 0b51b50fd..5316108d2 100644 --- a/Zip/testsuite/src/ZipTestSuite.cpp +++ b/Zip/testsuite/src/ZipTestSuite.cpp @@ -1,7 +1,7 @@ // // ZipTestSuite.cpp // -// $Id: //poco/1.3/Zip/testsuite/src/ZipTestSuite.cpp#2 $ +// $Id: //poco/1.4/Zip/testsuite/src/ZipTestSuite.cpp#1 $ // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. diff --git a/Zip/testsuite/src/ZipTestSuite.h b/Zip/testsuite/src/ZipTestSuite.h index 4a9166be2..a222904b8 100644 --- a/Zip/testsuite/src/ZipTestSuite.h +++ b/Zip/testsuite/src/ZipTestSuite.h @@ -1,7 +1,7 @@ // // ZipTestSuite.h // -// $Id: //poco/1.3/Zip/testsuite/src/ZipTestSuite.h#2 $ +// $Id: //poco/1.4/Zip/testsuite/src/ZipTestSuite.h#1 $ // // Definition of the ZipTestSuite class. // diff --git a/build/config/AIX b/build/config/AIX index f213db5b9..ef5a92928 100644 --- a/build/config/AIX +++ b/build/config/AIX @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/AIX#1 $ +# $Id: //poco/1.4/build/config/AIX#1 $ # # AIX # diff --git a/build/config/ARM-Linux b/build/config/ARM-Linux index 3ed539687..e488ccc43 100644 --- a/build/config/ARM-Linux +++ b/build/config/ARM-Linux @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/ARM-Linux#3 $ +# $Id: //poco/1.4/build/config/ARM-Linux#1 $ # # ARM-Linux # diff --git a/build/config/Angstrom b/build/config/Angstrom index a9e2783b1..b47c2f975 100644 --- a/build/config/Angstrom +++ b/build/config/Angstrom @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/Angstrom#1 $ +# $Id: //poco/1.4/build/config/Angstrom#1 $ # # Angstrom # diff --git a/build/config/CEGCCARM b/build/config/CEGCCARM index 0e6ce3e88..533c67d91 100644 --- a/build/config/CEGCCARM +++ b/build/config/CEGCCARM @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/CEGCCARM#1 $ +# $Id: //poco/1.4/build/config/CEGCCARM#1 $ # # CYGWIN # diff --git a/build/config/CygLinux b/build/config/CygLinux index fde72e628..ee419a22c 100644 --- a/build/config/CygLinux +++ b/build/config/CygLinux @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/CygLinux#1 $ +# $Id: //poco/1.4/build/config/CygLinux#1 $ # # Linux # diff --git a/build/config/Darwin b/build/config/Darwin index 8f3a5a4b4..57607387d 100644 --- a/build/config/Darwin +++ b/build/config/Darwin @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/Darwin#11 $ +# $Id: //poco/1.4/build/config/Darwin#1 $ # # Darwin # diff --git a/build/config/Darwin-clang b/build/config/Darwin-clang index 464cacce6..474412cdd 100644 --- a/build/config/Darwin-clang +++ b/build/config/Darwin-clang @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/Darwin-clang#1 $ +# $Id: //poco/1.4/build/config/Darwin-clang#1 $ # # Darwin # diff --git a/build/config/Darwin32 b/build/config/Darwin32 index cdafb7002..d3dbdfd16 100644 --- a/build/config/Darwin32 +++ b/build/config/Darwin32 @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/Darwin32#1 $ +# $Id: //poco/1.4/build/config/Darwin32#1 $ # # Darwin32 # diff --git a/build/config/Darwin32-clang b/build/config/Darwin32-clang index 578460b34..1a2110529 100644 --- a/build/config/Darwin32-clang +++ b/build/config/Darwin32-clang @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/Darwin32-clang#1 $ +# $Id: //poco/1.4/build/config/Darwin32-clang#1 $ # # Darwin32 # diff --git a/build/config/Darwin64 b/build/config/Darwin64 index c276ea133..218d0a52b 100644 --- a/build/config/Darwin64 +++ b/build/config/Darwin64 @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/Darwin64#1 $ +# $Id: //poco/1.4/build/config/Darwin64#1 $ # # Darwin64 # diff --git a/build/config/Darwin64-clang b/build/config/Darwin64-clang index 786aa63d1..36828b0fe 100644 --- a/build/config/Darwin64-clang +++ b/build/config/Darwin64-clang @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/Darwin64-clang#1 $ +# $Id: //poco/1.4/build/config/Darwin64-clang#1 $ # # Darwin64 # diff --git a/build/config/DigiEL b/build/config/DigiEL index 9546e3a55..ef6094d02 100644 --- a/build/config/DigiEL +++ b/build/config/DigiEL @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/DigiEL#4 $ +# $Id: //poco/1.4/build/config/DigiEL#1 $ # # DigiEL # diff --git a/build/config/FreeBSD b/build/config/FreeBSD index 67dcf8313..3c64b93a2 100644 --- a/build/config/FreeBSD +++ b/build/config/FreeBSD @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/FreeBSD#2 $ +# $Id: //poco/1.4/build/config/FreeBSD#1 $ # # FreeBSD # diff --git a/build/config/GCCEMBEDLINUX b/build/config/GCCEMBEDLINUX index 361b85818..ecc976b6f 100644 --- a/build/config/GCCEMBEDLINUX +++ b/build/config/GCCEMBEDLINUX @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/GCCEMBEDLINUX#2 $ +# $Id: //poco/1.4/build/config/GCCEMBEDLINUX#1 $ # # ARM-Linux # diff --git a/build/config/HP-UX b/build/config/HP-UX index 99265636f..459d4244c 100644 --- a/build/config/HP-UX +++ b/build/config/HP-UX @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/HP-UX#1 $ +# $Id: //poco/1.4/build/config/HP-UX#1 $ # # HP-UX # diff --git a/build/config/Linux b/build/config/Linux index 311521480..2687f7ea8 100644 --- a/build/config/Linux +++ b/build/config/Linux @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/Linux#4 $ +# $Id: //poco/1.4/build/config/Linux#1 $ # # Linux # diff --git a/build/config/MinGW b/build/config/MinGW index 1ee4aee10..0ef732835 100644 --- a/build/config/MinGW +++ b/build/config/MinGW @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/MinGW#2 $ +# $Id: //poco/1.4/build/config/MinGW#1 $ # # MinGW32 # diff --git a/build/config/MinGW-CrossEnv b/build/config/MinGW-CrossEnv index 89a327e9c..1ff352fad 100644 --- a/build/config/MinGW-CrossEnv +++ b/build/config/MinGW-CrossEnv @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/MinGW-CrossEnv#2 $ +# $Id: //poco/1.4/build/config/MinGW-CrossEnv#1 $ # # MinGW32 # diff --git a/build/config/OSF1 b/build/config/OSF1 index b6f67112b..6057dc58a 100644 --- a/build/config/OSF1 +++ b/build/config/OSF1 @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/OSF1#2 $ +# $Id: //poco/1.4/build/config/OSF1#1 $ # # OSF1 # diff --git a/build/config/PPC-Linux b/build/config/PPC-Linux index c506e8f65..d2d11fdc8 100644 --- a/build/config/PPC-Linux +++ b/build/config/PPC-Linux @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/PPC-Linux#1 $ +# $Id: //poco/1.4/build/config/PPC-Linux#1 $ # # PPC-Linux # diff --git a/build/config/QNX b/build/config/QNX index 340b3c5f2..0c0eb16e9 100644 --- a/build/config/QNX +++ b/build/config/QNX @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/QNX#3 $ +# $Id: //poco/1.4/build/config/QNX#1 $ # # QNX # diff --git a/build/config/SH-Linux b/build/config/SH-Linux index 4922f146e..f95d66a2d 100644 --- a/build/config/SH-Linux +++ b/build/config/SH-Linux @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/SH-Linux#1 $ +# $Id: //poco/1.4/build/config/SH-Linux#1 $ # # SH-Linux # diff --git a/build/config/SSV-LINUX b/build/config/SSV-LINUX index eaede9415..217db8f3d 100644 --- a/build/config/SSV-LINUX +++ b/build/config/SSV-LINUX @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/SSV-LINUX#4 $ +# $Id: //poco/1.4/build/config/SSV-LINUX#1 $ # # ARM-Linux # diff --git a/build/config/SunOS b/build/config/SunOS index 238fdcf8c..88a19a0d8 100644 --- a/build/config/SunOS +++ b/build/config/SunOS @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/SunOS#4 $ +# $Id: //poco/1.4/build/config/SunOS#1 $ # # SunOS # diff --git a/build/config/SunOS-GCC b/build/config/SunOS-GCC index a0b0c4305..b0b1ed19c 100644 --- a/build/config/SunOS-GCC +++ b/build/config/SunOS-GCC @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/SunOS-GCC#1 $ +# $Id: //poco/1.4/build/config/SunOS-GCC#1 $ # # SunOS-GCC # diff --git a/build/config/SunOS-SunForte b/build/config/SunOS-SunForte index 92005ed9d..fc2abf3fa 100755 --- a/build/config/SunOS-SunForte +++ b/build/config/SunOS-SunForte @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/SunOS-SunForte#1 $ +# $Id: //poco/1.4/build/config/SunOS-SunForte#1 $ # # SunOS # diff --git a/build/config/SunOS-SunStudio b/build/config/SunOS-SunStudio index 79a927d98..91f530361 100755 --- a/build/config/SunOS-SunStudio +++ b/build/config/SunOS-SunStudio @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/SunOS-SunStudio#3 $ +# $Id: //poco/1.4/build/config/SunOS-SunStudio#1 $ # # SunStudio # diff --git a/build/config/SunOS-stdcxx-x86_64 b/build/config/SunOS-stdcxx-x86_64 index 28676c789..4daa548a2 100755 --- a/build/config/SunOS-stdcxx-x86_64 +++ b/build/config/SunOS-stdcxx-x86_64 @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/SunOS-stdcxx-x86_64#1 $ +# $Id: //poco/1.4/build/config/SunOS-stdcxx-x86_64#1 $ # # SunOS # diff --git a/build/config/iPhone b/build/config/iPhone index a3ecd1224..d6ed7d127 100644 --- a/build/config/iPhone +++ b/build/config/iPhone @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/iPhone#4 $ +# $Id: //poco/1.4/build/config/iPhone#1 $ # # iPhone # diff --git a/build/config/iPhoneSimulator b/build/config/iPhoneSimulator index eded6eb7b..6cba56407 100644 --- a/build/config/iPhoneSimulator +++ b/build/config/iPhoneSimulator @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/config/iPhoneSimulator#2 $ +# $Id: //poco/1.4/build/config/iPhoneSimulator#1 $ # # iPhoneSimulator # diff --git a/build/rules/compile b/build/rules/compile index e0ddcc61a..1945e3ca2 100644 --- a/build/rules/compile +++ b/build/rules/compile @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/rules/compile#4 $ +# $Id: //poco/1.4/build/rules/compile#1 $ # # compile # diff --git a/build/rules/dylib b/build/rules/dylib index 9c12a38e8..b4fa9b951 100644 --- a/build/rules/dylib +++ b/build/rules/dylib @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/rules/dylib#5 $ +# $Id: //poco/1.4/build/rules/dylib#1 $ # # dylib # diff --git a/build/rules/exec b/build/rules/exec index da54f421e..d65d09b6d 100644 --- a/build/rules/exec +++ b/build/rules/exec @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/rules/exec#5 $ +# $Id: //poco/1.4/build/rules/exec#1 $ # # exec # diff --git a/build/rules/global b/build/rules/global index 90c3628ed..dc954ccb9 100644 --- a/build/rules/global +++ b/build/rules/global @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/rules/global#15 $ +# $Id: //poco/1.4/build/rules/global#1 $ # # global # diff --git a/build/rules/lib b/build/rules/lib index c95dd14e3..89d341aaa 100644 --- a/build/rules/lib +++ b/build/rules/lib @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/rules/lib#4 $ +# $Id: //poco/1.4/build/rules/lib#1 $ # # lib # diff --git a/build/rules/sample b/build/rules/sample index 793be777b..b0724afb0 100644 --- a/build/rules/sample +++ b/build/rules/sample @@ -1,5 +1,5 @@ # -# $Id: //poco/1.3/build/rules/sample#3 $ +# $Id: //poco/1.4/build/rules/sample#1 $ # # sample # diff --git a/build/script/makedepend.SunCC b/build/script/makedepend.SunCC index b322c9b99..dcd62d3af 100755 --- a/build/script/makedepend.SunCC +++ b/build/script/makedepend.SunCC @@ -1,6 +1,6 @@ #! /bin/sh # -# $Id: //poco/1.3/build/script/makedepend.SunCC#1 $ +# $Id: //poco/1.4/build/script/makedepend.SunCC#1 $ # # makedepend.SunCC # diff --git a/build/script/makedepend.aCC b/build/script/makedepend.aCC index 7f3e44448..d7f273ee6 100644 --- a/build/script/makedepend.aCC +++ b/build/script/makedepend.aCC @@ -1,6 +1,6 @@ #! /bin/sh # -# $Id: //poco/1.3/build/script/makedepend.aCC#1 $ +# $Id: //poco/1.4/build/script/makedepend.aCC#1 $ # # makedepend.aCC # diff --git a/build/script/makedepend.clang b/build/script/makedepend.clang index 2672ac883..fa1841546 100755 --- a/build/script/makedepend.clang +++ b/build/script/makedepend.clang @@ -1,6 +1,6 @@ #! /bin/bash # -# $Id: //poco/1.3/build/script/makedepend.clang#1 $ +# $Id: //poco/1.4/build/script/makedepend.clang#1 $ # # makedepend.clang # diff --git a/build/script/makedepend.cxx b/build/script/makedepend.cxx index e7b1baba8..9512e37c9 100755 --- a/build/script/makedepend.cxx +++ b/build/script/makedepend.cxx @@ -1,6 +1,6 @@ #! /bin/sh # -# $Id: //poco/1.3/build/script/makedepend.cxx#1 $ +# $Id: //poco/1.4/build/script/makedepend.cxx#1 $ # # makedepend.cxx # diff --git a/build/script/makedepend.gcc b/build/script/makedepend.gcc index b85237a58..088c1f0c4 100755 --- a/build/script/makedepend.gcc +++ b/build/script/makedepend.gcc @@ -1,6 +1,6 @@ #! /bin/sh # -# $Id: //poco/1.3/build/script/makedepend.gcc#1 $ +# $Id: //poco/1.4/build/script/makedepend.gcc#1 $ # # makedepend.gcc # diff --git a/build/script/makedepend.qcc b/build/script/makedepend.qcc index 53953615f..32e1dec7e 100755 --- a/build/script/makedepend.qcc +++ b/build/script/makedepend.qcc @@ -1,6 +1,6 @@ #! /bin/sh # -# $Id: //poco/1.3/build/script/makedepend.qcc#1 $ +# $Id: //poco/1.4/build/script/makedepend.qcc#1 $ # # makedepend.gcc # diff --git a/build/script/makeldpath b/build/script/makeldpath index 898008bf0..aecc3f8cd 100755 --- a/build/script/makeldpath +++ b/build/script/makeldpath @@ -2,7 +2,7 @@ # # makeldpath # -# $Id: //poco/1.3/build/script/makeldpath#1 $ +# $Id: //poco/1.4/build/script/makeldpath#1 $ # # Create a LD_LIBRARY_PATH for all project libraries. # diff --git a/build/script/projname b/build/script/projname index cc54fd74e..233a3072d 100755 --- a/build/script/projname +++ b/build/script/projname @@ -1,6 +1,6 @@ #! /bin/sh # -# $Id: //poco/1.3/build/script/projname#2 $ +# $Id: //poco/1.4/build/script/projname#1 $ # # projname # diff --git a/build/script/shlibln b/build/script/shlibln index af020dc37..3e9238e5c 100755 --- a/build/script/shlibln +++ b/build/script/shlibln @@ -1,6 +1,6 @@ #! /bin/sh # -# $Id: //poco/1.3/build/script/shlibln#1 $ +# $Id: //poco/1.4/build/script/shlibln#1 $ # # shlibln # diff --git a/build/vms/build.com b/build/vms/build.com index 2d5076dc2..b305a0432 100644 --- a/build/vms/build.com +++ b/build/vms/build.com @@ -1,7 +1,7 @@ $ ! $ ! BUILD.COM $ ! -$ ! $Id: //poco/1.3/build/vms/build.com#1 $ +$ ! $Id: //poco/1.4/build/vms/build.com#1 $ $ ! $ ! OpenVMS build procedure $ ! diff --git a/build/vms/pococc.com b/build/vms/pococc.com index 21ef81214..e36e35923 100644 --- a/build/vms/pococc.com +++ b/build/vms/pococc.com @@ -1,7 +1,7 @@ $ ! $ ! POCOCC.COM $ ! -$ ! $Id: //poco/1.3/build/vms/pococc.com#1 $ +$ ! $Id: //poco/1.4/build/vms/pococc.com#1 $ $ ! $ ! C compile procedure for Poco libraries $ ! diff --git a/build/vms/pococxx.com b/build/vms/pococxx.com index c4c82f040..b9ed022b0 100644 --- a/build/vms/pococxx.com +++ b/build/vms/pococxx.com @@ -1,7 +1,7 @@ $ ! $ ! POCOCXX.COM $ ! -$ ! $Id: //poco/1.3/build/vms/pococxx.com#1 $ +$ ! $Id: //poco/1.4/build/vms/pococxx.com#1 $ $ ! $ ! C++ compile procedure for Poco libraries $ ! diff --git a/build/vms/pocolib.com b/build/vms/pocolib.com index 46111c834..83b27dd82 100644 --- a/build/vms/pocolib.com +++ b/build/vms/pocolib.com @@ -1,7 +1,7 @@ $ ! $ ! POCOLIB.COM $ ! -$ ! $Id: //poco/1.3/build/vms/pocolib.com#1 $ +$ ! $Id: //poco/1.4/build/vms/pocolib.com#1 $ $ ! $ ! C++ library creation procedure for Poco libraries $ ! diff --git a/build/vms/pocolnk.com b/build/vms/pocolnk.com index a4c836ba2..a91ad4813 100644 --- a/build/vms/pocolnk.com +++ b/build/vms/pocolnk.com @@ -1,7 +1,7 @@ $ ! $ ! POCOLNK.COM $ ! -$ ! $Id: //poco/1.3/build/vms/pocolnk.com#1 $ +$ ! $Id: //poco/1.4/build/vms/pocolnk.com#1 $ $ ! $ ! C++ link procedure for Poco $ ! diff --git a/buildvms.com b/buildvms.com index 02417b010..1af114079 100644 --- a/buildvms.com +++ b/buildvms.com @@ -1,7 +1,7 @@ $ ! $ ! BUILDVMS.COM $ ! -$ ! $Id: //poco/1.3/buildvms.com#1 $ +$ ! $Id: //poco/1.4/buildvms.com#1 $ $ ! $ ! OpenVMS build procedure $ ! diff --git a/buildwin.cmd b/buildwin.cmd index 9f9db1a72..6274848ba 100755 --- a/buildwin.cmd +++ b/buildwin.cmd @@ -7,7 +7,7 @@ rem rem POCO C++ Libraries command-line build script rem for MS Visual Studio 2003 to 2010 rem -rem $Id: //poco/1.3/dist/buildwin.cmd#19 $ +rem $Id: //poco/1.4/dist/buildwin.cmd#1 $ rem rem Copyright (c) 2006-2010 by Applied Informatics Software Engineering GmbH rem and Contributors. diff --git a/components b/components index dfdf89eaa..943a47b5c 100644 --- a/components +++ b/components @@ -3,10 +3,12 @@ Foundation XML Util Net +Crypto NetSSL_OpenSSL Data Data/SQLite Data/ODBC Data/MySQL -Crypto Zip +PageCompiler +PageCompiler/File2Page diff --git a/configure b/configure index e539ab3e2..4b27c97a6 100755 --- a/configure +++ b/configure @@ -2,7 +2,7 @@ # # configure # -# $Id: //poco/1.3/dist/configure#12 $ +# $Id: //poco/1.4/dist/configure#1 $ # # Configuration script for POCO. #