From ab18114bfd38d4632c66401b5bc079241e27fab3 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Mon, 17 Jan 2000 11:49:41 +0000 Subject: Release of plptools-0.5 --- lib/rpcsfactory.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lib/rpcsfactory.h (limited to 'lib/rpcsfactory.h') diff --git a/lib/rpcsfactory.h b/lib/rpcsfactory.h new file mode 100644 index 0000000..17a2719 --- /dev/null +++ b/lib/rpcsfactory.h @@ -0,0 +1,20 @@ +#ifndef _rpcsfactory_h_ +#define _rpcsfactory_h_ + +#include "rpcs.h" + +class ppsocket; + +class rpcsfactory { + public: + rpcsfactory(ppsocket * skt); + virtual rpcs * create(bool); + + private: + // Vars + ppsocket *skt; + int serNum; +}; + +#endif + -- cgit v1.2.3