Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / GeomAPI / GeomAPI_IPresentable.h
index abb154170f2be91359af5c35a3dac59d970052f8..34868048a92877e79b8617abb5ad85bba607c8c1 100644 (file)
@@ -8,18 +8,17 @@
 #include "GeomAPI_AISObject.h"
 
 /**
-* A class which defines an interface of object which is able to create its own presentation
-*/ 
+ * A class which defines an interface of object which is able to create its own presentation
+ */
 class GeomAPI_IPresentable
 {
-public:
+ public:
   /** Returns the AIS preview
-  *   \param thePrevious - defines a presentation if it was created previously
-  */
-  virtual boost::shared_ptr<GeomAPI_AISObject> getAISObject(
-                            boost::shared_ptr<GeomAPI_AISObject> thePrevious) = 0;
+   *   \param thePrevious - defines a presentation if it was created previously
+   */
+  virtual AISObjectPtr getAISObject(AISObjectPtr thePrevious) = 0;
 };
 
 typedef boost::shared_ptr<GeomAPI_IPresentable> GeomPresentablePtr;
 
-#endif
\ No newline at end of file
+#endif