omtNode.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *******************************************************************************/
00007 #pragma once
00008 
00009 #include <omtReader.h>
00010 #include <vlutil/vlString.h>
00011 
00015 class DT_DLL_OMTREADER DtOMTNode
00016 {
00017 public:
00018    
00020    DtOMTNode();
00021    
00023    virtual ~DtOMTNode();
00024 
00026    DtOMTNode(const DtOMTNode& orig);
00027    
00029    DtOMTNode& operator=(const DtOMTNode& rhs);
00030    
00031    virtual void setName(const DtString&);
00032    virtual const DtString& getName() const;
00033    
00034 protected:
00035     DtString myName;
00036 
00037 };
00038 
00039 

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)