template <class T>
class CStackList : public CStackAbstr
{
    public :

    // Question 4 : voir Suite question 4

    void swap (void) throw (CException);

    // Question 5 : voir Suite question 5

    ~CStackList (void) throw (CException);

}; // CStackList