Changeset 241 for trunk/desktop/class_c/wpobject.c
- Timestamp:
- Mar 6, 2007, 8:47:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/class_c/wpobject.c
r237 r241 33 33 * ***** END LICENSE BLOCK ***** */ 34 34 /* 35 * This file was generated by orbit-idl-2 for Voyager36 *37 *38 35 * And remember, phase 3 is near... 39 36 */ … … 801 798 const gpointer pDragInfo, CORBA_Environment *ev) 802 799 { 803 /* WPObjectData* nomThis=WPObjectGetData(nomSelf); */800 /* WPObjectData* nomThis=WPObjectGetData(nomSelf); */ 804 801 805 802 return 0; /* Don't allow drop */ … … 809 806 const gpointer pDragInfo, CORBA_Environment *ev) 810 807 { 811 /* WPObjectData* nomThis=WPObjectGetData(nomSelf); */ 812 813 DosBeep(500, 100); 808 /* WPObjectData* nomThis=WPObjectGetData(nomSelf); */ 809 g_message("Calling %s", __FUNCTION__); 814 810 return 0; 815 811 } 816 812 817 813 NOM_Scope CORBA_boolean NOMLINK impl_WPObject_wpMoveObject(WPObject* nomSelf, 814 const PWPFolder wpTargetFolder, 815 CORBA_Environment *ev) 816 { 817 /* WPObjectData* nomThis=WPObjectGetData(nomSelf); */ 818 g_message("Calling %s, not implemented yet", __FUNCTION__); 819 820 return FALSE; 821 } 822 823 NOM_Scope PWPObject NOMLINK impl_WPObject_wpCopyObject(WPObject* nomSelf, 824 const PWPFolder wpTargetFolder, 825 const CORBA_boolean fLock, 826 CORBA_Environment *ev) 827 { 828 /* WPObjectData* nomThis=WPObjectGetData(nomSelf); */ 829 830 g_message("Calling %s, not implmnted yet", __FUNCTION__); 831 return FALSE; 832 } 833
Note:
See TracChangeset
for help on using the changeset viewer.