32 #ifndef _util_misc_ccaenv_h
33 #define _util_misc_ccaenv_h
35 #include <ccaffeine_AbstractFramework.hh>
37 #include <MPQC_ComponentFactory.hh>
44 static int initialized_;
45 static ccaffeine::AbstractFramework fw_;
46 static gov::cca::Services services_;
47 static gov::cca::ports::BuilderService bs_;
48 static gov::cca::TypeMap type_map_;
49 static gov::cca::ComponentID my_id_;
50 static MPQC::ComponentFactory component_factory_;
54 static void init(std::string &args);