[Mobies-commit] [commit] r3811 - in UDM/trunk: Projects/Win32/VC10/src/UdmCli/Properties src/UdmCliSwig

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Mon Aug 1 13:46:21 CDT 2011


Author: ksmyth
Date: Mon Aug  1 13:46:20 2011
New Revision: 3811

Log:
Add %ignore for backwards compat

Modified:
   UDM/trunk/Projects/Win32/VC10/src/UdmCli/Properties/AssemblyInfo.cs
   UDM/trunk/src/UdmCliSwig/Udm.i

Modified: UDM/trunk/Projects/Win32/VC10/src/UdmCli/Properties/AssemblyInfo.cs
==============================================================================
--- UDM/trunk/Projects/Win32/VC10/src/UdmCli/Properties/AssemblyInfo.cs	Fri Jul 29 15:15:34 2011	(r3810)
+++ UDM/trunk/Projects/Win32/VC10/src/UdmCli/Properties/AssemblyInfo.cs	Mon Aug  1 13:46:20 2011	(r3811)
@@ -32,5 +32,5 @@
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("3.2.8.6")]
-[assembly: AssemblyFileVersion("3.2.8.6")]
+[assembly: AssemblyVersion("3.2.8.7")]
+[assembly: AssemblyFileVersion("3.2.8.7")]

Modified: UDM/trunk/src/UdmCliSwig/Udm.i
==============================================================================
--- UDM/trunk/src/UdmCliSwig/Udm.i	Fri Jul 29 15:15:34 2011	(r3810)
+++ UDM/trunk/src/UdmCliSwig/Udm.i	Mon Aug  1 13:46:20 2011	(r3811)
@@ -124,6 +124,7 @@
 
 %ignore UdmUtil::stacktrace;
 %ignore UDM_NAMESPACE::ObjectImpl::getPath;
+%ignore UDM_NAMESPACE::Object::toString;
 
 // Defined in Uml.i
 %ignore Uml::IsDerivedFrom;
@@ -303,7 +304,7 @@
 }
 }
 
-// FIXM: KMS: this should be moved into UdmUtil.h
+// FIXME: KMS: this should be moved into UdmUtil.h
 static int CopyObjectHierarchy(Udm::Object srcRoot, Udm::Object dstRoot) {
     return UdmUtil::CopyObjectHierarchy(srcRoot.__impl(), dstRoot.__impl(), dstRoot.__impl()->__getdn(), UdmUtil::copy_assoc_map());
 }


More information about the Mobies-commit mailing list