[Mobies-commit] [commit] r3780 - UDM/trunk/include
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Wed Jul 6 10:03:48 CDT 2011
Author: ksmyth
Date: Wed Jul 6 10:03:48 2011
New Revision: 3780
Log:
Fix vtable order to maintain backwards compatibility
Modified:
UDM/trunk/include/UdmBase.h
Modified: UDM/trunk/include/UdmBase.h
==============================================================================
--- UDM/trunk/include/UdmBase.h Wed Jul 6 09:50:28 2011 (r3779)
+++ UDM/trunk/include/UdmBase.h Wed Jul 6 10:03:48 2011 (r3780)
@@ -504,9 +504,9 @@
virtual vector<ObjectImpl*> getConnectingChain(const ::Uml::AssociationRole &meta, const ObjectImpl* peer) const;
// utilities
- virtual string toString() const;
// root folder is added by default, no reverse order suport, delimiter is never added to the front
virtual string getPath( const string &strDelimiter = "/", bool bNeedRootFolder = true ) const;
+ virtual string toString() const;
};
More information about the Mobies-commit
mailing list