Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

ClntOptSIPDomain.h

Go to the documentation of this file.
00001 /*
00002  * Dibbler - a portable DHCPv6
00003  *
00004  * authors: Tomasz Mrugalski <thomson@klub.com.pl>
00005  *          Marek Senderski <msend@o2.pl>
00006  *
00007  * released under GNU GPL v2 or later licence
00008  *
00009  * $Id: ClntOptSIPDomain.h,v 1.1 2004/10/25 20:45:53 thomson Exp $
00010  *
00011  * $Log: ClntOptSIPDomain.h,v $
00012  * Revision 1.1  2004/10/25 20:45:53  thomson
00013  * Option support, parsers rewritten. ClntIfaceMgr now handles options.
00014  *
00015  *
00016  */
00017 
00018 #ifndef CLNTOPTSIPDOMAIN_H
00019 #define CLNTOPTSIPDOMAIN_H
00020 
00021 #include <iostream>
00022 #include "OptStringLst.h"
00023 #include "DUID.h"
00024 #include "SmartPtr.h"
00025 
00026 class TClntOptSIPDomain : public TOptStringLst
00027 {
00028  public:
00029     TClntOptSIPDomain(TContainer< SmartPtr<string> > * domains, TMsg* parent);
00030     TClntOptSIPDomain(char *buf, int bufsize, TMsg* parent);
00031     bool doDuties();
00032     void setSrvDuid(SmartPtr<TDUID> duid);
00033 private:
00034     SmartPtr<TDUID> SrvDUID;
00035 };
00036 #endif
00037 

Generated on Wed Mar 16 00:10:25 2005 for Dibbler - a portable DHCPv6 by  doxygen 1.3.9.1