//***************************************************************************** //* E.S.O. - VLT project //* //* "@(#) $Id: DATABASE.db,v 1.49 2003/12/02 17:54:35 vltsccm Exp $" //* //* who when what //* -------- -------- ----------------------------------------------- //* B.GILLI 24/02/95 Created //* //************************************************************************ //* //*---------------------------------------------------------------------- // //**************************************************************** // CCS DEFINITIONS //**************************************************************** // Loads classes definition from standard file #include "CCS.db" // // Loads points for CCS, // // REMEMBER: to edit the provided template to match the // actual configuration // #include "USER.db" //**************************************************************** // APPLICATION DEFINITIONS //**************************************************************** // include branch needed by lcustat and lcuwd applications #include "lcustat.db" // // Add hereafter branches defined by your applications // and that you want to load //#include "MYBRANCH.db" // // ___oOo___