Wittyshare
0.2
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
wscore
src
FileSystemTree
WsAbstractNode.cpp
Go to the documentation of this file.
1
/*
2
*
3
* Filename: WsAbstractNode.cpp
4
*
5
* Description:
6
*
7
* Created: 03/01/12 15:06:36
8
*
9
* Author: Benoit Daccache, ben.daccache@gmail.com
10
*
11
*/
12
13
#include "
WsAbstractNode.h
"
14
15
WsAbstractNode::~WsAbstractNode
()
16
{
17
// No need of this with shared_ptr
18
/*
19
for (int i = 0; i < m_combinedVect.size(); ++i) {
20
if (m_combinedVect[i] != 0) {
21
LOG(DEBUG) << "WsAbstractNode :: Deleting child node " << m_combinedVect[i]->getName();
22
delete m_combinedVect[i];
23
m_combinedVect[i] = 0;
24
}
25
}
26
*/
27
}
WsAbstractNode::~WsAbstractNode
virtual ~WsAbstractNode()
Virtual destructor.
Definition:
WsAbstractNode.cpp:15
WsAbstractNode.h
Abstract Node class.
Generated on Wed Apr 23 2014 14:00:10 for Wittyshare by
1.8.6