#ifndef _HELLO_WORLD_IMPL_H_ #define _HELLO_WORLD_IMPL_H_ /** * @file HelloWorldImpl.h * * Defines the HelloWorld_Greetings interface implementation. */ /* Include the interface's IDL-compiled header and the VMCF class macros. */ #include "HelloWorld.h" #include "VMCFClass.h" /* Generate life-cycle C function prototypes. */ VMCF_DECLARE_CLASS(HelloWorld_Greetings, (HelloWorld_Greetings self, CORBA_boolean activate, CORBA_Environment *env)); #endif /* _HELLO_WORLD_IMPL_H_ */