• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..01-Jun-2020-

READMEH A D29-May-2020569 1812

StlRepConfigInfo.cppH A D29-May-20201.1 KiB5945

StlRepConfigInfo.hH A D29-May-2020823 3825

StlRepQuoteExample.cppH A D29-May-202021.9 KiB784503

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