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

/home/pauldt/projects/IDEA/IDEA-ALL/IDEA-DEV/Core/Agent/Includes/AgentFactory.hh

Go to the documentation of this file.
00001 // -*- Mode: C++ -*-
00002 //      CVS: $Id: AgentFactory.hh,v 1.5 2005/12/30 22:05:30 rijsman Exp $
00003 //      Tag: $name$
00004 //     Info: $CVSROOT/IDEA-DEV/COPYRIGHT
00005 
00006 #include "Factory.hh"
00007 
00008 namespace IDEA
00009 {
00010   class AgentImpl;
00011 
00022   class AgentFactory:
00023     public Factory<AgentFactory>
00024   {
00025   public:
00029     virtual ~AgentFactory();
00033     virtual AgentImpl* createAgentImpl() const = 0;
00034   protected:
00038     AgentFactory( const std::string& name );
00039   };
00040 }
00041 

Contact information
© IDEA
Generated on Fri Feb 3 17:09:39 2006 for IDEA.