代码搜索:CBASE
找到约 763 项符合「CBASE」的源代码
代码结果 763
www.eeworm.com/read/200021/15443402
h phonebookengine.h
#ifndef __PHONEBOOKENGINE_H__
#define __PHONEBOOKENGINE_H__
//INCLUDES
// System includes
#include "e32base.h" // CBase
#include // TContactItemId
#include
www.eeworm.com/read/288798/8607260
h model.h
#ifndef __MODEL_H__
#define __MODEL_H__
#include
class CAutoStartDocument;
_LIT( KSettingFileName, "AutoStart.dat");
class CModel : public CBase
{
public:
www.eeworm.com/read/287161/8715427
h mtmsexampleengine.h
#ifndef MTMSEXAMPLEENGINE_H_
#define MTMSEXAMPLEENGINE_H_
#include // CBase
#include // MMsvSessionObserver
// FORWARD DECLARATIONS
class CClientMtmRegistry;
class CM
www.eeworm.com/read/355605/10254531
h servermanager.h
#ifndef SERVERMANAGER_H
#define SERVERMANAGER_H
#include
#include "Common.h"
#include "HTTPEngine.h"
//class COperatorFile;
class CServerManager : public CBase,
www.eeworm.com/read/199341/7865822
h imagefactory.h
/**
* This class manages the game images
*/
#ifndef CIMAGEFACTORY_H
#define CIMAGEFACTORY_H
#include
class CEikonEnv;
class CFbsBitmap;
class CImageFactory : public CBase
www.eeworm.com/read/246574/12718695
h imagefactory.h
/**
* This class manages the game images
*/
#ifndef CIMAGEFACTORY_H
#define CIMAGEFACTORY_H
#include
class CEikonEnv;
class CFbsBitmap;
class CImageFactory : public CBase
www.eeworm.com/read/141979/5766973
h shapesmodel.h
#ifndef SHAPESMODEL_H
#define SHAPESMODEL_H
// INCLUDES
#include // CBase
// CLASS DECLARATION
/**
*
* @class CShapesModel ShapesModel.h
* @brief This is a class for hold
www.eeworm.com/read/490329/1203286
cpp snd_audio_source.cpp
#include "cbase.h"
#include
#include "snd_audio_source.h"
#include "iscenemanagersound.h"
extern CAudioSource *Audio_CreateMemoryWave( const char *pName );
//-----------------------
www.eeworm.com/read/490329/1205142
cpp vehicle_chopper.cpp
#include "cbase.h"
#if 0
// KEEPING this file around for reference for a while.
// The helicopter is now derived from CBaseHelicopter.
/***
*
* Copyright (c) 1999, Valve LLC. All rights r
www.eeworm.com/read/462539/1545109
h kalendarmanage.h
#ifndef _KALENDARMANAGE_H_
#define _KALENDARMANAGE_H_
#include
class CCalendarManage:public CBase
{
public:
static CCalendarManage* NewL();
static CCalendarManage* NewLC();
~CCa