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

Go to the source code of this file.
Functions | |
| int | RCS_WM_MSG_format (NMLTYPE t, void RCS_FAR *buf, CMS RCS_FAR *cms) |
|
||||||||||||||||
|
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