3 //=============================================================================
7 * @author Douglas C. Schmidt
9 //=============================================================================
15 #include "PM_Client.h"
20 * @brief Provides the client's lookup table abstraction for `Usr' users...
22 class PMC_Usr
: public PM_Client
25 PMC_Usr (char *usr_name
);
26 virtual void process ();
29 virtual int encode (char *packet
, int &total_bytes
);
30 virtual int decode (char *packet
, int &total_bytes
);
36 #endif /* _PMC_USR_H */