Changeset 105
- Timestamp:
- 11/21/06 20:16:18 (2 years ago)
- Files:
-
- trunk/Socket.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Socket.pm
r103 r105 184 184 $PostLoopCallback = undef; 185 185 %PLCMap = (); 186 } 187 188 # Reset the initialized poller, perhaps this should be part of sub Reset. 189 sub ResetPoller { 190 $DoneInit = 0; 186 191 } 187 192
