/[dotgnu-pnet]/pnet/support/no_defs.c
ViewVC logotype

Diff of /pnet/support/no_defs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by tum, Tue Jul 15 22:17:33 2003 UTC revision 1.4 by ktreichel, Mon Oct 10 20:03:15 2005 UTC
# Line 29  Line 29 
29  extern  "C" {  extern  "C" {
30  #endif  #endif
31    
32    /*
33     * This function is only used for initializing an ILThread
34     * structure for threads not created by pnet.
35     * This Thread MUST NOT BE USED to run managed code or create
36     * managed objects because this thread is not controled by the GC.
37     */
38    void _ILThreadInitHandleSelf(ILThread *thread)
39    {
40    }
41    
42  void _ILThreadInitSystem(ILThread *mainThread)  void _ILThreadInitSystem(ILThread *mainThread)
43  {  {
44          mainThread->handle = 0;          mainThread->handle = 0;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26