VR-Forces 4.0.4 Class Documentation
include/vrvVrl/DtEntityStateInterceptorCreator.h
Go to the documentation of this file.
00001 /****************************************************************************** 
00002 ** Copyright (c) 2007 MAK Technologies, Inc. 
00003 ** All rights reserved. 
00004 ******************************************************************************/ 
00005 /****************************************************************************** 
00006 ** $RCSfile: DtReflectedEntityStateInterceptorCreator.h,v $ $Revision: 1.16 $ $State: Exp $ 
00007 ******************************************************************************/ 
00008 
00012 
00013 #pragma once
00014 
00015 #include <vrvVrl/vrvVrl.h>
00016 
00017 class DtEntityStateRepository;
00018 
00019 namespace makVrv 
00020 {    
00021    namespace DT_PROTOCOL_NAMESPACE
00022    {
00023       class DtVrlinkConnection;
00024 
00027       class DL_DLL_IGCONVRLINK DtEntityStateInterceptorCreator : public DtVirtualBaseClass
00028       {
00029       public:
00030 
00032          static DtEntityStateInterceptorCreator& instance(DtVrlinkConnection& sim);
00033 
00035          virtual ~DtEntityStateInterceptorCreator();
00036 
00038          virtual DtEntityStateRepository* create(DtVrlinkEntityStateListener* listener);
00039 
00040       protected:
00041          DtEntityStateInterceptorCreator();
00042       };         
00043    }
00044 }

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)