WvStreams
uniconfpamconn.h
00001 /*
00002  * Worldvisions Weaver Software:
00003  *   Copyright (C) 1997-2002 Net Integration Technologies, Inc.
00004  *
00005  * Manages a UniConf daemon session which is authenticated through PAM.
00006  */
00007 #ifndef __UNICONFPAMCONN_H
00008 #define __UNICONFPAMCONN_H
00009 
00010 #include "uniconfroot.h"
00011 #include "wvstreamclone.h"
00012 
00013 class UniPermGen;
00014 
00015 class UniConfPamConn : public WvStreamClone
00016 {
00017 public:
00018     UniConfPamConn(WvStream *s, const UniConf &root, UniPermGen *perms);
00019 
00020 protected:
00021     UniConfRoot newroot;
00022 };
00023 
00024 #endif // __UNICONFPAMCONN_H