Changeset 7154 in vbox for trunk/src/libs/xpcom18a4
- Timestamp:
- Feb 26, 2008 5:31:45 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28435
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.h
r6999 r7154 247 247 NS_HIDDEN_(void) DeleteInstance(DConnectInstance *, PRBool locked = PR_FALSE); 248 248 // public only for DConnectStub::CallMethod() 249 NS_HIDDEN_(PRBool) CheckInstanceAndAddRef(DConnectInstance * );249 NS_HIDDEN_(PRBool) CheckInstanceAndAddRef(DConnectInstance *, PRUint32); 250 250 251 251 PRLock *StubLock() { return mStubLock; }
Note:
See TracChangeset
for help on using the changeset viewer.