VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vlInetPlatformUtils.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
9 #pragma once
10 
11 #include <vlutil/vlConfig.h>
12 #include <vlutil/vlMutex.h>
13 
14 #ifdef DtUSE_UTILITIES_NAMESPACE
15 namespace DtUSE_UTILITIES_NAMESPACE
16 {
17 #endif
18 
21 namespace DtInetUtils
22 {
23 extern int theMaxPacketBufferSize;
24 
25 #ifdef _WIN32
26 extern int theWindowsInitRefCount;
27 extern DtMutex theWindowsInitRefCountMutex;
28 #endif
29 
30 DT_DLL_VLUTIL void setMaxPacketBufferSize( int size );
32 
36 
37 #ifdef _WIN32
38 DT_DLL_VLUTIL void windowsInit();
39 DT_DLL_VLUTIL void windowsCleanup();
40 #endif
41 
42 }
43 
44 #ifdef DtUSE_UTILITIES_NAMESPACE
45 }
46 #endif
47 
48 
49 

Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (www.mak.com)