From b8d144766bd2ffd0e9c25c4b982c283977f6deb7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 15 Mar 2011 20:42:21 +0000 Subject: [PATCH] Forgotten file. --- .../src/sizeof_soap.c | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 org.glite.lbjp-common.gsoap-plugin/src/sizeof_soap.c diff --git a/org.glite.lbjp-common.gsoap-plugin/src/sizeof_soap.c b/org.glite.lbjp-common.gsoap-plugin/src/sizeof_soap.c new file mode 100644 index 0000000..457d106 --- /dev/null +++ b/org.glite.lbjp-common.gsoap-plugin/src/sizeof_soap.c @@ -0,0 +1,26 @@ +/* +Copyright (c) Members of the EGEE Collaboration. 2004-2010. +See http://www.eu-egee.org/partners for details on the copyright holders. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +#include + +int +main(int argc, char **argv) +{ + printf("%lu\n", sizeof(struct soap)); + + return 0; +} -- 1.8.2.3