Cat
Computer.cpp
Go to the documentation of this file.
1 // $Id: $
2 // Include files
3 #include "System.h"
4 
5 #include "ProcDataBase.h"
6 #include "Computer.h"
7 
8 //-----------------------------------------------------------------------------
9 // Implementation file for class : Computer
10 //
11 // 2006-10-26 :
12 //-----------------------------------------------------------------------------
13 
14 //=============================================================================
15 // Standard constructor, initializes variables
16 //=============================================================================
19  setType ( "Computer" );
21  m_testSuite=new TestSuite();
23  setParent((Hierarchy*)0);
24 }
25 //=============================================================================
26 // Destructor
27 //=============================================================================
30 }
31 
32 //=============================================================================
TestSuite * m_testSuite
Definition: Computer.h:60
StatusCode remove(Processus *)
void setParent(Hierarchy *parent)
Definition: Hierarchy.cpp:67
void add(int attribut)
Definition: Attrib.h:67
void setName(std::string name)
Definition: Object.h:51
StatusCode add(Processus *)
Application * application()
Definition: Tools.cpp:42
void setType(std::string type)
Definition: Object.h:52
Computer()
Standard constructor.
Definition: Computer.cpp:17
ProcDataBase * procDb()
Definition: Application.h:111
virtual ~Computer()
Destructor.
Definition: Computer.cpp:28
const std::string & hostName()
Host name.
Definition: System.cpp:39