• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..27-Nov-20157

READMEH A D27-Nov-2015569

StlRepConfigInfo.cppH A D27-Nov-20151.1 KiB

StlRepConfigInfo.hH A D27-Nov-2015786

StlRepQuoteExample.cppH A D27-Nov-201520.3 KiB

README

1# $Id$
2
3This is the directory for the replication example program.
4
5The example is a toy stock quote server. It uses the replication manager to
6make use of DB replication, and uses STL API to acces the database.
7
8
9StlRepQuoteExample.cpp	
10		Contains code to implement the basic functions of the
11                application, and code necessary to configure the 
12                application to use Replication Manager.
13
14StlRepConfigInfo.h
15StlRepConfigInfo.cpp
16		Contains code to manage user configurations to this program,
17		including those to the DB replication manager.
18