Ignore:
Timestamp:
Mar 6, 2007, 8:47:20 PM (18 years ago)
Author:
cinc
Message:

WC2007 patches for drag and drop implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/class_c/wpobject.c

    r237 r241  
    3333* ***** END LICENSE BLOCK ***** */
    3434/*
    35  * This file was generated by orbit-idl-2 for Voyager
    36  *
    37  *
    3835 * And remember, phase 3 is near...
    3936 */
     
    801798                                                  const gpointer pDragInfo, CORBA_Environment *ev)
    802799{
    803 /* WPObjectData* nomThis=WPObjectGetData(nomSelf); */
     800  /* WPObjectData* nomThis=WPObjectGetData(nomSelf); */
    804801
    805802  return 0; /* Don't allow drop */
     
    809806                                              const gpointer pDragInfo, CORBA_Environment *ev)
    810807{
    811 /* WPObjectData* nomThis=WPObjectGetData(nomSelf); */
    812 
    813   DosBeep(500, 100);
     808  /* WPObjectData* nomThis=WPObjectGetData(nomSelf); */
     809  g_message("Calling %s", __FUNCTION__);
    814810  return 0;
    815811}
    816812
    817 
     813NOM_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
     823NOM_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.