VR-Exchange 2.2 API Documentation
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 Mon Apr 15 17:15:50 EDT 2013 from SVN revision 126154
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)