]> cygwin.com Git - cygwin-apps/setup.git/commit
2003-02-16 Pavel Tsekov <ptsekov@gmx.net>
authorRobert Collins <rbtcollins@hotmail.com>
Sun, 9 Mar 2003 01:28:52 +0000 (01:28 +0000)
committerRobert Collins <rbtcollins@hotmail.com>
Sun, 9 Mar 2003 01:28:52 +0000 (01:28 +0000)
commitf37b36a368e8534c216e5f0096b02a15eaee3dbe
tree26748ce57c7af853143977962b6817a993518d73
parenteef9ea26621bb6c046a23d38b64b491d01b69920
2003-02-16  Pavel Tsekov  <ptsekov@gmx.net>

* Exception.h: Declare new constructor.
(Exception::_message): Change the type from 'const char *' to
'class String'.
(Exception::~Exception): Implement destructor (make gcc shut up).
* Exception.cc: Implement new constructor.
(Exception::what): Use String::cstr_oneuse ().
* download.cc (validateCachedPackage): Use the constructor, which
takes String& as its second argument, when throwing objects
of type Exception.
(check_for_cached): Ditto.
* install.cc (install_one_source): Ditto.
ChangeLog
Exception.cc
Exception.h
download.cc
install.cc
This page took 0.03412 seconds and 5 git commands to generate.