Changeset 248 for trunk/desktop/idl/m_wpfilesystem.idl
- Timestamp:
- Mar 10, 2007, 9:40:28 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/desktop/idl/m_wpfilesystem.idl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/idl/m_wpfilesystem.idl
r206 r248 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 * … … 32 32 * 33 33 * ***** END LICENSE BLOCK ***** */ 34 /** \file 35 Class definition file for M_WPObject class. 36 */ 34 37 35 38 #ifndef M_WPFILESYSTEM_IDL_INCLUDED … … 44 47 #include "nomstring.idl" 45 48 49 /** \interface M_WPFileSystem 50 51 This class is the metaclass for the WPFileSystem class. 52 */ 46 53 interface M_WPFileSystem : M_WPObject 47 54 { 48 55 NOMCLASSVERSION(1, 0); 49 56 57 /** 58 Query the extensions for instances of this class. 59 */ 50 60 string wpclsQueryInstanceFilter(); 51 61
Note:
See TracChangeset
for help on using the changeset viewer.
