Commit in projects/slic/branches/v00-00-01_SLIC-218-dev/include on MAIN
LogStream.hh+31-303015 -> 3016
Merge fix from trunk.

projects/slic/branches/v00-00-01_SLIC-218-dev/include
LogStream.hh 3015 -> 3016
--- projects/slic/branches/v00-00-01_SLIC-218-dev/include/LogStream.hh	2014-02-20 23:10:02 UTC (rev 3015)
+++ projects/slic/branches/v00-00-01_SLIC-218-dev/include/LogStream.hh	2014-02-20 23:25:57 UTC (rev 3016)
@@ -356,60 +356,61 @@
      * @param[in] The ios manipulator.
      * @return The LogStream.
      */
-    LogStream& operator <<(const std::_Setiosflags &manip) {
-        if (isActive()) {
-            getOutputStream() << manip;
-        }
-        return *this;
-    }
+    //LogStream& operator <<(const std::_Setiosflags &manip) {
+    //    if (isActive()) {
+    //        getOutputStream() << manip;
+    //    }
+    //    return *this;
+    //}
 
     /**
      * Handle STL Resetiosflags manipulator.
      * @param[in] The ios manipulator.
      * @return The LogStream.
      */
-    LogStream& operator <<(const std::_Resetiosflags &manip) {
-        if (isActive()) {
-            getOutputStream() << manip;
-        }
-        return *this;
-    }
 
+    //LogStream& operator <<(const std::_Resetiosflags &manip) {
+    //    if (isActive()) {
+    //        getOutputStream() << manip;
+    //    }
+    //    return *this;
+    //}
+
     /**
      * Handle STL Setbase manipulator.
      * @param[in] The ios manipulator.
      * @return The LogStream.
      */
-    LogStream& operator <<(const std::_Setbase &manip) {
-        if (isActive()) {
-            getOutputStream() << manip;
-        }
-        return *this;
-    }
+    //LogStream& operator <<(const std::_Setbase &manip) {
+    //    if (isActive()) {
+    //        getOutputStream() << manip;
+    //    }
+    //    return *this;
+    //}
 
     /**
      * Handle STL Setprecision manipulator.
      * @param[in] The ios manipulator.
      * @return The LogStream.
      */
-    LogStream& operator <<(const std::_Setprecision &manip) {
-        if (isActive()) {
-            getOutputStream() << manip;
-        }
-        return *this;
-    }
+    //LogStream& operator <<(const std::_Setprecision &manip) {
+    //    if (isActive()) {
+    //        getOutputStream() << manip;
+    //    }
+    //    return *this;
+    //}
 
     /**
      * Handle STL Setw manipulator.
      * @param[in] The ios manipulator.
      * @return The LogStream.
      */
-    LogStream& operator <<(const std::_Setw &manip) {
-        if (isActive()) {
-            getOutputStream() << manip;
-        }
-        return *this;
-    }
+    //LogStream& operator <<(const std::_Setw &manip) {
+    //    if (isActive()) {
+    //        getOutputStream() << manip;
+    //    }
+    //    return *this;
+    //}
 
     /**
      * Handle ios class modifiers.
SVNspam 0.1


Use REPLY-ALL to reply to list

To unsubscribe from the LCDET-SVN list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCDET-SVN&A=1