Merged revisions 570-572,574-575,578-579,581-595,598-611 via svnmerge from
[senf.git] / Socket / Protocols / INet / RawINetProtocol.cc
similarity index 90%
rename from Socket/Protocols/INet/RawInetProtocol.cc
rename to Socket/Protocols/INet/RawINetProtocol.cc
index e46b50a..be22955 100644 (file)
@@ -1,4 +1,4 @@
-// $Id$
+// $Id: RawINetProtocol.cc 597 2008-01-15 09:16:20Z g0dil $
 //
 // Copyright (C) 2007 
 // Fraunhofer Institute for Open Communication Systems (FOKUS) 
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 
-#include "RawInetProtocol.hh"
+#include "RawINetProtocol.hh"
 
 // Custom includes
 #include <sys/socket.h>
@@ -35,7 +35,7 @@
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
 
-prefix_ unsigned senf::RawInetProtocol::available()
+prefix_ unsigned senf::RawINetProtocol::available()
     const
 {
     int n;
@@ -44,7 +44,7 @@ prefix_ unsigned senf::RawInetProtocol::available()
     return n;
 }
 
-prefix_ bool senf::RawInetProtocol::eof()
+prefix_ bool senf::RawINetProtocol::eof()
     const
 {
     return false;