#include "rcs_defs.hh"#include "cms.hh"#include "nml.hh"#include "nmlmsg.hh"Include dependency graph for wm_msg.hh:

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

Go to the source code of this file.
Data Structures | |
| class | RCS_WM_MSG |
| class | RCS_WM_CHANNEL |
| class | RCS_GENERIC_WM |
Defines | |
| #define | RCS_GENERIC_WM_TYPE ((NMLTYPE) 3000000) |
Functions | |
| int RCS_EXPORT | RCS_WM_MSG_format (NMLTYPE, void RCS_FAR *, CMS RCS_FAR *) |
|
|
|
|
||||||||||||||||
|
Definition at line 14 of file wm_msg.cc. 00015 {
00016 switch (t)
00017 {
00018 case RCS_GENERIC_WM_TYPE:
00019 ((RCS_GENERIC_WM *) buf)->update (cms);
00020 return (1);
00021
00022 default:
00023 return (0);
00024 }
00025 return (0);
00026 }
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001