libdb/examples/stl/repquote
2011-09-13 14:42:25 -04:00
..
README Merge over all the parts of Berkeley DB that libdb will include. 2011-09-13 14:42:25 -04:00
StlRepConfigInfo.cpp Merge over all the parts of Berkeley DB that libdb will include. 2011-09-13 14:42:25 -04:00
StlRepConfigInfo.h Merge over all the parts of Berkeley DB that libdb will include. 2011-09-13 14:42:25 -04:00
StlRepQuoteExample.cpp Merge over all the parts of Berkeley DB that libdb will include. 2011-09-13 14:42:25 -04:00

# $Id$

This is the directory for the replication example program.

The example is a toy stock quote server. It uses the replication manager to
make use of DB replication, and uses STL API to acces the database.


StlRepQuoteExample.cpp	
		Contains code to implement the basic functions of the
                application, and code necessary to configure the 
                application to use Replication Manager.

StlRepConfigInfo.h
StlRepConfigInfo.cpp
		Contains code to manage user configurations to this program,
		including those to the DB replication manager.