summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Application.cpp
Commit message (Collapse)AuthorAge
...
* merge with 1.1Marc Laukien2003-07-13
|
* added destroyOnInterrupt() to ApplicationMarc Laukien2003-06-20
|
* StaticMutex, CtrlCHandler and Applicaton signal handling updateBernard Normier2003-04-18
|
* Solaris/Sun C++ 5.4 portBernard Normier2003-04-09
|
* version update; date changeMarc Laukien2003-02-04
|
* signalShutdownMarc Laukien2002-12-27
|
* Added interrupted() method so we can test whether a program terminated dueMichi Henning2002-11-13
| | | | to a signal.
* fixed copyright dateMarc Laukien2002-11-06
|
* changing copyright location; adding GPL noteMark Spruiell2002-10-28
|
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* Define the signals and signalSet static attributesBenoit Foucher2002-10-24
|
* Forgot to protect the constructor body from WIN32...Michi Henning2002-10-24
|
* Fixed releaseInterrupt(): signals weren't unblocked correctly. AlsoMichi Henning2002-10-24
| | | | | | refactored the code a bit -- signal sets are now private data members so the code isn't cluttered with repeated use of the signal names that we are blocking.
* Wasn't supposed to be checked-inBenoit Foucher2002-10-23
|
* Added exception handler for Ice::ExceptionBenoit Foucher2002-10-23
|
* Removed left-over trace messages.Michi Henning2002-10-10
|
* Fixed incorrect formatting of messages and added missing second set ofMichi Henning2002-10-10
| | | | catch handlers.
* Added additional catch handlers to run() for std::string and const char *.Michi Henning2002-10-10
| | | | | If one of these is thrown, they are printed; exit status is set to failure as for the other exception handlers.
* Added holdInterrupt() and releaseInterrupt() members.Michi Henning2002-10-10
|
* catch std::exceptionMarc Laukien2002-09-19
|
* fixesMarc Laukien2002-09-02
|
* IcePatch workMarc Laukien2002-09-01
|
* added spaceMarc Laukien2002-07-09
|
* removed spaces after keywordsMarc Laukien2002-06-23
|
* merging from plugins branchMark Spruiell2002-04-24
|
* WIN32->_WIN32Marc Laukien2002-04-10
|
* fixed connection termination problemMarc Laukien2002-03-31
|
* fixesMarc Laukien2001-10-12
|
* IceUtil::ExceptionMarc Laukien2001-10-06
|
* fixesMarc Laukien2001-10-01
|
* Application classMarc Laukien2001-09-26