Changeset 3840 for trunk/tools/database


Ignore:
Timestamp:
Jul 18, 2000, 9:33:15 AM (25 years ago)
Author:
bird
Message:

Implemented support for design notes and files.

Location:
trunk/tools/database
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/Makefile

    r3838 r3840  
    1 # $Id: Makefile,v 1.10 2000-07-18 07:16:01 bird Exp $
     1# $Id: Makefile,v 1.11 2000-07-18 07:33:15 bird Exp $
    22
    33#
  • trunk/tools/database/StateUpd.cpp

    r3838 r3840  
    1 /* $Id: StateUpd.cpp,v 1.23 2000-07-18 07:15:58 bird Exp $
     1/* $Id: StateUpd.cpp,v 1.24 2000-07-18 07:33:13 bird Exp $
    22 *
    33 * StateUpd - Scans source files for API functions and imports data on them.
  • trunk/tools/database/StateUpd.h

    r3838 r3840  
    1 /* $Id: StateUpd.h,v 1.3 2000-07-18 07:15:58 bird Exp $ */
     1/* $Id: StateUpd.h,v 1.4 2000-07-18 07:33:14 bird Exp $ */
    22/*
    33 * StateUpd - Scans source files for API functions and imports data on them.
  • trunk/tools/database/db.cpp

    r3838 r3840  
    1 /* $Id: db.cpp,v 1.12 2000-07-18 07:15:59 bird Exp $ *
     1/* $Id: db.cpp,v 1.13 2000-07-18 07:33:14 bird Exp $ *
    22 *
    33 * DB - contains all database routines.
  • trunk/tools/database/db.h

    r3838 r3840  
    1 /* $Id: db.h,v 1.8 2000-07-18 07:16:00 bird Exp $ */
     1/* $Id: db.h,v 1.9 2000-07-18 07:33:15 bird Exp $ */
    22/*
    33 * DB - contains all database routines
Note: See TracChangeset for help on using the changeset viewer.