Add a variable on the stack for ref counting
[ACE_TAO.git] / ACE / apps / drwho / PMS_Flo.h
blobf538b851f1de9f6305447ec03db64498f14ccf7e
1 /* -*- C++ -*- */
3 //=============================================================================
4 /**
5 * @file PMS_Flo.h
7 * @author Douglas C. Schmidt
8 */
9 //=============================================================================
12 #ifndef _PMS_FLO_H
13 #define _PMS_FLO_H
15 #include "PM_Server.h"
17 /**
18 * @class PMS_Flo
20 * @brief Provides the server's lookup table abstraction for `flo' users...
22 class PMS_Flo : public PM_Server
24 public:
25 PMS_Flo ();
27 protected:
28 virtual int encode (char *packet, int &total_bytes);
29 virtual int decode (char *packet, int &total_bytes);
32 #endif /* _PMS_FLO_H */