Changeset 99775 in vbox for trunk/src/libs/xpcom18a4/ipc
- Timestamp:
- May 12, 2023 12:21:58 PM (21 months ago)
- Location:
- trunk/src/libs/xpcom18a4/ipc/ipcd/client/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcConnectionUnix.cpp
r64428 r99775 414 414 #endif 415 415 416 nsresult416 static nsresult 417 417 TryConnect(PRFileDesc **result) 418 418 { -
trunk/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcModuleFactory.cpp
r1 r99775 103 103 104 104 // enable this code to make the IPC DCONNECT service auto-start. 105 NS_METHOD105 static NS_METHOD 106 106 ipcDConnectServiceRegisterProc(nsIComponentManager *aCompMgr, 107 107 nsIFile *aPath, … … 123 123 } 124 124 125 NS_METHOD125 static NS_METHOD 126 126 ipcDConnectServiceUnregisterProc(nsIComponentManager *aCompMgr, 127 127 nsIFile *aPath,
Note:
See TracChangeset
for help on using the changeset viewer.