📄 psdl_typecode_defn.cpp
字号:
// PSDL_Typecode_Defn.cpp,v 1.1 2002/07/25 15:25:51 pgontla Exp
#include "PSDL_Typecode_Defn.h"
#include "PSDL_Stream.h"
ACE_RCSID(be_visitor_typecode, typecode_defn, "PSDL_Typecode_Defn.cpp,v 1.1 2002/07/25 15:25:51 pgontla Exp")
TAO_PSDL_Typecode_Defn::TAO_PSDL_Typecode_Defn ()
{
// Constructor
}
TAO_PSDL_Typecode_Defn::~TAO_PSDL_Typecode_Defn ()
{
// Destructor
}
int
TAO_PSDL_Typecode_Defn::visit_type_declarator (TAO_PSDL_Type_Declarator *type_declarator)
{
ACE_UNUSED_ARG (type_declarator);
// Get a pointer to PSDL_Stream of the stub implementation file
TAO_PSDL_Stream *ps_si = TAO_PSDL_Scope::instance ()->get_si ();
ps_si->indent (); // start from current indentation level
// Generate the typecode information here
*ps_si << "static const CORBA::Long _oc_";
// Flat name generation.
return 0;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -