|
|
От: |
shvonder
|
|
| Дата: | 31.01.08 14:38 | ||
| Оценка: | |||
А> std::string toString( Id id )
А> {
А> switch( id )
А> {
А> case APP_INIT: return std::string("APP_INIT");
А> case APP_CLOSE: return std::string("APP_CLOSE");
А> }
А> return std::string("Undefind id")
А> }
А>