]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkAtomicBlackBoxMacros.h
#3121 BBTK Bug New Normal - branch changestoITK3and4
[bbtk.git] / kernel / src / bbtkAtomicBlackBoxMacros.h
index 731ceed4518f5dc01b720e1cbc84d37a13de0628..a57dc65536774b764d214221164e7a2b90744f1b 100644 (file)
   
 //============================================================================
 
+
+
 //============================================================================
 /// Declares the standard interface of a AtomicBlackBox 
 /// (ctor, New, descriptor related methods)
+
+//EED 2017-08-29  itk3to4
+/*
+  std::string GetObjectName()  const                           \
+*/
+
 #define BBTK_BLACK_BOX_INTERFACE_INTERNAL(CLASS,PARENT)                \
   BBTK_OBJECT_MINIMAL_INTERFACE;                               \
   private:                                                             \
@@ -91,7 +99,7 @@
        bool allocate_connectors = true);                               \
   ~CLASS();                                                            \
   public:                                                              \
-  std::string GetObjectName() const                                    \
+  std::string GetObjectName()                                  \
   { return std::string(#CLASS)+std::string(" '")                       \
       +bbGetNameWithParent()+std::string("'"); }                       \
   inline static Pointer New(const std::string& name)                   \