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/PlanServer/Includes/PslInitialStateLoader.hh

Go to the documentation of this file.
00001 // -*- Mode: C++ -*-
00002 //      CVS: $Id: PslInitialStateLoader.hh,v 1.2 2005/11/08 18:32:42 rijsman Exp $
00003 //      Tag: $name$
00004 //     Info: $CVSROOT/IDEA-DEV/COPYRIGHT
00005 #ifndef PLANSERVER_INITIAL_STATE_LOADER_HEADER
00006 #define PLANSERVER_INITIAL_STATE_LOADER_HEADER
00007 
00008 #include <string>
00009 
00010 namespace IDEA
00011 {
00012   class PslDatabase;
00013 
00014   class PslInitialStateLoaderImpl;
00025   class PslInitialStateLoader
00026   {
00027   public:
00031     PslInitialStateLoader();
00035     ~PslInitialStateLoader();
00042     bool loadInitialState( const std::string& fileName, const PslDatabase* db );
00043   private:
00044     PslInitialStateLoader( const PslInitialStateLoader& );
00045     
00046     PslInitialStateLoaderImpl* m_Impl;
00047   };
00048 }
00049 
00050 #endif // PLANSERVER_INITIAL_STATE_LOADER_HEADER

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