testregistrycollection.cpp
来自「基于sipfoundy 公司开发的sipx协议API」· C++ 代码 · 共 57 行
CPP
57 行
//// Copyright (C) 2004, 2005 Pingtel Corp.// //// $$//////////////////////////////////////////////////////////////////////////////// SYSTEM INCLUDES// APPLICATION INCLUDES#include "TestRegistryCollection.h"// EXTERNAL FUNCTIONS// EXTERNAL VARIABLES// CONSTANTS// STATIC VARIABLE INITIALIZATIONS/* //////////////////////////// PUBLIC //////////////////////////////////// *//* ============================ CREATORS ================================== */// ConstructorTestRegistryCollection::TestRegistryCollection(){}// Copy constructorTestRegistryCollection::TestRegistryCollection(const TestRegistryCollection& rTestRegistryCollection){}// DestructorTestRegistryCollection::~TestRegistryCollection(){}/* ============================ MANIPULATORS ============================== */// Assignment operatorTestRegistryCollection&TestRegistryCollection::operator=(const TestRegistryCollection& rhs){ return *this;}/* ============================ ACCESSORS ================================= *//* ============================ INQUIRY =================================== *//* //////////////////////////// PROTECTED ///////////////////////////////// *//* //////////////////////////// PRIVATE /////////////////////////////////// *//* ============================ FUNCTIONS ================================= */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?