Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

stl_base.hpp

Go to the documentation of this file.
00001 
00002 #ifndef stl_base_h
00003 #define stl_base_h 1
00004 
00005 #include <vector>
00006 
00007 class CObserver;
00008 
00009 typedef std::vector<CObserver*> VECTOR_pCObserver;
00010 
00011 #endif

Generated on Wed Mar 5 21:31:47 2003 for JIC by doxygen1.3-rc3