Changes

Jump to: navigation, search

Real World Mozilla First XPCOM Component

2 bytes added, 13:43, 28 February 2007
FirstXpcom.cpp
/* destructor code */
}
/* attribute AString name; */
NS_IMETHODIMP FirstXpcom::GetName(nsAString & aName)
'''return NS_OK;'''
}
/* long add (in long a, in long b); */
NS_IMETHODIMP FirstXpcom::Add(PRInt32 a, PRInt32 b, PRInt32 *_retval)

Navigation menu