Changeset 25762 in vbox for trunk/src/libs/xpcom18a4/xpcom/tests/TestPipes.cpp
- Timestamp:
- Jan 12, 2010 1:50:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/tests/TestPipes.cpp
r1 r25762 288 288 #if 0 289 289 290 class nsPipeObserver : public nsIInputStreamObserver, 290 class nsPipeObserver : public nsIInputStreamObserver, 291 291 public nsIOutputStreamObserver 292 292 { … … 521 521 { 522 522 nsresult rv; 523 nsIInputStream* in ;524 nsIOutputStream* out ;523 nsIInputStream* in = 0; /* bird: initialize to quiet gcc. */ 524 nsIOutputStream* out = 0; /* ditto */ 525 525 PRUint32 bufSize; 526 526
Note:
See TracChangeset
for help on using the changeset viewer.