Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2002 13:38:28 -0600 (CST)
From:      Antoine Beaupré <antoine@usw4.freebsd.org>
To:        libh@FreeBSD.org
Subject:   cvs commit: libh/include/sysinstall Database.hh libh/lib/sysinstall Database.cc Database.cd.cc
Message-ID:  <200201311938.g0VJcSY49631@usw4.freebsd.org>

next in thread | raw e-mail | index | archive | help
antoine     2002/01/31 13:38:28 CST

  Modified files:
    include/sysinstall   Database.hh 
    lib/sysinstall       Database.cc Database.cd.cc 
  Log:
  Implement auto database creation in Database TCL command
  
  This modifies the Database::open() command to add a flag which toggle
  database creation.
  
  Database::create(string) is now deprecated since open() has the same
  functionality. This commit doesn't remove it though.
  
  Revision  Changes    Path
  1.6       +2 -2      libh/include/sysinstall/Database.hh
  1.5       +11 -6     libh/lib/sysinstall/Database.cc
  1.8       +9 -2      libh/lib/sysinstall/Database.cd.cc


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-libh" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201311938.g0VJcSY49631>