#include <wm_msg.hh>
Inheritance diagram for RCS_WM_CHANNEL:


Public Methods | |
| RCS_WM_CHANNEL (NML_FORMAT_PTR, char *, char *, char *, int set_to_server=0) | |
| ~RCS_WM_CHANNEL () | |
| RCS_WM_MSG * | get_address () |
|
||||||||||||||||||||||||
|
Definition at line 40 of file wm_msg.cc. 00041 : 00042 NML (name, process, file, set_to_server) 00043 { 00044 format_chain = new RCS_LINKED_LIST; 00045 prefix_format_chain (f_ptr); 00046 prefix_format_chain (RCS_WM_MSG_format); 00047 register_with_server (); 00048 } |
|
|
Definition at line 50 of file wm_msg.cc. 00051 {
00052 // Something funny happens to vxgdb without this being explicitly defined.
00053 }
|
|
|
Reimplemented from NML. Definition at line 27 of file wm_msg.hh. Referenced by NODE_LINK::read_wm().
00028 {
00029 return ((RCS_WM_MSG *) NML::get_address ());
00030 };
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001