[Mobies-commit] [commit] r3723 - UDM/trunk/include

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Tue May 10 17:43:18 CDT 2011


Author: ksmyth
Date: Tue May 10 17:43:17 2011
New Revision: 3723

Log:
Add using namespace std back, too much of a hassle to remove

Modified:
   UDM/trunk/include/ErrHand.h

Modified: UDM/trunk/include/ErrHand.h
==============================================================================
--- UDM/trunk/include/ErrHand.h	Tue May  3 12:10:21 2011	(r3722)
+++ UDM/trunk/include/ErrHand.h	Tue May 10 17:43:17 2011	(r3723)
@@ -99,6 +99,10 @@
 #define UDM_OBJECT Udm::Object
 #endif
 
+#ifndef UDM_NO_USING_STD
+using namespace std;
+#endif
+
 #include <cassert>
 #include <string>
 #include <iostream>


More information about the Mobies-commit mailing list