#include <nml_oi.hh>
Inheritance diagram for NML_OPERATOR_REPLY:


Public Methods | |
| NML_OPERATOR_REPLY () | |
| ~NML_OPERATOR_REPLY () | |
| void | update (CMS *cms) |
Data Fields | |
| int | key |
| char | reply [NML_OPERATOR_REPLY_LEN] |
|
|
Definition at line 100 of file nml_oi.hh. 00100 :NMLmsg (NML_OPERATOR_REPLY_TYPE, 00101 sizeof (NML_OPERATOR_REPLY)) 00102 { 00103 }; |
|
|
Definition at line 104 of file nml_oi.hh. 00105 {
00106 };
|
|
|
Reimplemented from NMLmsg. Definition at line 41 of file nml_oi.cc. 00042 {
00043 cms->update (key);
00044 cms->update (reply, NML_OPERATOR_REPLY_LEN);
00045 }
|
|
|
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001