Changes from NuCache. Should'nt affect the build.

git-svn-id: svn://10.0.0.236/trunk@9003 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gagan%netscape.com
1998-09-01 20:00:07 +00:00
parent fd1035a222
commit 4835fef626
15 changed files with 348 additions and 51 deletions

View File

@@ -165,6 +165,12 @@ nsCacheObject* nsMemModule::GetObject(const char* i_url) const
return 0;
}
nsStream* nsMemModule::GetStreamFor(const nsCacheObject* i_pObject)
{
MonitorLocker ml(this);
return 0;
}
nsMemCacheObject* nsMemModule::LastObject(void) const
{
MonitorLocker ml((nsMonitorable*)this);
@@ -179,11 +185,6 @@ nsMemCacheObject* nsMemModule::LastObject(void) const
return pLast;
}
PRUint32 nsMemModule::Read(nsCacheObject* pObject, char* o_Buffer, PRUint32 len)
{
return 0;
}
PRBool nsMemModule::ReduceSizeTo(const PRUint32 i_NewSize)
{
//TODO
@@ -202,11 +203,6 @@ PRBool nsMemModule::Remove(const PRUint32 i_index)
return PR_FALSE;
}
PRUint32 nsMemModule::Write(nsCacheObject* pObject, const char* i_Buffer, PRUint32 len)
{
return 0;
}
/*
NS_IMETHOD nsMemModule::QueryInterface(const nsIID& aIID, void** aInstancePtr)
{