Wittyshare  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 
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 }
virtual ~WsAbstractNode()
Virtual destructor.
Abstract Node class.