#ifndef __GRAMSERVER_H #define __GRAMSERVER_H #include #include "MyGlobalPointerPack.h" #include "Constants.h" #include #include "HPCxx_String.h" #include "HPCxx_Arrays.h" #include "RMIRegistry.h" #include "BindObject.h" #include #include "Component.h" class GramServer { private: public: GramServer(); MyHPCxx_GlobalPtr instantiateComponent(HPCxx_String, HPCxx_String, HPCxx_String, HPCxx_String FQN); static int registrationID() { return 350; } static HPCxx_String getFullyQualifiedClassName() { return "GramServer.ServerImpl"; }; ~GramServer(); friend void hpcxx_pack(HPCxx_Buffer &buf, GramServer *t,int count); friend void hpcxx_unpack(HPCxx_Buffer &buf, GramServer *t,int count); }; #endif // GRAMSERVER_H