note description: "Control interfaces. Help file: " legal: "See notice at end of class." status: "See notice at end of class." generator: "Automatically generated by the EiffelCOM Wizard." deferred class IPERSIST_INTERFACE inherit ECOM_INTERFACE feature -- Status Report get_class_id_user_precondition (p_class_id: ECOM_GUID): BOOLEAN -- User-defined preconditions for `get_class_id'. -- Redefine in descendants if needed. do Result := True end feature -- Basic Operations get_class_id (p_class_id: ECOM_GUID) -- No description available. -- `p_class_id' [out]. require non_void_p_class_id: p_class_id /= Void valid_p_class_id: p_class_id.item /= default_pointer get_class_id_user_precondition: get_class_id_user_precondition (p_class_id) deferred end note copyright: "Copyright (c) 1984-2006, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 356 Storke Road, Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end -- IPERSIST_INTERFACE