VR-Forces 4.0.4 Class Documentation
include/vrvCore/DtVrvCommandExecutor.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile:  $ $Revision: 95512 $ $State: $
00007 *******************************************************************************/
00008 
00011 
00012 #pragma once
00013 
00014 #include <vrvCore/DtUniqueID.h>
00015 
00016 namespace makVrv
00017 {
00018 
00019 class DtDe;
00020 
00021 class DtVrvCommandExecutor
00022 {
00023 public: 
00024    DtVrvCommandExecutor(DtDe& de, DtUniqueID id);
00025    virtual ~DtVrvCommandExecutor();
00026 
00027    virtual void execute(unsigned long long cmd);
00028 
00029 protected:
00030    DtDe& myDe;
00031    DtUniqueID myUniqueId;
00032 };
00033 
00034 } //makVrv::

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)