Observer.cxx
Go to the documentation of this file.
1 /* HippoPlot Observer class implementaton
2  *
3  * Copyright (C) 2000-2001, 2003 The Board of Trustees of The Leland
4  * Stanford Junior University. All Rights Reserved.
5  *
6  * $Id: Observer.cxx,v 1.4 2005/04/22 18:31:02 pfkeb Exp $
7  *
8  *
9  */
10 
11 #include "Observer.h"
12 
14 {
15 }
16 
17 /* virtual */
19 {
20 }
21 
22 /* virtual */
23 void
26 {
27  // do nothing, default behaviour
28 }

Generated for HippoDraw Class Library by doxygen