equal
deleted
inserted
replaced
48 this->string_id = str; |
48 this->string_id = str; |
49 } |
49 } |
50 |
50 |
51 Group::~Group() |
51 Group::~Group() |
52 { |
52 { |
53 this->QuickFree(); |
53 DeleteName(this->string_id); |
54 this->string_id = STR_NULL; |
54 this->string_id = STR_NULL; |
55 } |
|
56 |
|
57 void Group::QuickFree() |
|
58 { |
|
59 DeleteName(this->string_id); |
|
60 } |
55 } |
61 |
56 |
62 bool Group::IsValid() const |
57 bool Group::IsValid() const |
63 { |
58 { |
64 return this->string_id != STR_NULL; |
59 return this->string_id != STR_NULL; |