[Synopsis-changes] Synopsis/Synopsis/doc/Tutorial/examples/example1 Shape.h,NONE,1.1

Stefan Seefeld stefan at synopsis.fresco.org
Sat Dec 6 04:07:11 UTC 2003


Update of /cvs/synopsis/Synopsis/doc/Tutorial/examples/example1
In directory frida:/tmp/cvs-serv5343/doc/Tutorial/examples/example1

Added Files:
	Shape.h 
Log Message:
more work on tutorial

--- NEW FILE: Shape.h ---
//. Shape is the basic abstraction
//. used for drawing and picking.
class Shape
{
public:
  virtual ~Shape() {}
  //. Draw this shape.
  virtual void draw() = 0;
};





More information about the Synopsis-changes mailing list