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

endre at redhat1.isis.vanderbilt.edu endre at redhat1.isis.vanderbilt.edu
Mon Jul 4 13:27:40 CDT 2011


Author: endre
Date: Mon Jul  4 13:27:40 2011
New Revision: 3776

Log:
Remove the virtual attribute of library related methods of Udm::Object, it is not needed.

Modified:
   UDM/trunk/include/UdmBase.h

Modified: UDM/trunk/include/UdmBase.h
==============================================================================
--- UDM/trunk/include/UdmBase.h	Mon Jul  4 13:25:52 2011	(r3775)
+++ UDM/trunk/include/UdmBase.h	Mon Jul  4 13:27:40 2011	(r3776)
@@ -3134,11 +3134,11 @@
 		string toString() const;
 
 		// libraries
-		virtual bool isLibObject() const;
-		virtual bool isLibRoot() const;
-		virtual bool getLibraryName(string &name) const;
-		virtual void setLibraryName(const char *name);
-		virtual Object AttachLibrary(const Object &lib_src, const string &lib_name, t_lib_to_copy_map *copy_map = NULL);
+		bool isLibObject() const;
+		bool isLibRoot() const;
+		bool getLibraryName(string &name) const;
+		void setLibraryName(const char *name);
+		Object AttachLibrary(const Object &lib_src, const string &lib_name, t_lib_to_copy_map *copy_map = NULL);
 
 
 	};


More information about the Mobies-commit mailing list