From b75135aaf338a8c59fadb33a7d06ab3ffe55fa07 Mon Sep 17 00:00:00 2001 From: damitha Date: Sun, 27 Jun 2010 02:26:55 +0000 Subject: Add sample to demonstrate the http cookie session support git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@958315 13f79535-47bb-0310-9956-ffa450edef68 --- samples/server/session/session.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 samples/server/session/session.h (limited to 'samples/server/session/session.h') diff --git a/samples/server/session/session.h b/samples/server/session/session.h new file mode 100644 index 0000000..3db622e --- /dev/null +++ b/samples/server/session/session.h @@ -0,0 +1,33 @@ + +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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. + */ +#ifndef SESSION_H +#define SESSION_H + +#include +#include +#include +#include +#include +#include + +axiom_node_t *axis2_session_echo( + const axutil_env_t * env, + axiom_node_t * node, + axis2_msg_ctx_t *msg_ctx); + +#endif /* SESSION_H */ -- cgit v1.1-32-gdbae