Defines | Functions

wave-nix.cpp File Reference

#include "wave-nix.h"
#include "linux/errno.h"
Include dependency graph for wave-nix.cpp:

Go to the source code of this file.

Defines

#define DIAGNOSE_CODE(x)

Functions

void dumpErrorInfo (IN std::ostream &stream, IN int errorCode)
 dumps diagnostics about a particular error code (errno) to the specified output stream

Define Documentation

#define DIAGNOSE_CODE (   x  ) 
Value:
case x :                                        \
                stream << "Error code " << x << ": " << #x << "\n";     \
                break;

Definition at line 55 of file wave-nix.cpp.