Date: Thursday, January 26, 2006 @ 12:27:02
  Author: marc
    Path: /cvsroot/carob/carob/include

Modified: Common.hpp (1.30 -> 1.31)

Added comment/warning about too much stuff in here.


------------+
 Common.hpp |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletion(-)


Index: carob/include/Common.hpp
diff -u carob/include/Common.hpp:1.30 carob/include/Common.hpp:1.31
--- carob/include/Common.hpp:1.30       Thu Jan 26 12:12:53 2006
+++ carob/include/Common.hpp    Thu Jan 26 12:27:02 2006
@@ -21,9 +21,12 @@
 #ifndef _COMMON_H_
 #define _COMMON_H_
 
+// This file is included by almost everyone: think before adding anything here
+// (and don't think to much before _removing_ something from here).
+
 #include <string>
 
-// Uncomment to get definition of uint8_t (needed with gcc<3.4 for instance)
+// Uncomment to get definition of uint8_t etc. (needed with gcc<3.4 for 
instance)
 // #include <stdint.h>
 // or you can try this one:
 // #include <cstdint>

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to