Add stub so that it compiles. Will fix later when I have time.

This commit is contained in:
Steve Checkoway
2009-04-12 22:28:37 +00:00
parent e721fde9b7
commit e9ab0b9d77
@@ -429,6 +429,11 @@ void ArchHooks::MountInitialFilesystems( const RString &sDirOfExecutable )
FILEMAN->Mount( "dir", ssprintf("%s/Logs/" PRODUCT_ID, dir), "/Logs" );
}
void ArchHooks::MountUserFilesystems( const RString &sDirOfExecutable )
{
// XXX: Fix me.
}
static inline int GetIntValue( CFTypeRef r )
{
int ret;