Changeset 57358 in vbox for trunk/src/VBox/ExtPacks/VNC
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- Location:
- trunk/src/VBox/ExtPacks/VNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VNC/VBoxVNC.cpp
r56298 r57358 19 19 */ 20 20 21 /******************************************************************************* 22 * Header Files * 23 *******************************************************************************/ 21 22 /********************************************************************************************************************************* 23 * Header Files * 24 *********************************************************************************************************************************/ 24 25 #define LOG_GROUP LOG_GROUP_VRDE 25 26 #include <VBox/log.h> … … 49 50 50 51 51 /******************************************************************************* 52 * Defined Constants And Macros *53 ******************************************************************************* /52 /********************************************************************************************************************************* 53 * Defined Constants And Macros * 54 *********************************************************************************************************************************/ 54 55 #define VNC_SIZEOFRGBA 4 55 56 #define VNC_PASSWORDSIZE 20 … … 59 60 60 61 61 /******************************************************************************* 62 * Structures and Typedefs *63 ******************************************************************************* /62 /********************************************************************************************************************************* 63 * Structures and Typedefs * 64 *********************************************************************************************************************************/ 64 65 class VNCServerImpl 65 66 { -
trunk/src/VBox/ExtPacks/VNC/VBoxVNCMain.cpp
r56298 r57358 17 17 18 18 19 /******************************************************************************* 20 * Header Files *21 ******************************************************************************* /19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 22 22 #include <VBox/ExtPack/ExtPack.h> 23 23 … … 30 30 31 31 32 /******************************************************************************* 33 * Global Variables *34 ******************************************************************************* /32 /********************************************************************************************************************************* 33 * Global Variables * 34 *********************************************************************************************************************************/ 35 35 /** Pointer to the extension pack helpers. */ 36 36 static PCVBOXEXTPACKHLP g_pHlp;
Note:
See TracChangeset
for help on using the changeset viewer.