//-============================================================
//
//         This class has been generated by POGO
//      (Program Obviously used to Generate tango Object)
//
//             (c) - Pascal Verdier - ESRF
//=============================================================


Files generated:
===============
DataBase.cpp:        Source code for the DataBase class and its commands.
                        This class is derived from DeviceImpl class.
                        It represents the CORBA servant obbject which
                        will be accessed from the network.
                        All commands which can be executed on the
                        DataBase are implemented in this file.

DataBase.h:  Include for the DataBase class.
                    Server class prototypes and descriptions.

DataBaseClass.cpp:   A singleton class derived fromDataBase.
                        It implements the command list and all properties
                        and methods required by the DataBase once per process

DataBaseClass.h:	Include for the DataBaseClass root class.
                        This class is represents the singleton class for
                        the DataBase device class.
                        It contains all properties and methods which the 
                        DataBase requires only once e.g. the commands.

main.cpp:		C++ source for a TANGO device server main.
                        The main rule is to initialise (and create) the Tango
                        system and to create the DServerClass singleton.
                        The main should be the same for every Tango device server.

ClassFactory.cpp:	C++ source for the class_factory method of the DServer
                        device class. This method is responsible to create
                        all class singletin for a device server. It is called
                        at device server startup
