2006-10-15 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Sun, 15 Oct 2006 18:54:06 +0000 (18:54 -0000)
committerZoltan Varga <vargaz@gmail.com>
Sun, 15 Oct 2006 18:54:06 +0000 (18:54 -0000)
* threads.h: Revert the last change for now.

svn path=/trunk/mono/; revision=66708

mono/metadata/ChangeLog
mono/metadata/threads.c
mono/metadata/threads.h

index eb1b0e05401c4a481b3d173c0d1bc5c7ec9271f9..2eece8f59f4c4cb6c7559c23f13c4c9431475647 100644 (file)
@@ -1,5 +1,7 @@
 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
 
+       * threads.h: Revert the last change for now.
+
        * threads.h (mono_thread_get_pending_exception): Rename this to
        mono_thread_get_undeniable_exception ().
 
index 656479968e17775fb29753486fddc6edf187567e..8ff6db17f7a3a3ee20ce2ae48bad30aeaec4bde7 100644 (file)
@@ -2387,13 +2387,13 @@ mono_threads_clear_cached_culture (MonoDomain *domain)
 }
 
 /*
- * mono_thread_get_undeniable_exception:
+ * mono_thread_get_pending_exception:
  *
  *   Return an exception which needs to be raised when leaving a catch clause.
  * This is used for undeniable exception propagation.
  */
 MonoException*
-mono_thread_get_undeniable_exception (void)
+mono_thread_get_pending_exception (void)
 {
        MonoThread *thread = mono_thread_current ();
 
index 36831b9f8b892a665152a8e67efd2428caf84fbe..b7f11b765c0e944c52e22899f4f0715939357495 100644 (file)
@@ -31,7 +31,7 @@ extern void mono_thread_push_appdomain_ref (MonoDomain *domain);
 extern void mono_thread_pop_appdomain_ref (void);
 extern gboolean mono_thread_has_appdomain_ref (MonoThread *thread, MonoDomain *domain);
 
-extern MonoException * mono_thread_get_undeniable_exception (void);
+extern MonoException * mono_thread_get_pending_exception (void);
 
 extern gboolean mono_threads_abort_appdomain_threads (MonoDomain *domain, int timeout);
 extern void mono_threads_clear_cached_culture (MonoDomain *domain);