]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_AttributeDouble.h
Salome HOME
Resolve batch runtime errors on debian squeeze
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeDouble.h
index 121af02a5c083985ebcf3bf46bb1c5f604b456d8..291bc18831bc0e94509b34bd66356c0ee250a966 100644 (file)
@@ -24,27 +24,20 @@ class ModelAPI_AttributeDouble : public ModelAPI_Attribute
   MODELAPI_EXPORT virtual double value() = 0;
 
   /// Returns the type of this class of attributes
-  MODELAPI_EXPORT static std::string type()
+  MODELAPI_EXPORT static std::string typeId()
   {
     return "Double";
   }
 
   /// Returns the type of this class of attributes, not static method
-  MODELAPI_EXPORT virtual std::string attributeType()
-  {
-    return type();
-  }
+  MODELAPI_EXPORT virtual std::string attributeType();
 
   /// To virtually destroy the fields of successors
-  MODELAPI_EXPORT virtual ~ModelAPI_AttributeDouble()
-  {
-  }
+  MODELAPI_EXPORT virtual ~ModelAPI_AttributeDouble();
 
  protected:
   /// Objects are created for features automatically
-  MODELAPI_EXPORT ModelAPI_AttributeDouble()
-  {
-  }
+  MODELAPI_EXPORT ModelAPI_AttributeDouble();
 };
 
 //! Pointer on double attribute