jenkins-promote-staging-trunk-libmemcached-15
[m6w6/libmemcached] / libtest / stream.h
index 0b503a04c6f4092ac6565eaea6de94ad1ce75b35..1555d98dc776b653e3be7830155c6171ec0f561d 100644 (file)
@@ -1,8 +1,8 @@
 /*  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
- * 
- *  uTest, libtest
  *
- *  Copyright (C) 2011 Data Differential, http://datadifferential.com/
+ *  Data Differential YATL (i.e. libtest)  library
+ *
+ *  Copyright (C) 2012 Data Differential, http://datadifferential.com/
  *
  *  Redistribution and use in source and binary forms, with or without
  *  modification, are permitted provided that the following conditions are
@@ -182,6 +182,8 @@ public:
 
 #define Out stream::cout(NULL, __LINE__, __func__)
 
+#define Outn() stream::cout(NULL, __LINE__, __func__) << " "
+
 #define Log stream::clog(NULL, __LINE__, __func__)
 
 #define Logn() stream::clog(NULL, __LINE__, __func__) << " "