![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2006 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: $ $Revision: $ $State: $ 00007 *******************************************************************************/ 00008 00011 00012 #ifndef bhaveMsgs_h 00013 #define bhaveMsgs_h 00014 00015 #include "bhaveMsgs/bhaveMsgsDefines.h" 00016 00017 class DtSimTaskFactory; 00018 class DtInterfaceContentFactory; 00019 class DtSetDataRequestFactory; 00020 class DtSimReportFactory; 00021 class DtAdminContentFactory; 00022 00023 namespace BHAVE 00024 { 00025 00027 void DT_DLL_bhaveMsgs registerBhaveTasks(DtSimTaskFactory* taskFactory); 00028 00030 void DT_DLL_bhaveMsgs registerBhaveSets(DtSetDataRequestFactory* setFactory); 00031 00033 void DT_DLL_bhaveMsgs registerBhaveInterfaceMessages(DtInterfaceContentFactory* interfaceContFact); 00034 00036 void DT_DLL_bhaveMsgs registerBhaveAdminContentMessages(DtAdminContentFactory* factory); 00037 00038 #endif 00039 00040 }