// // System.Threading.Thread.cs // // Author: // Zoltan Varga (vargaz@freemail.hu) // // (C) 2004 Novell (http://www.novell.com) // namespace System.Threading { public class CompressedStack { internal CompressedStack () { } ~CompressedStack () { } } }