summaryrefslogtreecommitdiff
path: root/java/test/Ice/slicing/objects/csrc/Client.java
Commit message (Collapse)AuthorAge
* Merged android-testsuite branch.Matthew Newhook2009-03-24
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* bug 2274 - review exception catching in Java/C# testsMark Spruiell2008-01-30
|
* Updated copyrightDwayne Boone2008-01-23
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Updated copyrightDwayne Boone2006-03-14
|
* Made finalizers thread-safe.Michi Henning2005-04-26
|
* adding calls to System.gc() in testsMark Spruiell2005-04-21
|
* 2004 to 2005Bernard Normier2005-02-16
|
* Deprecation of global Slice definitions.Michi Henning2004-08-31
|
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* Changed marshaling for sizes: sizes of up to 254 are now marshaled in aMichi Henning2003-05-20
single byte. Added appropriate tests for this to Ice/test/operations. Finished slicing for icej. All tests pass. Removed remaining trace.