Replacing Poco With A Newer Revision
------------------------------------

(POCO_BASE refers to odemx/external/poco.rev.XXXX/)

As long as the make build system is not changed, it should suffice to replace
only the include and src dirs in the package directories. Leave the contents of
POCO_BASE and build/ as they are because they contain a few changes to make the
builds work with ODEMx. Finally, set POCO_BASE in ODEMx makefile according to
the new revision name.

Changes In The Poco Build Files To Build On Linux
-------------------------------------------------

Copied only the required directories (include and src without samples, tests):

	POCO_BASE
	build
	Data
	Foundation
	XML

Changed file access so Poco's build scripts can be executed:

	chmod -R u+x poco.rev.XXXX/

Changed Makefile in POCO_BASE:

	edit libexecs to build only the given packages

Changed components in POCO_BASE:

	removed unused packages, kept Foundation, Data..., XML

Changed build/rules/global

	edit LIBDIR, set to "lib" to create all libraries in that directory, ignoring platform name

Changed build/config/Linux

	edit LINKMODE, set to STATIC to create static libraries

Changed Poco::Data::Statement.h and Poco::Data::StatementImpl.h

	made protected methods public for binding reset