Changeset 237 for trunk/desktop/class_c/wpobject.c
- Timestamp:
- Feb 11, 2007, 4:52:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/class_c/wpobject.c
r224 r237 16 16 * The Initial Developer of the Original Code is 17 17 * netlabs.org: Chris Wohlgemuth <cinc-ml@netlabs.org>. 18 * Portions created by the Initial Developer are Copyright (C) 2005-200 618 * Portions created by the Initial Developer are Copyright (C) 2005-2007 19 19 * the Initial Developer. All Rights Reserved. 20 20 * … … 798 798 799 799 800 801 800 NOM_Scope gulong NOMLINK impl_WPObject_wpDragOver(WPObject* nomSelf, const gpointer containerHandle, 801 const gpointer pDragInfo, CORBA_Environment *ev) 802 { 803 /* WPObjectData* nomThis=WPObjectGetData(nomSelf); */ 804 805 return 0; /* Don't allow drop */ 806 } 807 808 NOM_Scope gulong NOMLINK impl_WPObject_wpDrop(WPObject* nomSelf, const gpointer containerHandle, 809 const gpointer pDragInfo, CORBA_Environment *ev) 810 { 811 /* WPObjectData* nomThis=WPObjectGetData(nomSelf); */ 812 813 DosBeep(500, 100); 814 return 0; 815 } 816 817
Note:
See TracChangeset
for help on using the changeset viewer.