зеркало из https://github.com/mozilla/pjs.git
rename function for consistency
This commit is contained in:
Родитель
fa98690b60
Коммит
9a20babecd
|
@ -84,7 +84,7 @@ interface nsIAbCard : nsISupports {
|
|||
void SetAnonymousIntAttribute(in string attrname, in unsigned long value);
|
||||
void SetAnonymousBoolAttribute(in string attrname, in boolean value);
|
||||
void AddAnonymousAttributesToDB();
|
||||
void EditAnonymousAttributesToDB();
|
||||
void EditAnonymousAttributesInDB();
|
||||
|
||||
void GetCardURI(out string uri);
|
||||
void AddCardToDatabase(in string uri);
|
||||
|
|
|
@ -618,7 +618,7 @@ NS_IMETHODIMP nsAbCardProperty::AddAnonymousAttributesToDB()
|
|||
return rv;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsAbCardProperty::EditAnonymousAttributesToDB()
|
||||
NS_IMETHODIMP nsAbCardProperty::EditAnonymousAttributesInDB()
|
||||
{
|
||||
nsresult rv = NS_OK;
|
||||
if (mDatabase)
|
||||
|
|
|
@ -143,7 +143,7 @@ public:
|
|||
NS_IMETHOD SetAnonymousIntAttribute(const char *attrname, PRUint32 value);
|
||||
NS_IMETHOD SetAnonymousBoolAttribute(const char *attrname, PRBool value);
|
||||
NS_IMETHOD AddAnonymousAttributesToDB();
|
||||
NS_IMETHOD EditAnonymousAttributesToDB();
|
||||
NS_IMETHOD EditAnonymousAttributesInDB();
|
||||
|
||||
NS_IMETHOD GetCardURI(char **uri);
|
||||
NS_IMETHOD AddCardToDatabase(const char *uri);
|
||||
|
|
Загрузка…
Ссылка в новой задаче