]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/internal/io/NetUnix_p.h
Updated file headers (filename, license, description, etc)
[bamtools.git] / src / api / internal / io / NetUnix_p.h
index 14b213257bcace4f34bc73bf192ba16b1bbfe193..8cf75f8d300464eac4c06ca864e7caa535722d72 100644 (file)
@@ -1,6 +1,25 @@
+// ***************************************************************************
+// NetUnix_p.h (c) 2011 Derek Barnett
+// Marth Lab, Department of Biology, Boston College
+// ---------------------------------------------------------------------------
+// Last modified: 10 November 2011 (DB)
+// ---------------------------------------------------------------------------
+// Provides common networking-related includes, etc. for all UNIX-like systems
+// ***************************************************************************
+
 #ifndef NETUNIX_P_H
 #define NETUNIX_P_H
 
+//  -------------
+//  W A R N I N G
+//  -------------
+//
+// This file is not part of the BamTools API.  It exists purely as an
+// implementation detail. This header file may change from version to version
+// without notice, or even be removed.
+//
+// We mean it.
+
 #ifndef _WIN32 // <-- source files only include the proper Net*_p.h, but this is a double-check
 
 #include <arpa/inet.h>
 #  define BT_SOCKLEN_T socklen_t
 #endif
 
-namespace BamTools {
-namespace Internal {
-
-} // namespace Internal
-} // namespace BamTools
-
 #endif // _WIN32
 #endif // NETUNIX_P_H