Forgotten file.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 15 Mar 2011 20:42:21 +0000 (20:42 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 15 Mar 2011 20:42:21 +0000 (20:42 +0000)
org.glite.lbjp-common.gsoap-plugin/src/sizeof_soap.c [new file with mode: 0644]

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 (file)
index 0000000..457d106
--- /dev/null
@@ -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 <stdsoap2.h>
+
+int
+main(int argc, char **argv)
+{      
+       printf("%lu\n", sizeof(struct soap));
+
+       return 0;
+}