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

Go to the documentation of this file.
00001 // -*- Mode: c++ -*-
00002 //      CVS: $Id: PslArgumentTypes.hh,v 1.3 2005/11/08 18:32:40 rijsman Exp $
00003 //      Tag: $name$
00004 //     Info: $CVSROOT/COPYRIGHT
00005 #ifndef PLANSERVER_ARGUMENT_TYPES_HEADER_
00006 #define PLANSERVER_ARGUMENT_TYPES_HEADER_
00007 
00008 #include "Utilities.hh"
00009 
00010 namespace IDEA
00011 {
00016     typedef enum
00017     {
00018       CALL, 
00019       MODE, 
00020       RETURN, 
00021       RETURN_FLAG, 
00022       RETURN_STATUS, 
00023       RETURN_STATUS_FLAG 
00024     } PslArgumentType;
00025   
00026   typedef enum
00027     {
00028       SUCCESSOR_SELECTOR, 
00029       NORMAL_SELECTOR 
00030     } PslSelectorType;
00031 
00032   std::ostream& operator<<( std::ostream& os, const PslArgumentType& type );
00033   std::ostream& operator<<( std::ostream& os, const PslSelectorType& type );
00034   /*
00035     @}
00036   */
00037 
00038 }
00039 
00040 #endif // PLANSERVER_ARGUMENT_TYPES_HEADER_

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