From eb4f1b91a84148e5e23e6ffcd833be6581a29ee4 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Mon, 2 Jan 2012 21:19:31 +0000 Subject: [PATCH] * ./hurricane/src/hurricane: - Change: Activate inspector support for Pin, Pin::AccessDirection & Pin::AccessStatus. --- hurricane/src/hurricane/hurricane/Pin.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hurricane/src/hurricane/hurricane/Pin.h b/hurricane/src/hurricane/hurricane/Pin.h index 689c7951..4e10a176 100644 --- a/hurricane/src/hurricane/hurricane/Pin.h +++ b/hurricane/src/hurricane/hurricane/Pin.h @@ -155,6 +155,11 @@ class Pin : public Contact { } // End of Hurricane namespace. +INSPECTOR_P_SUPPORT(Hurricane::Pin); +INSPECTOR_PV_SUPPORT(Hurricane::Pin::AccessDirection); +INSPECTOR_PV_SUPPORT(Hurricane::Pin::PlacementStatus); + + #endif // HURRICANE_PIN // ****************************************************************************************************