📄 extabstractinterfacedef_i.cpp
字号:
/* -*- C++ -*- */
// ExtAbstractInterfaceDef_i.cpp,v 1.3 2003/06/08 15:26:07 parsons Exp
#include "ExtAbstractInterfaceDef_i.h"
#include "Repository_i.h"
ACE_RCSID (IFRService,
ExtAbstractInterfaceDef_i,
"ExtAbstractInterfaceDef_i.cpp,v 1.3 2003/06/08 15:26:07 parsons Exp")
TAO_ExtAbstractInterfaceDef_i::TAO_ExtAbstractInterfaceDef_i (
TAO_Repository_i *repo
)
: TAO_IRObject_i (repo),
TAO_Container_i (repo),
TAO_Contained_i (repo),
TAO_IDLType_i (repo),
TAO_InterfaceDef_i (repo),
TAO_AbstractInterfaceDef_i (repo),
TAO_InterfaceAttrExtension_i (repo)
{
}
TAO_ExtAbstractInterfaceDef_i::~TAO_ExtAbstractInterfaceDef_i (void)
{
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -