Beispiel #1
0
ASServer::~ASServer ()
{

    if (m_deviceLink != 0)
    {
        PRINT("deviceLink not zero!!");
        PRINT_LOCATION();

    }

}
Beispiel #2
0
 void report(char const* addr) { PRINT_LOCATION(); l2::report(addr); }