GME  13
RegBrwNode.cpp
Go to the documentation of this file.
00001 // RegBrwNode.cpp: implementation of the CRegBrwNode class.
00002 //
00004 
00005 #include "stdafx.h"
00006 #include "mgautil.h"
00007 #include "RegBrwNode.h"
00008 
00009 #ifdef _DEBUG
00010 #undef THIS_FILE
00011 static char THIS_FILE[]=__FILE__;
00012 #define new DEBUG_NEW
00013 #endif
00014 
00016 // Construction/Destruction
00018 
00019 CRegBrwNode::CRegBrwNode()
00020 {
00021         handle = NULL;
00022         parent = NULL;
00023         status = ATTSTATUS_INVALID;
00024 }
00025 
00026 CRegBrwNode::~CRegBrwNode()
00027 {
00028 
00029 }