| 106 | |
| 107 | template<typename ...Args> |
| 108 | void ODClient::queueClientNotification(ClientNotificationType type, const Args&... args) |
| 109 | { |
| 110 | queueClientNotification(type); |
| 111 | ODPacket::putInPacket(mClientNotificationQueue.back()->mPacket, args...); |
| 112 | } |
| 113 | |
| 114 | #endif // ODCLIENT_H |
no outgoing calls
no test coverage detected