Changeset 2440 in vbox for trunk/src/libs/xpcom18a4/ipc/ipcd/daemon
- Timestamp:
- Apr 30, 2007 3:55:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcd.cpp
r1 r2440 118 118 IPC_NotifyClientUp(ipcClient *client) 119 119 { 120 LOG(("IPC_NotifyClientUp: clientID=%d\n", client->ID())); 121 120 122 // notify modules before other clients 121 123 IPC_NotifyModulesClientUp(client); … … 131 133 IPC_NotifyClientDown(ipcClient *client) 132 134 { 135 LOG(("IPC_NotifyClientDown: clientID=%d\n", client->ID())); 136 133 137 // notify modules before other clients 134 138 IPC_NotifyModulesClientDown(client);
Note:
See TracChangeset
for help on using the changeset viewer.