VR-Exchange 2.4 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
tenaBroker/tenaBroker/baseEntityTrans.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2006 MaK Technologies, Inc.** All rights reserved.
3 ******************************************************************************/
4 /*******************************************************************************
5 * $RCSfile: baseEntityTrans.h,v $ $Revision: 1.4 $ $State:
6 $******************************************************************************/
7 #ifndef baseEntityTrans_H_
8 #define baseEntityTrans_H_
9 
12 
13 
14 
15 class DtBaseEntityStateRepository;
16 
17 namespace MAKVrExchange {
18 class DtPortalBaseEntity;
19 }
20 
21 namespace MAKVrExchange { namespace DtTenaBroker {
22 
23 void baseTranslate( DtPortalBaseEntity* destination,
24  const DtBaseEntityStateRepository& source );
25 
26 void baseTranslate( DtBaseEntityStateRepository* destination,
27  const DtPortalBaseEntity& source );
28 
29 }}
30 
31 #endif //end #ifndef baseEntityTrans_H_

Document ID: Generated on Thu Jul 23 10:25:22 EDT 2015 from SVN revision 155065
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)