Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

msg_c.cpp File Reference

#include "allinc.h"
#include "aiomsg/msg_c.h"
#include "base/except.h"

Go to the source code of this file.

Variables

BEGIN_TERIMBER_NAMESPACE
exception_item 
msgMsgs []
exception_table msgMsgTable (msgMsgs)


Variable Documentation

BEGIN_TERIMBER_NAMESPACE exception_item msgMsgs[]

Initial value:

{
        { MSG_RESULT_OK,                                        "Action succeeded" },
        { MSG_RESULT_UNKNOWN_ERROR,                     "Unspecified error occured" },
        { MSG_RESULT_NOTMEMORY,                         "Not enough memory" },
        { MSG_RESULT_TIMEOUT,                           "Timeout occured" },
        { MSG_RESULT_UNKNOWN_DESTINATION,       "Unknown destination" },
        { MSG_RESULT_CONNECTION_BROKEN,         "Connection broken" },
        { MSG_RESULT_ACCESS_DENIED,                     "Access denied" },
        { MSG_RESULT_UNKNOWN_MSGID,                     "Unknown message ident %d" },
        { MSG_RESULT_UNKNOWN_FILE,                      "Unknown file %s" },
        { MSG_RESULT_INVALID_MSGFORMAT,         "Invalid message format" },
        { MSG_RESULT_INVALID_SESSION,           "Invalid session ident" },
        { 0,                                                            0 }
}

Definition at line 36 of file msg_c.cpp.



© Copyright Terimber 2003-.