Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
pattern
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
13
hippodraw::Observer::Observer
()
14
{
15
}
16
17
/* virtual */
18
hippodraw::Observer::~ Observer
()
19
{
20
}
21
22
/* virtual */
23
void
24
hippodraw::Observer::
25
willDelete
(
const
Observable
* )
26
{
27
// do nothing, default behaviour
28
}
Generated for HippoDraw Class Library by