removed Envelope_base class

This commit is contained in:
Michal Meyerovitch 2006-02-26 07:57:28 +00:00
parent 999436961c
commit fd84eecc8b
1 changed files with 13 additions and 13 deletions

View File

@ -11,9 +11,9 @@
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// $URL$ // $Source: /CVSROOT/CGAL/Packages/Envelope_3/include/CGAL/Envelope_base.h,v $
// $Id$ // $Revision$ $Date$
// // $Name: $
// //
// Author(s) : Michal Meyerovitch <gorgymic@post.tau.ac.il> // Author(s) : Michal Meyerovitch <gorgymic@post.tau.ac.il>
@ -44,16 +44,16 @@ enum Dac_decision
NOT_SET NOT_SET
}; };
template <class _Traits> //template <class _Traits>
class Envelope_base_3 //class Envelope_base_3
{ //{
public: //public:
typedef _Traits Traits; // typedef _Traits Traits;
//
// virtual destructor. // // virtual destructor.
virtual ~Envelope_base_3(){} // virtual ~Envelope_base_3(){}
//
}; //};
CGAL_END_NAMESPACE CGAL_END_NAMESPACE