Develop and Download Open Source Software

Browse Subversion Repository

Contents of /simulator/SimulatorManager.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 56 - (show annotations) (download) (as text)
Fri Aug 17 10:29:07 2007 UTC (16 years, 9 months ago) by satofumi
File MIME type: text/x-c++src
File size: 372 byte(s)
add simulator/SimulatorInterface.h

1 /*!
2 \file
3 \brief シミュレータ管理
4
5 \author Satofumi KAMIMURA
6
7 $Id$
8 */
9
10 #include "SimulatorManager.h"
11
12
13 struct SimulatorManager::pImpl {
14 // !!!
15 };
16
17
18 SimulatorManager::SimulatorManager(void) : pimpl(new pImpl) {
19 }
20
21
22 SimulatorManager::~SimulatorManager(void) {
23 }
24
25
26 SimulatorManager* SimulatorManagergetObject(void) {
27 static SimulatorManager obj;
28 return &obj;
29 }

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26