summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/thread/GCSharedTest.cpp
Commit message (Collapse)AuthorAge
* removed inheritance GCShared->SharedMarc Laukien2005-03-08
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* Changed test to leave _noDelete as true.Michi Henning2005-01-14
|
* Changed inheritance of IceUtil::GCShared from IceUtil::Shared to virtualMichi Henning2005-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.