- Timestamp:
 - Nov 29, 2006, 6:33:41 PM (19 years ago)
 - Location:
 - trunk
 - Files:
 - 
      
- 9 added
 - 3 edited
 
- 
          
  desktop/idl/wpfolder.idl (modified) (1 diff)
 - 
          
  desktop/idl/wpobject.idl (modified) (2 diffs)
 - 
          
  foundation/class_c/nomfilepath.c (modified) (1 diff)
 - 
          
  gui (added)
 - 
          
  gui/Makefile (added)
 - 
          
  gui/class_c (added)
 - 
          
  gui/class_c/Makefile (added)
 - 
          
  gui/class_h (added)
 - 
          
  gui/create_voyguitk_def.CMD (added)
 - 
          
  gui/exports.def (added)
 - 
          
  gui/idl (added)
 - 
          
  gui/include (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/desktop/idl/wpfolder.idl
r122 r125 38 38 #include "wpfilesystem.idl" 39 39 40 NOMCLASSNAME(WPFolder); 41 40 42 interface WPFolder : WPFileSystem 41 43 {  - 
      
trunk/desktop/idl/wpobject.idl
r113 r125 40 40 #include "wpnativetypes.idl" 41 41 42 //interface WPFolder; 43 44 NOMCLASSNAME(WPObject); 45 42 46 interface WPObject : NOMObject 43 47 { … … 66 70 unsigned long wpRequestObjectMutexSem(in unsigned long ulReserved); 67 71 unsigned long wpReleaseObjectMutexSem(); 72 /* boolean wpSetFolder(in WPFolder wpParentFolder); */ 68 73 69 74 /* Methods overriden by this class */  - 
      
trunk/foundation/class_c/nomfilepath.c
r123 r125 17 17 { 18 18 /* NOMFilePathData* nomThis=NOMFilePathGetData(nomSelf); */ 19 19 #warning !!!!! NOMFilePath_appendPath() is a stub !!!!! 20 NOMFilePath_appendString((NOMString*) nomSelf, (NOMString*)nomFPath, NULLHANDLE); 20 21 return nomSelf; 21 22 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  