|
From: <rus...@us...> - 2008-04-26 03:53:10
|
Revision: 123
http://gearbox.svn.sourceforge.net/gearbox/?rev=123&view=rev
Author: russo2503v
Date: 2008-04-25 20:53:15 -0700 (Fri, 25 Apr 2008)
Log Message:
-----------
cosmetic
Modified Paths:
--------------
gearbox/trunk/src/gbxserialacfr/serial.cpp
Modified: gearbox/trunk/src/gbxserialacfr/serial.cpp
===================================================================
--- gearbox/trunk/src/gbxserialacfr/serial.cpp 2008-04-22 03:52:09 UTC (rev 122)
+++ gearbox/trunk/src/gbxserialacfr/serial.cpp 2008-04-26 03:53:15 UTC (rev 123)
@@ -32,6 +32,8 @@
# include <sys/filio.h>
#endif
+//////////////////////////////
+
// Ensure we have strnlen
// eg. Solaris doesn't define strnlen in string.h, so define it here.
#if !HAVE_STRNLEN
@@ -54,6 +56,8 @@
}
#endif
+//////////////////////////////
+
using namespace std;
namespace gbxserialacfr {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|