summaryrefslogblamecommitdiff
path: root/src/main/ElementVisitor.cc
blob: 1cbbe761733d96fb800f01461ecf2e6334ab2310 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                           
                                   
 
                                    

 
/*
 * ElementVisitor.cc
 *
 *  Created on: Apr 2, 2011
 *      Author: jakob
 */

#include "ElementVisitor.h"

namespace vhc {

ElementVisitor::ElementVisitor() {}

ElementVisitor::~ElementVisitor() {}

}