blob: e66b2237ed33db86e85a31512b7b2870aa6f8e11 (
plain) (
tree)
|
|
// ClientHandle.cpp
// Mocks the cClientHandle class used by the tests
#include "Globals.h"
#include "ClientHandle.h"
AString cClientHandle::FormatMessageType(bool a_ShouldShowPrefixes, eMessageType a_MsgType, const AString & a_AdditionalData)
{
return "<FormatMessageType mocked>";
}
|