Salome HOME
Issue #273: Add copyright string
[modules/shaper.git] / src / ModuleBase / ModuleBase_Definitions.h
index f32657a9edf6605a5141f0cabed0d5e7f996c22e..eddfff2e0782a237a821523b1caa1ff17500052f 100644 (file)
@@ -1,14 +1,13 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
 
 #ifndef ModuleBase_Definitions_H
 #define ModuleBase_Definitions_H
 
 #include <QList>
-#include <ModelAPI_Feature.h>
+#include <ModelAPI_Object.h>
 
 typedef QList<int> QIntList;       //!< list of int values
 typedef QList<short> QShortList;     //!< list of short int values
 typedef QList<double> QDoubleList;    //!< list of double values
-typedef QList<FeaturePtr> QFeatureList; //!< List of features
-
-
-#endif
\ No newline at end of file
+typedef QList<ObjectPtr> QObjectPtrList;  //!< List of ModelAPI_Objects
+#endif