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/rfsvfactory.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lib/rfsvfactory.h (limited to 'lib/rfsvfactory.h') diff --git a/lib/rfsvfactory.h b/lib/rfsvfactory.h new file mode 100644 index 0000000..17b7252 --- /dev/null +++ b/lib/rfsvfactory.h @@ -0,0 +1,20 @@ +#ifndef _rfsvfactory_h_ +#define _rfsvfactory_h_ + +#include "rfsv.h" + +class ppsocket; + +class rfsvfactory { + public: + rfsvfactory(ppsocket * skt); + virtual rfsv * create(bool); + + private: + // Vars + ppsocket *skt; + int serNum; +}; + +#endif + -- cgit v1.2.3