Changeset 468 for branches/peters_vector


Ignore:
Timestamp:
Dec 17, 2005, 2:15:53 AM (18 years ago)
Author:
Peter
Message:

made gslapi::vector inherit from VectorAbstract?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/peters_vector/lib/gslapi/vector.h

    r439 r468  
    44#define _theplu_gslapi_vector_
    55
     6#include <c++_tools/classifier/VectorAbstract.h>
    67#include <c++_tools/utility/Exception.h>
    78
     
    3940  /// community.
    4041  ///
    41   class vector
     42  class vector : public classifier::VectorAbstract
    4243  {
    4344  public:
Note: See TracChangeset for help on using the changeset viewer.