Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members   Related Pages  

optimizei.h

00001 
00002 #ifndef optimizei_h
00003 #define optimizei_h
00004 
00005 #include "keyvali.h"
00006 #include "optimize.h"
00007 
00008 class Optimize;
00009 
00010 class C_OptimizeImpl: public C_KeyValCreatableImpl {
00011   protected:
00012     Optimize *opt();
00013   public:
00014     C_OptimizeImpl();
00015     ~C_OptimizeImpl();
00016 
00017     long optimize(CORBA_Environment &IT_env);
00018 };
00019 
00020 DEF_TIE_C_Optimize(C_OptimizeImpl);
00021 
00022 #endif

Generated at Fri Jan 10 08:14:09 2003 for MPQC 2.1.3 using the documentation package Doxygen 1.2.14.