[Mobies-commit] [commit] r3777 - in UDM/trunk: include src/UdmUtil

endre at redhat1.isis.vanderbilt.edu endre at redhat1.isis.vanderbilt.edu
Tue Jul 5 12:44:47 CDT 2011


Author: endre
Date: Tue Jul  5 12:44:46 2011
New Revision: 3777

Log:
version update

Modified:
   UDM/trunk/include/UdmBase.h
   UDM/trunk/src/UdmUtil/UdmUtil.cpp

Modified: UDM/trunk/include/UdmBase.h
==============================================================================
--- UDM/trunk/include/UdmBase.h	Mon Jul  4 13:27:40 2011	(r3776)
+++ UDM/trunk/include/UdmBase.h	Tue Jul  5 12:44:46 2011	(r3777)
@@ -4078,6 +4078,6 @@
 
 //versioning
 #define UDM_VERSION_MAJOR 3
-#define UDM_VERSION_MINOR 27
+#define UDM_VERSION_MINOR 28
 #define UDM_VERSION UDM_VERSION_MAJOR * 100 + UDM_VERSION_MINOR
 #endif//MOBIES_UDMBASE_H

Modified: UDM/trunk/src/UdmUtil/UdmUtil.cpp
==============================================================================
--- UDM/trunk/src/UdmUtil/UdmUtil.cpp	Mon Jul  4 13:27:40 2011	(r3776)
+++ UDM/trunk/src/UdmUtil/UdmUtil.cpp	Tue Jul  5 12:44:46 2011	(r3777)
@@ -23,6 +23,7 @@
 #include <sstream>
 
 
+
 using namespace Uml;
 using namespace Udm;
 
@@ -845,7 +846,8 @@
 	}
 
 
-#if defined(HAVE_EXECINFO_H)
+
+	#if defined(HAVE_EXECINFO_H)
 
 	string demangled_symbol(const char *str)
 	{
@@ -942,7 +944,7 @@
 
 #endif // if defined(HAVE_DLFCN_H)
 
-#else // if defined(HAVE_EXECINFO_H)
+	#else // if defined(HAVE_EXECINFO_H)
 
 	vector<string> get_symbols()
 	{
@@ -1003,7 +1005,7 @@
 		return res;
 	}
 
-#endif // if defined(HAVE_EXECINFO_H)
+	#endif // if defined(HAVE_EXECINFO_H)
 
 	UDM_DLL string stacktrace()
 	{
@@ -1025,5 +1027,5 @@
 			trace += "    " + v[i] + "\n";
 
 		return trace;
-	}
+	};
 };


More information about the Mobies-commit mailing list