- Timestamp:
 - Mar 6, 2007, 9:07:54 PM (19 years ago)
 - Location:
 - trunk/desktop
 - Files:
 - 
      
- 2 edited
 
- 
          
  class_c/wpfilesystem.c (modified) (3 diffs)
 - 
          
  idl/wpfilesystem.idl (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/desktop/class_c/wpfilesystem.c
r206 r243 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 * … … 91 91 } 92 92 93 /* We are a folder somwhere in the chain */93 /* We are a folder somwhere in the chain */ 94 94 nomRetval=WPFileSystem_wpQueryFileName((WPFileSystem*)wpParent, bFullPath, NULLHANDLE); 95 95 nomPath=NOMPathNew(); … … 99 99 } 100 100 101 102 NOM_Scope CORBA_boolean NOMLINK impl_WPFileSystem_wpMoveObject(WPFileSystem* nomSelf, 103 const PWPFolder wpTargetFolder, 104 CORBA_Environment *ev) 105 { 106 /* WPFileSystemData* nomThis=WPFileSystemGetData(nomSelf); */ 107 108 return WPFileSystem_wpMoveObject_parent(nomSelf, wpTargetFolder, ev); 109 return FALSE; 110 } 111 112 113 NOM_Scope PWPObject NOMLINK impl_WPFileSystem_wpCopyObject(WPFileSystem* nomSelf, 114 const PWPFolder wpTargetFolder, 115 const CORBA_boolean fLock, 116 CORBA_Environment *ev) 117 { 118 /* WPFileSystemData* nomThis=WPFileSystemGetData(nomSelf); */ 119 120 return WPFileSystem_wpCopyObject_parent(nomSelf, wpTargetFolder, fLock, ev); 121 122 return NULLHANDLE; 123 } 124  - 
      
trunk/desktop/idl/wpfilesystem.idl
r203 r243 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 * … … 52 52 PNOMPath wpQueryFileName(in boolean bFullPath); 53 53 54 #if 0 55 ULONG cbEASize;56 #endif 54 NOMOVERRIDE(wpMoveObject); 55 NOMOVERRIDE(wpCopyObject); 56 57 57 NOMINSTANCEVAR(string pszFullPath); /* ONLY FOR TESTING!!! */ 58 58 NOMINSTANCEVAR(string pszType);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  