зеркало из https://github.com/mozilla/gecko-dev.git
Change unsigned char* param to ConstStr255Param to make mach-o happier
r=sdagley/sr=blake. bug 118197.
This commit is contained in:
Родитель
628436b865
Коммит
350e79a7ab
|
@ -121,7 +121,7 @@ nsInternetConfig::~nsInternetConfig()
|
|||
}
|
||||
|
||||
|
||||
nsresult nsInternetConfig::GetString( unsigned char* inKey, char** outString )
|
||||
nsresult nsInternetConfig::GetString( ConstStr255Param inKey, char** outString )
|
||||
{
|
||||
nsresult result = NS_ERROR_FAILURE;
|
||||
ICInstance instance = nsInternetConfig::GetInstance();
|
||||
|
|
|
@ -47,7 +47,7 @@ class nsInternetConfig
|
|||
public:
|
||||
nsInternetConfig();
|
||||
~nsInternetConfig();
|
||||
nsresult GetString( unsigned char* inKey, char** outString );
|
||||
nsresult GetString( ConstStr255Param inKey, char** outString );
|
||||
|
||||
static ICInstance GetInstance();
|
||||
static PRBool HasSeedChanged();
|
||||
|
|
|
@ -121,7 +121,7 @@ nsInternetConfig::~nsInternetConfig()
|
|||
}
|
||||
|
||||
|
||||
nsresult nsInternetConfig::GetString( unsigned char* inKey, char** outString )
|
||||
nsresult nsInternetConfig::GetString( ConstStr255Param inKey, char** outString )
|
||||
{
|
||||
nsresult result = NS_ERROR_FAILURE;
|
||||
ICInstance instance = nsInternetConfig::GetInstance();
|
||||
|
|
|
@ -47,7 +47,7 @@ class nsInternetConfig
|
|||
public:
|
||||
nsInternetConfig();
|
||||
~nsInternetConfig();
|
||||
nsresult GetString( unsigned char* inKey, char** outString );
|
||||
nsresult GetString( ConstStr255Param inKey, char** outString );
|
||||
|
||||
static ICInstance GetInstance();
|
||||
static PRBool HasSeedChanged();
|
||||
|
|
Загрузка…
Ссылка в новой задаче