VirtualBox

Changeset 20045 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
May 26, 2009 3:44:07 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47780
Message:

Main-S3: backed out r47779 because of Win (mkdtemp)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r20044 r20045  
    28902890    </method>
    28912891
    2892   </interface>
    2893 
    2894   <!--
    2895   // IVFSExplorer
    2896   /////////////////////////////////////////////////////////////////////////
    2897   -->
    2898 
    2899   <enum
    2900     name="VFSType"
    2901     uuid="813999ba-b949-48a8-9230-aadc6285e2f2"
    2902   >
    2903     <desc>
    2904     </desc>
    2905 
    2906     <const name="File" value="1" />
    2907     <const name="Cloud" value="2" />
    2908     <const name="S3" value="3" />
    2909     <const name="WebDav" value="4" />
    2910   </enum>
    2911 
    2912   <enum
    2913     name="FileType"
    2914     uuid="714333cd-44e2-415f-a245-d378fa9b1242"
    2915   >
    2916     <desc>
    2917     </desc>
    2918 
    2919     <const name="Unknown" value="1" />
    2920     <const name="Fifo" value="2" />
    2921     <const name="DevChar" value="3" />
    2922     <const name="Directory" value="4" />
    2923     <const name="DevBlock" value="5" />
    2924     <const name="File" value="6" />
    2925     <const name="SymLink" value="7" />
    2926     <const name="Socket" value="8" />
    2927     <const name="WhiteOut" value="9" />
    2928   </enum>
    2929 
    2930   <interface
    2931      name="IVFSExplorer" extends="$unknown"
    2932      uuid="fd7da337-80ef-4a5c-9122-918435e33003"
    2933      wsmap="managed"
    2934      >
    2935     <desc />
    2936 
    2937     <attribute name="path" type="wstring" readonly="yes">
    2938       <desc />
    2939     </attribute>
    2940 
    2941     <attribute name="type" type="VFSType" readonly="yes">
    2942       <desc />
    2943     </attribute>
    2944 
    2945     <method name="update">
    2946       <desc />
    2947 
    2948       <param name="aProgress" type="IProgress" dir="return">
    2949         <desc />
    2950       </param>
    2951     </method>
    2952 
    2953     <method name="entryList">
    2954       <desc />
    2955 
    2956       <param name="aNames" type="wstring" safearray="yes" dir="out">
    2957         <desc />
    2958       </param>
    2959 
    2960       <param name="aTypes" type="unsigned long" safearray="yes" dir="out">
    2961         <desc />
    2962       </param>
    2963     </method>
    2964 
    2965     <method name="exists">
    2966       <desc />
    2967 
    2968       <param name="aNames" type="wstring" safearray="yes" dir="in">
    2969         <desc />
    2970       </param>
    2971 
    2972       <param name="aExists" type="wstring" safearray="yes" dir="return">
    2973         <desc />
    2974       </param>
    2975     </method>
    2976 
    2977     <method name="remove">
    2978       <desc />
    2979 
    2980       <param name="aNames" type="wstring" safearray="yes" dir="in">
    2981         <desc />
    2982       </param>
    2983 
    2984       <param name="aProgress" type="IProgress" dir="return">
    2985         <desc />
    2986       </param>
    2987     </method>
    2988    
    29892892  </interface>
    29902893
     
    31403043  <interface
    31413044     name="IAppliance" extends="$unknown"
    3142      uuid="07495095-d16c-4911-8964-5914341ced5d"
     3045     uuid="30bfa6b8-9eda-4b0a-b218-a86813248ccd"
    31433046     wsmap="managed"
    31443047     >
     
    33233226      <param name="aProgress" type="IProgress" dir="return">
    33243227        <desc></desc>
    3325       </param>
    3326     </method>
    3327 
    3328     <method name="createVFSExplorer">
    3329       <desc />
    3330 
    3331       <param name="aUri" type="wstring" dir="in">
    3332         <desc />
    3333       </param>
    3334 
    3335       <param name="aExplorer" type="IVFSExplorer" dir="return">
    3336         <desc />
    33373228      </param>
    33383229    </method>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette