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/PslReturnRcvdCnImpl.hh

Go to the documentation of this file.
00001 // -*- Mode: C++ -*-
00002 //      CVS: $Id: PslReturnRcvdCnImpl.hh,v 1.4 2005/11/08 18:32:44 rijsman Exp $
00003 //      Tag: $name$
00004 //     Info: $CVSROOT/IDEA-DEV/COPYRIGHT
00005 
00006 #ifndef PLANSERVER_RETURN_RECEIVED_CONSTRAINT_IMPLEMENTATION_HEADER_
00007 #define PLANSERVER_RETURN_RECEIVED_CONSTRAINT_IMPLEMENTATION_HEADER_
00008 
00009 #include "PslConstraintImpl.hh"
00010 
00011 namespace IDEA
00012 {
00013   class PslParameter;
00022   class PslReturnReceivedConstraintImpl:
00023     public PslConstraintImpl
00024   {
00025   public:
00029     PslReturnReceivedConstraintImpl( const PslParameter* parameter, int authority );
00033     ~PslReturnReceivedConstraintImpl();
00037     void execute();
00038 
00039     void print( std::ostream& os );
00040   private:
00041     const PslParameter* m_FlagParameter;
00042   };
00043 }
00044 
00045 #endif // PLANSERVER_RETURN_RECEIVED_CONSTRAINT_IMPLEMENTATION_HEADER_
00046  

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