1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
// Copyright this year struct TelegramIndex { TelegramIndex(const char* pN, unsigned long nI) : pTelName(pN), nTelIndex(n) { } ~TelegramIndex() { } const char* const pTelName; unsigned long nTelIndex; };