Added the test example.

NSPR changes.


git-svn-id: svn://10.0.0.236/trunk@1114 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gagan
1998-05-05 00:37:53 +00:00
parent c4ea4cc289
commit b23ea7975d
32 changed files with 1511 additions and 128 deletions

View File

@@ -23,6 +23,7 @@
*
*/
#include <prtypes.h>
#include "nsDiskModule.h"
#include "nsCacheObject.h"
//
@@ -38,12 +39,12 @@ nsDiskModule::~nsDiskModule()
}
nsCacheObject* nsDiskModule::GetObject(long i_index) const
nsCacheObject* nsDiskModule::GetObject(PRUint32 i_index) const
{
return 0;
}
int nsDiskModule::AddObject(nsCacheObject* i_pObject)
PRBool nsDiskModule::AddObject(nsCacheObject* i_pObject)
{
return 0;
return PR_FALSE;
}