wvdbusserver: implement NameHasOwner request.
[wvstreams.git] / include / uniconfpamconn.h
blob83b271490011222a47bbf228af3eeeff8d44bee9
1 /*
2 * Worldvisions Weaver Software:
3 * Copyright (C) 1997-2002 Net Integration Technologies, Inc.
5 * Manages a UniConf daemon session which is authenticated through PAM.
6 */
7 #ifndef __UNICONFPAMCONN_H
8 #define __UNICONFPAMCONN_H
10 #include "uniconfroot.h"
11 #include "wvstreamclone.h"
13 class UniPermGen;
15 class UniConfPamConn : public WvStreamClone
17 public:
18 UniConfPamConn(WvStream *s, const UniConf &root, UniPermGen *perms);
20 protected:
21 UniConfRoot newroot;
24 #endif // __UNICONFPAMCONN_H