VR-Forces 4.0.4 Class Documentation
include/vrvGlStudioShared/DtGlStudioVrlAttributeUpdater.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: DtGlStudioVrlAttributeUpdater.h,v $ $Revision: 1.3 $ $State: Exp $
00007 *******************************************************************************/
00008 
00012 
00013 #ifndef DT_PROTOCOL_NAMESPACE
00014 #error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
00015 #endif
00016 
00017 #ifndef DtGlStudioVrlAttributeUpdater_h
00018 #define DtGlStudioVrlAttributeUpdater_h
00019 
00020 #include <vrvGlStudioShared/DtGlStudioAttributeUpdater.h>
00021 
00022 
00023 namespace makVrv
00024 {
00025 
00026    namespace DT_PROTOCOL_NAMESPACE
00027    {
00028 
00029       class DtVrlinkEntityStateListener;
00030 
00033       class DT_DLL_VRVGLSTUDIOVRLINK DtGlStudioVrlAttributeUpdater : public DtGlStudioAttributeUpdater
00034       {
00035       public:
00036          DtGlStudioVrlAttributeUpdater();
00037          virtual ~DtGlStudioVrlAttributeUpdater();
00038 
00039          virtual void init(DtVrlinkEntityStateListener* listener);
00040 
00041       protected:
00042       };
00043 
00044 } //DT_PROTOCOL_NAMESPACE::
00045 
00046 } //makVrv::
00047 
00048 #endif
00049 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)