You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by da...@apache.org on 2006/12/08 11:36:59 UTC

svn commit: r483917 - /webservices/sandesha/trunk/c/include/sandesha2_inmemory_transaction.h

Author: damitha
Date: Fri Dec  8 02:36:58 2006
New Revision: 483917

URL: http://svn.apache.org/viewvc?view=rev&rev=483917
Log:
added missing file

Added:
    webservices/sandesha/trunk/c/include/sandesha2_inmemory_transaction.h

Added: webservices/sandesha/trunk/c/include/sandesha2_inmemory_transaction.h
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_inmemory_transaction.h?view=auto&rev=483917
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_inmemory_transaction.h (added)
+++ webservices/sandesha/trunk/c/include/sandesha2_inmemory_transaction.h Fri Dec  8 02:36:58 2006
@@ -0,0 +1,48 @@
+/*
+ * Copyright 2004,2005 The Apache Software Foundation.
+ *
+ * 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.
+ */
+
+#ifndef SANDESHA2_INMEMORY_TRANSACTION_H
+#define SANDESHA2_INMEMORY_TRANSACTION_H
+
+/**
+ * @file sandesha2_transaction.h
+ * @brief Sandesha In Memory Transaction  Interface
+ */
+
+#include <axis2_allocator.h>
+#include <axis2_env.h>
+#include <axis2_error.h>
+#include <axis2_string.h>
+#include <axis2_utils.h>
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+struct sandesha2_storage_mgr;
+struct sandesha2_transaction;
+
+AXIS2_EXTERN struct sandesha2_transaction* AXIS2_CALL
+sandesha2_inmemory_transaction_create(
+    const axis2_env_t *env,
+    struct sandesha2_storage_mgr *storage_mgr);
+
+/** @} */
+#ifdef __cplusplus
+}
+#endif
+#endif /* SANDESHA2_INMEMORY_TRANSACTION_H */



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org