Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

observer.h

Go to the documentation of this file.
00001 // AUTOMATICALLY GENERATED -- DO NOT EDIT!         -*- c++ -*-
00002 
00003 #ifndef observer_h
00004 #define observer_h
00005 
00006 //
00007 // INTERFACE definition follows 
00008 //
00009 
00010 
00011 class Observer 
00012 {
00013 public:
00014   virtual void notify() = 0;
00015 };
00016 
00017 #endif // observer_h

Generated on Mon Sep 26 14:20:11 2005 for Fiasco by  doxygen 1.4.2