Revision 15,
1.5 KB
checked in by lucsch, 12 years ago
(diff) |
Adding UML analysis and skeleton code
|
Line | |
---|
1 | /*************************************************************************** |
---|
2 | tmdmprocessor.cpp |
---|
3 | ------------------- |
---|
4 | copyright : (C) 2013 CREALP Lucien Schreiber |
---|
5 | email : lucien.schreiber at crealp dot vs dot ch |
---|
6 | ***************************************************************************/ |
---|
7 | |
---|
8 | /*************************************************************************** |
---|
9 | * * |
---|
10 | * This program is free software; you can redistribute it and/or modify * |
---|
11 | * it under the terms of the GNU General Public License as published by * |
---|
12 | * the Free Software Foundation; either version 2 of the License, or * |
---|
13 | * (at your option) any later version. * |
---|
14 | * * |
---|
15 | ***************************************************************************/ |
---|
16 | |
---|
17 | #include "tmdmprocessor.h" |
---|
18 | #include "tmdmcopier.h" |
---|
19 | |
---|
20 | TmDmProcessor::TmDmProcessor() { |
---|
21 | } |
---|
22 | |
---|
23 | TmDmProcessor::~TmDmProcessor() { |
---|
24 | } |
---|
25 | |
---|
26 | int TmDmProcessor::FindBlock(const wxString & blockname) { |
---|
27 | } |
---|
28 | |
---|
29 | TmDmProcessorSimple::TmDmProcessorSimple() { |
---|
30 | } |
---|
31 | |
---|
32 | TmDmProcessorSimple::~TmDmProcessorSimple() { |
---|
33 | } |
---|
34 | |
---|
35 | bool TmDmProcessorSimple::ProcessBlock(int blockstart, TmDmCopier * copier) { |
---|
36 | } |
---|
37 | |
---|
38 | TmDmProcessorAttributs::TmDmProcessorAttributs() { |
---|
39 | } |
---|
40 | |
---|
41 | TmDmProcessorAttributs::~TmDmProcessorAttributs() { |
---|
42 | } |
---|
43 | |
---|
44 | bool TmDmProcessorAttributs::ProcessBlock(int blockstart, TmDmCopier * copier) { |
---|
45 | } |
---|
46 | |
---|
Note: See
TracBrowser
for help on using the repository browser.