~ares-developers/ares/gd03

« back to all changes in this revision

Viewing changes to src/Commands/DumpTypes.h

  • Committer: Zimmermann Gyula
  • Date: 2012-09-22 13:23:15 UTC
  • mfrom: (825.1.41)
  • Revision ID: git-v1:28613a17bb384e20bb2b95b5fbb0d9dfb903eaab
Merge remote-tracking branch 'origin/v02' into gd03

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#include "../Ares.h"
5
5
#include "../Misc/Debug.h"
6
6
 
7
 
class DumperTypesCommandClass : public CommandClass
 
7
class DumperTypesCommandClass : public AresCommandClass
8
8
{
9
9
public:
10
10
        //Destructor
32
32
 
33
33
        virtual void Execute(DWORD dwUnk)
34
34
        {
 
35
                if(this->CheckDebugDeactivated()) {
 
36
                        return;
 
37
                }
 
38
 
35
39
                Debug::Log("Dumping all Types\n\n");
36
40
 
37
41
                Debug::Log("Dumping Rules Types\n\n");