Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | removed inheritance GCShared->Shared | Marc Laukien | 2005-03-08 |
| | |||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 |
| | |||
* | Changed test to leave _noDelete as true. | Michi Henning | 2005-01-14 |
| | |||
* | Changed inheritance of IceUtil::GCShared from IceUtil::Shared to virtual | Michi Henning | 2005-01-14 |
inheritance, so we don't have two IceUtil::Shared instances in a class that uses multiple inheritance and ends up deriving from IceUtil::Shared more than once. Added a test case to the thread tests for a class that inherits from both GCShared and Thread to proved that there is indeed only one shared instance of IceUtil::Shared in such a class. |