source: trunk/IPs/systemC/processor/Morpheo/Tools/Viewer/Parser/src/Parse_closeBaseV.cpp @ 33

Last change on this file since 33 was 32, checked in by chou, 17 years ago

Morpheo Viewer Release 5.0
Réalisation des étapes 3 (fin) et 4.

File size: 323 bytes
Line 
1/*
2 *
3 * [desc.]
4 */
5#include "Tools/Viewer/Parser/include/parser.h"
6
7namespace morpheo{
8namespace tools{
9namespace viewer{
10namespace parser{
11
12   void Parse::closeBaseV(){
13     delete base;
14     toplevel.clear();
15     absolutePath.clear();
16     base=NULL;
17   }
18
19
20};//end parser
21};//end viewer
22};//end tools
23};//end morpheo
Note: See TracBrowser for help on using the repository browser.