Print

Print


Commit in lcdd/include on MAIN
IdField.hh+7-21.3 -> 1.4
JM: Add missing include guard.

lcdd/include
IdField.hh 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- IdField.hh	4 Mar 2005 22:51:01 -0000	1.3
+++ IdField.hh	20 Jul 2006 21:07:14 -0000	1.4
@@ -1,4 +1,7 @@
-// $Header: /cvs/lcd/lcdd/include/IdField.hh,v 1.3 2005/03/04 22:51:01 jeremy Exp $
+// $Header: /cvs/lcd/lcdd/include/IdField.hh,v 1.4 2006/07/20 21:07:14 jeremy Exp $
+
+#ifndef IdField_hh
+#define IdField_hh 1
 
 #include <string>
 
@@ -39,7 +42,7 @@
   {
     m_start = st;
   }
-  
+
   void setLength(SizeType st)
   {
     m_length = st;
@@ -77,3 +80,5 @@
   SizeType m_length;
   bool m_isSigned;
 };
+
+#endif
CVSspam 0.2.8