You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/06/26 17:20:54 UTC

svn commit: r788737 - in /activemq/activemq-cpp/trunk/activemq-c/src/main/c: activemqc.c activemqc.h

Author: tabish
Date: Fri Jun 26 15:20:53 2009
New Revision: 788737

URL: http://svn.apache.org/viewvc?rev=788737&view=rev
Log:
Insert Empty header and source as starting point.

Added:
    activemq/activemq-cpp/trunk/activemq-c/src/main/c/activemqc.c   (with props)
    activemq/activemq-cpp/trunk/activemq-c/src/main/c/activemqc.h   (with props)

Added: activemq/activemq-cpp/trunk/activemq-c/src/main/c/activemqc.c
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-c/src/main/c/activemqc.c?rev=788737&view=auto
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-c/src/main/c/activemqc.c (added)
+++ activemq/activemq-cpp/trunk/activemq-c/src/main/c/activemqc.c Fri Jun 26 15:20:53 2009
@@ -0,0 +1,19 @@
+/*
+ * 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.
+ */
+
+#include <activemqc.h>
+

Propchange: activemq/activemq-cpp/trunk/activemq-c/src/main/c/activemqc.c
------------------------------------------------------------------------------
    svn:eol-style = native

Added: activemq/activemq-cpp/trunk/activemq-c/src/main/c/activemqc.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-c/src/main/c/activemqc.h?rev=788737&view=auto
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-c/src/main/c/activemqc.h (added)
+++ activemq/activemq-cpp/trunk/activemq-c/src/main/c/activemqc.h Fri Jun 26 15:20:53 2009
@@ -0,0 +1,23 @@
+/*
+ * 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 _ACTIVEMQC_H_
+#define _ACTIVEMQC_H_
+
+
+#endif /* _ACTIVEMQC_H_ */

Propchange: activemq/activemq-cpp/trunk/activemq-c/src/main/c/activemqc.h
------------------------------------------------------------------------------
    svn:eol-style = native