3 //=============================================================================
7 * @author Douglas C. Schmidt
9 //=============================================================================
15 #include "PM_Client.h"
20 * @brief Provides the client's lookup table abstraction for `ruser' users...
22 class PMC_Ruser
: public PM_Client
26 virtual void process ();
29 char *handle_protocol_entries (const char *cp
,
30 const char *host_name
,
32 Protocol_Record
*insert_protocol_info (Protocol_Record
&protocol_record
);
33 virtual int encode (char *packet
, int &total_bytes
);
34 virtual int decode (char *packet
, int &total_bytes
);
37 #endif /* _PMC_RUSER_H */