Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / apps / drwho / PMC_Flo.h
blob5f422099ffe0d8d228d539f75e846c9cb317b63d
1 /* -*- C++ -*- */
3 //=============================================================================
4 /**
5 * @file PMC_Flo.h
7 * @author Douglas C. Schmidt
8 */
9 //=============================================================================
12 #ifndef _PMC_FLO_H
13 #define _PMC_FLO_H
15 #include "PM_Client.h"
17 /**
18 * @class PMC_Flo
20 * @brief Provides the client's lookup table abstraction for `flo' users...
22 class PMC_Flo : public PM_Client
24 public:
25 PMC_Flo ();
26 virtual void process ();
28 protected:
29 virtual Protocol_Record *insert_protocol_info (Protocol_Record &protocol_record);
30 virtual int encode (char *packet, int &total_bytes);
31 virtual int decode (char *packet, int &total_bytes);
34 #endif /* _PMC_FLO_H */