diff options
Diffstat (limited to 'src/include/gm/method.h')
-rw-r--r-- | src/include/gm/method.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gm/method.h b/src/include/gm/method.h index ac6ab0e..6206f07 100644 --- a/src/include/gm/method.h +++ b/src/include/gm/method.h @@ -19,4 +19,7 @@ /* Checks if object handles that method. In case BIVV, only one method is checked for. * In case BMIV, the [b] methods in shared memory [a] are checked, first one not found returns false. */ +#define M_NOTHING_VVVV (2) +/* This method does nothing, it just checks message transmission to an object. */ + #endif |