Commit in lcio/src/cpp on MAIN
include/UTIL/lStdHep.hh+41.2 -> 1.3
            /lXDR.hh+3-11.1 -> 1.2
src/UTIL/lXDR.cc+31.2 -> 1.3
+10-1
3 modified files
put into namespace UTIL

lcio/src/cpp/include/UTIL
lStdHep.hh 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- lStdHep.hh	8 Nov 2007 14:31:10 -0000	1.2
+++ lStdHep.hh	23 Nov 2007 15:55:56 -0000	1.3
@@ -36,6 +36,9 @@
 #include "UTIL/lXDR.hh"
 #include <vector>
 
+
+namespace UTIL{
+
 //
 // MCFIO block codes
 //
@@ -393,5 +396,6 @@
    Event          event;
 };
 
+} // end namespace
 
 #endif

lcio/src/cpp/include/UTIL
lXDR.hh 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- lXDR.hh	24 Sep 2004 08:16:19 -0000	1.1
+++ lXDR.hh	23 Nov 2007 15:55:56 -0000	1.2
@@ -18,6 +18,8 @@
 
 #include <stdio.h>
 
+namespace UTIL{
+
 ////
 //
 // The main lXDR class.
@@ -137,5 +139,5 @@
 #define LXDR_WRITEERROR      6
 #define LXDR_SEEKERROR       7
  
-
+}
 #endif

lcio/src/cpp/src/UTIL
lXDR.cc 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- lXDR.cc	20 Oct 2005 01:46:19 -0000	1.2
+++ lXDR.cc	23 Nov 2007 15:55:56 -0000	1.3
@@ -22,6 +22,8 @@
 #else
 #include <sys/socket.h>
 #endif
+
+namespace UTIL{
 ////
 //
 // Constructor, destructor
@@ -316,3 +318,4 @@
    return(pos);
 }
 
+}// end namespace
CVSspam 0.2.8