txmgr changes not built yet
git-svn-id: svn://10.0.0.236/trunk@16353 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -136,6 +136,7 @@ nsTransactionStack::Write(nsIOutputStream *aOutputStream)
|
||||
tx->Write(aOutputStream);
|
||||
tx = (nsTransactionItem *)--di;
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
* Reserved.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "nsITransactionManager.h"
|
||||
#include "nsTransactionManagerCID.h"
|
||||
#include "nsRepository.h"
|
||||
@@ -169,8 +170,8 @@ public:
|
||||
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
nsresult Close(void) {}
|
||||
nsresult Write(const char *str, PRInt32 offset, PRInt32 len, PRInt32 *wcnt)
|
||||
NS_IMETHOD Close(void) {return NS_OK;}
|
||||
NS_IMETHOD Write(const char *str, PRInt32 offset, PRInt32 len, PRInt32 *wcnt)
|
||||
{
|
||||
*wcnt = fwrite(&str[offset], 1, len, stdout);
|
||||
fflush(stdout);
|
||||
|
||||
Reference in New Issue
Block a user