Changeset 26023 in vbox for trunk/src/VBox/Main/webservice
- Timestamp:
- Jan 25, 2010 4:36:17 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56911
- Location:
- trunk/src/VBox/Main/webservice
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r25783 r26023 231 231 $(VBOXWEB_IDL_SRC) \ 232 232 $(VBOXWEB_OUT_DIR)/gsoap_copy_all_ts 233 ifn1of ($(KBUILD_TARGET), win) 234 $(VBOX_GSOAP_CXX_SOURCES)_CXXFLAGS = -Wno-format 235 endif 233 236 234 237 ifdef VBOX_SOAP_PRECOMPILED_HEADER -
trunk/src/VBox/Main/webservice/webtest.cpp
r23223 r26023 128 128 &req, 129 129 &resp))) 130 { 130 131 ; 132 } 131 133 } 132 134 }
Note:
See TracChangeset
for help on using the changeset viewer.