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

usocksetup.h

Go to the documentation of this file.
00001 #ifndef DV_NET_USOCKETSETUP 00002 #define DV_NET_USOCKETSETUP 00003 // $Id: usocksetup.h,v 1.2 2002/10/18 18:15:37 dvermeir Exp $ 00004 // $Log: usocksetup.h,v $ 00005 // Revision 1.2 2002/10/18 18:15:37 dvermeir 00006 // Saving.. 00007 // 00008 // Revision 1.1 2001/06/16 10:08:55 dvermeir 00009 // Added unix socket classes. 00010 // 00011 #include <string> 00012 #include <stdexcept> 00013 #include <sys/socket.h> 00014 #include <sys/un.h> 00015 00016 namespace Dv { 00017 namespace Net { 00018 //! Auxiliary function: initialize addr from filename. 00019 void setup_unsocket(const std::string& filename, 00020 sockaddr_un& addr, socklen_t& len) throw (std::runtime_error); 00021 }} 00022 #endif

dvnet-0.9.11 [27 December, 2004]