Changeset 5962 in vbox for trunk/src/libs/xpcom18a4/xpcom
- Timestamp:
- Dec 5, 2007 7:44:46 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiprivate.h
r1 r5962 189 189 const nsInt64& GetDate() const {return mDate;} 190 190 const char* GetName() const {return mName;} 191 const PRUint32GetDirectory() const {return mDirectory;}191 /*const*/ PRUint32 GetDirectory() const {return mDirectory;} 192 192 xptiTypelibGuts* GetGuts() {return mGuts;} 193 193
Note:
See TracChangeset
for help on using the changeset viewer.