prolog 部分包含框架文件以及头文件或尾文件(如果适用)。
您可以使用 <lang>_CG::Class/Package::SpecIncludes 属性添加其他 include 文件。 如果您为不属于 IBM® Rational® Rhapsody® 设计的模块创建依赖性,可能必须添加其他 include 文件。
例如:
#ifndef class_H
#define class_H
#include <oxf.h> // The framework header file
//------------------------------------------------------
// class.h
//------------------------------------------------------