Author: rolf
Date: 2007-06-06 14:50:55 -0400 (Wed, 06 Jun 2007)
New Revision: 78779
Modified:
trunk/moon/src/ChangeLog
trunk/moon/src/runtime.cpp
trunk/moon/src/runtime.h
Log:
2007-06-06 Rolf Bjarne Kvinge <[EMAIL PROTECTED]>
* runtime.cpp, runtime.h: Added DependencyObject::GetObjectType.
Modified: trunk/moon/src/ChangeLog
===================================================================
--- trunk/moon/src/ChangeLog 2007-06-06 18:36:40 UTC (rev 78778)
+++ trunk/moon/src/ChangeLog 2007-06-06 18:50:55 UTC (rev 78779)
@@ -1,3 +1,7 @@
+2007-06-06 Rolf Bjarne Kvinge <[EMAIL PROTECTED]>
+
+ * runtime.cpp, runtime.h: Added DependencyObject::GetObjectType.
+
2007-06-06 Sebastien Pouliot <[EMAIL PROTECTED]>
* shape.cpp|h, runtime.cpp|h: Remove the (now) useless
Modified: trunk/moon/src/runtime.cpp
===================================================================
--- trunk/moon/src/runtime.cpp 2007-06-06 18:36:40 UTC (rev 78778)
+++ trunk/moon/src/runtime.cpp 2007-06-06 18:50:55 UTC (rev 78779)
@@ -660,6 +660,12 @@
return property;
}
+DependencyObject::Type
+DependencyObject::GetObjectType ()
+{
+ return objectType;
+}
+
/*
DependencyProperty
*/
Modified: trunk/moon/src/runtime.h
===================================================================
--- trunk/moon/src/runtime.h 2007-06-06 18:36:40 UTC (rev 78778)
+++ trunk/moon/src/runtime.h 2007-06-06 18:50:55 UTC (rev 78779)
@@ -313,6 +313,7 @@
void SetValue (DependencyProperty *property, Value value);
Value *GetValue (DependencyProperty *property);
DependencyProperty *GetDependencyProperty (char *name);
+ Type GetObjectType ();
DependencyObject* FindName (char *name);
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches