]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkComplexBlackBoxDescriptor.h
Bug #1754
[bbtk.git] / kernel / src / bbtkComplexBlackBoxDescriptor.h
index 09d7d40fe12d3d7b58ef4029593e29c0742ccb2c..5ee03013a8cbcc9244deec0f0fca1f34f2cf6d73 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkComplexBlackBoxDescriptor.h,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:12 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2012/11/14 07:12:00 $
+  Version:   $Revision: 1.7 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -105,10 +105,6 @@ namespace bbtk
                       const std::string& help);
  
  
-    /// Sets the name of the script file from which it is defined
-    void SetScriptFileName(const std::string& n) { mScriptFileName = n; }
-    /// Gets the name of the script file from which it is defined
-    std::string GetScriptFileName() const { return mScriptFileName; }
    
     /// 
     void AddToExecutionList( const std::string& box );
@@ -153,13 +149,12 @@ namespace bbtk
     ComplexBlackBoxDescriptor(const std::string& name); 
 
   private:
+       
     /// The factory used
     Factory::WeakPointer mFactory;
     /// The complex box in which boxes and connections are stored
     ComplexBlackBoxPointer mPrototype;
-    /// The name of the script file from which it was created
-    std::string mScriptFileName;
-    
+             
   };
   // class ComplexBlackBoxDescriptor
   //==========================================================================