[asterisk-commits] russell: branch group/asterisk-cpp r168374 - /team/group/asterisk-cpp/include...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 9 21:53:31 CST 2009


Author: russell
Date: Fri Jan  9 21:53:30 2009
New Revision: 168374

URL: http://svn.digium.com/view/asterisk?view=rev&rev=168374
Log:
Create a file to start working on a linkedlists.h compat header for C++ source

Added:
    team/group/asterisk-cpp/include/asterisk/linkedlists_compat.hpp   (with props)

Added: team/group/asterisk-cpp/include/asterisk/linkedlists_compat.hpp
URL: http://svn.digium.com/view/asterisk/team/group/asterisk-cpp/include/asterisk/linkedlists_compat.hpp?view=auto&rev=168374
==============================================================================
--- team/group/asterisk-cpp/include/asterisk/linkedlists_compat.hpp (added)
+++ team/group/asterisk-cpp/include/asterisk/linkedlists_compat.hpp Fri Jan  9 21:53:30 2009
@@ -1,0 +1,31 @@
+/*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 2009, Digium, Inc.
+ *
+ * Russell Bryant <russell at digium.com>
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*!
+ * \file
+ * \brief linkedlists.h compatibility for C++
+ * \author Russell Bryant <russell at digium.com>
+ *
+ * This file provides a linkedlists.h compatible interface that can be used
+ * in C++ source code.
+ */
+
+#ifndef __AST_LINKEDLISTS_COMPAT_HPP__
+#define __AST_LINKEDLISTS_COMPAT_HPP__
+
+#endif /* __AST_LINKEDLISTS_COMPAT_HPP__ */

Propchange: team/group/asterisk-cpp/include/asterisk/linkedlists_compat.hpp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: team/group/asterisk-cpp/include/asterisk/linkedlists_compat.hpp
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: team/group/asterisk-cpp/include/asterisk/linkedlists_compat.hpp
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the asterisk-commits mailing list