#ifndef ANotiuneCPP
#define ANotiuneCPP
/*---------------------------------------------------------------------------------*/
class ANotiune
{
   public:
      ANotiune(){}
      virtual ~ANotiune(){}
};
/*---------------------------------------------------------------------------------*/
#endif
