[cmake-commits] king committed cmSourceFile.h 1.20 1.21

cmake-commits at cmake.org cmake-commits at cmake.org
Mon May 28 13:32:19 EDT 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv28619

Modified Files:
	cmSourceFile.h 
Log Message:
ENH: Removed unused methods that should never be used anyway.


Index: cmSourceFile.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSourceFile.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- cmSourceFile.h	28 May 2007 14:11:44 -0000	1.20
+++ cmSourceFile.h	28 May 2007 17:32:17 -0000	1.21
@@ -82,21 +82,18 @@
    * The full path to the file.
    */
   const std::string &GetFullPath() const {return this->FullPath;}
-  void SetFullPath(const char *name) {this->FullPath = name;}
 
   /**
    * The file name associated with stripped off directory and extension.
    * (In most cases this is the name of the class.)
    */
   const std::string &GetSourceName() const {return this->SourceName;}
-  void SetSourceName(const char *name) {this->SourceName = name;}
 
   /**
    * The file extension associated with source file
    */
   const std::string &GetSourceExtension() const {
     return this->SourceExtension;}
-  void SetSourceExtension(const char *name) {this->SourceExtension = name;}
 
   /**
    * Return the vector that holds the list of dependencies



More information about the Cmake-commits mailing list