[CPML] Implemented put_extents() as a virtual method
commitf3a31ebfc217b650abf0ee0dee3c992787f0d560
authorNicola Fontana <ntd@entidi.it>
Fri, 12 Feb 2010 15:37:14 +0000 (12 16:37 +0100)
committerNicola Fontana <ntd@entidi.it>
Fri, 12 Feb 2010 17:17:55 +0000 (12 18:17 +0100)
tree449d56cc9baff05d54499643dfee9b6ed13054d2
parent4da5b1291683f605b3c49c8907fbc6412c66fd01
[CPML] Implemented put_extents() as a virtual method

Removed public cpml_..._put_extents() APIs and left only
cpml_primitive_put_extents() that accesses the underlying private
implementations.
cpml/cpml-arc.c
cpml/cpml-arc.h
cpml/cpml-curve.c
cpml/cpml-curve.h
cpml/cpml-line.c
cpml/cpml-line.h
cpml/cpml-primitive.c