| 356 | } |
| 357 | |
| 358 | bool NotificationCCTypes::Create |
| 359 | ( |
| 360 | ) |
| 361 | { |
| 362 | if (m_instance != NULL) |
| 363 | { |
| 364 | return true; |
| 365 | } |
| 366 | m_instance = new NotificationCCTypes(); |
| 367 | ReadXML(); |
| 368 | return true; |
| 369 | } |
| 370 | |
| 371 | |
| 372 |
nothing calls this directly
no outgoing calls
no test coverage detected