(svn r21846) -Codechange: move documentation towards the code to make it more likely to be updated [o-s].
This commit is contained in:
@@ -22,11 +22,15 @@
|
||||
SignPool _sign_pool("Sign");
|
||||
INSTANTIATE_POOL_METHODS(Sign)
|
||||
|
||||
/**
|
||||
* Creates a new sign
|
||||
*/
|
||||
Sign::Sign(Owner owner)
|
||||
{
|
||||
this->owner = owner;
|
||||
}
|
||||
|
||||
/** Destroy the sign */
|
||||
Sign::~Sign()
|
||||
{
|
||||
free(this->name);
|
||||
|
Reference in New Issue
Block a user