#include "vvutil/vvLog.h"
#include "vvutil/vvConstants.h"
Include dependency graph for vvError.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | vvERROR(status) do { int s = status; if (s != VV_OK) { vvLOG(VVLOG_DEBUG, "vvERROR status = %d (%s:%d)\n", s, __FILE__, __LINE__); return s; } } while (0) |
Copyright (C) 2002, Vividata, All Rights Reserved
Definition in file vvError.h.
1.3.2