#include <stdio.h>
Include dependency graph for session.h:

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

Go to the source code of this file.
Classes | |
| class | Session |
| struct | Session::typetthingheader |
Typedefs | |
| typedef typeitem * | typeitemset |
Enumerations | |
| enum | ErrorCode { ERR_CLOSE_WO_OPEN = 1, ERR_OPEN_COPY = 2 } |
(to be defined)
Definition in file session.h.
|
|
|
Definition at line 87 of file session.h.
00087 {
00088 ERR_CLOSE_WO_OPEN = 1, // Attempted close of a document that was never opened
00089 ERR_OPEN_COPY = 2, // Attempt to make a copy to open failed
00090 };
|
1.3.4