Changeset 146 for trunk/desktop/idl


Ignore:
Timestamp:
Dec 3, 2006, 9:54:12 PM (19 years ago)
Author:
cinc
Message:

Improvements to WPFolder and fixes to related classes.

Location:
trunk/desktop/idl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/idl/wpfilesystem.idl

    r98 r146  
    3737
    3838#include "wpobject.idl"
     39#include "nomfilepath.idl"
    3940
    4041interface WPFileSystem : WPObject
     
    4445
    4546  void tstSetFullPath(in string fullPath);   
     47  PNOMPath wpQueryRealName(in boolean bFullPath);
    4648
    4749#if 0
    48     ULONG cbEASize;
     50  ULONG cbEASize;
    4951#endif
    50     NOMINSTANCEVAR(string pszFullPath);  /* ONLY FOR TESTING!!! */ 
    51     NOMINSTANCEVAR(string pszType);
     52  NOMINSTANCEVAR(string pszFullPath);  /* ONLY FOR TESTING!!! */ 
     53  NOMINSTANCEVAR(string pszType);
    5254};
    5355
  • trunk/desktop/idl/wpfolder.idl

    r141 r146  
    3838#include "wpfilesystem.idl"
    3939#include "nomfilepath.idl"
     40/*#include "nomfolderwindow.idl"*/
     41
     42native PNOMFolderWindow;
    4043
    4144NOMCLASSNAME(WPFolder);
     
    4649
    4750  boolean wpPopulate(in unsigned long ulReserved,
    48                   in string pszPath,
    49                   in boolean fFoldersOnly);
    50   gpointer wpCreateFolderWindow();
    51   void tstSetFolderPath(in string thePath); /* Only for testing */
     51                     in string pszPath,
     52                     in boolean fFoldersOnly);
     53  PNOMFolderWindow wpCreateFolderWindow();
     54
    5255#if 0
    5356  WPObject wpQueryContent(in WPObject Object,
     
    6265
    6366  NOMINSTANCEVAR(PPRIVFOLDERDATA privFolderData);
    64   NOMINSTANCEVAR(PNOMPath pnomPath);
     67  NOMINSTANCEVAR(PNOMPath pnomPath_);
    6568};
    6669
Note: See TracChangeset for help on using the changeset viewer.