From fb123f93f9f5ce42c8e5785d2f8e0edaf951740e Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Wed, 26 Mar 2014 19:21:20 +0000 Subject: Imported from /home/lorry/working-area/delta_VirtualBox/VirtualBox-4.3.10.tar.bz2. --- src/VBox/Main/webservice/websrv-cpp.xsl | 78 +++++++++++++++++++++------------ 1 file changed, 51 insertions(+), 27 deletions(-) (limited to 'src/VBox/Main/webservice/websrv-cpp.xsl') diff --git a/src/VBox/Main/webservice/websrv-cpp.xsl b/src/VBox/Main/webservice/websrv-cpp.xsl index 1700e5af..32372e77 100644 --- a/src/VBox/Main/webservice/websrv-cpp.xsl +++ b/src/VBox/Main/webservice/websrv-cpp.xsl @@ -11,7 +11,7 @@ See webservice/Makefile.kmk for an overview of all the things generated for the webservice. - Copyright (C) 2007-2012 Oracle Corporation + Copyright (C) 2007-2014 Oracle Corporation This file is part of VirtualBox Open Source Edition (OSE), as available from http://www.virtualbox.org. This file is free software; @@ -39,7 +39,7 @@ - + @@ -65,7 +65,6 @@ #include #include #include -#include #include #include @@ -86,7 +85,7 @@ const char *g_pcszDoneCallingComMethod = " done calling COM method\n"; const char *g_pcszConvertComOutputBack = " convert COM output \"%s\" back to caller format\n"; const char *g_pcszDoneConvertingComOutputBack = " done converting COM output \"%s\" back to caller format\n"; const char *g_pcszEntering = "-- entering %s\n"; -const char *g_pcszLeaving = "-- leaving %s, rc: 0x%lX (%d)\n"; +const char *g_pcszLeaving = "-- leaving %s, rc: %#lx (%d)\n"; // generated string constants for all interface names const char *g_pcszIUnknown = "IUnknown"; @@ -273,17 +272,19 @@ const char *g_pcszIUnknown = "IUnknown"; - - - - - - - - - - - + + + + + + + + + + + + + @@ -360,7 +361,7 @@ const char *g_pcszIUnknown = "IUnknown"; - + @@ -533,7 +534,10 @@ const char *g_pcszIUnknown = "IUnknown"; so we can then pass them to the actual COM method call. --> + + + @@ -546,7 +550,7 @@ const char *g_pcszIUnknown = "IUnknown"; - + @@ -596,6 +600,10 @@ const char *g_pcszIUnknown = "IUnknown"; + + + + @@ -778,7 +786,8 @@ const char *g_pcszIUnknown = "IUnknown"; emits the actual method call with the arguments. --> - + + @@ -786,14 +795,10 @@ const char *g_pcszIUnknown = "IUnknown"; - - - - - + - + @@ -856,7 +861,7 @@ const char *g_pcszIUnknown = "IUnknown"; { - + break; @@ -984,7 +989,7 @@ const char *g_pcszIUnknown = "IUnknown"; - + @@ -1067,6 +1072,7 @@ const char *g_pcszIUnknown = "IUnknown"; + @@ -1102,13 +1108,17 @@ const char *g_pcszIUnknown = "IUnknown"; + + + + @@ -1272,7 +1282,10 @@ const char *g_pcszIUnknown = "IUnknown"; - + + + + @@ -1321,6 +1334,9 @@ const char *g_pcszIUnknown = "IUnknown"; or (param[@mod='ptr'])" > + + + @@ -1377,7 +1393,14 @@ const char *g_pcszIUnknown = "IUnknown"; + + + + + + + @@ -1404,6 +1427,7 @@ const char *g_pcszIUnknown = "IUnknown"; + -- cgit v1.2.1