changeset 13 | 84c2d38f924c |
parent 0 | 9d67172bb323 |
child 26 | cb9cdf247239 |
1.1 --- a/BLIP/BLIPReader.h Fri May 23 17:37:36 2008 -0700 1.2 +++ b/BLIP/BLIPReader.h Wed Jun 04 17:11:20 2008 -0700 1.3 @@ -18,8 +18,8 @@ 1.4 UInt32 _curBytesRead; 1.5 NSMutableData *_curBody; 1.6 1.7 - UInt32 _numQueriesReceived; 1.8 - NSMutableDictionary *_pendingQueries, *_pendingReplies; 1.9 + UInt32 _numRequestsReceived; 1.10 + NSMutableDictionary *_pendingRequests, *_pendingResponses; 1.11 } 1.12 1.13 - (void) _addPendingResponse: (BLIPResponse*)response;