Revision cd580714 include/ZoneServer.h
include/ZoneServer.h | ||
---|---|---|
168 | 168 |
return 0; |
169 | 169 |
}; |
170 | 170 |
|
171 |
ZoneServer * delete_server(int id) |
|
172 |
{ |
|
173 |
return static_cast<ZoneServer *>(delete_attribute(id)); |
|
174 |
}; |
|
175 |
|
|
176 |
|
|
171 | 177 |
protected: |
172 | 178 |
ExtendedAttribute * attribute_factory(VectorAttribute * va, int id) const |
173 | 179 |
{ |
Also available in: Unified diff