Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / zypp / ExternalProgram.cc
index ee1821d..d415298 100644 (file)
@@ -598,7 +598,7 @@ namespace zypp {
     //
     //////////////////////////////////////////////////////////////////////
 
-    namespace externalprogram
+    namespace _ExternalProgram
     {
       EarlyPipe::EarlyPipe()
       {
@@ -619,7 +619,7 @@ namespace zypp {
        if ( _stderr )
          ::fclose( _stderr );
       }
-    } // namespace externalprogram
+    }
 
     bool ExternalProgramWithStderr::stderrGetUpTo( std::string & retval_r, const char delim_r, bool returnDelim_r )
     {