curl_adapter.h

Go to the documentation of this file.
00001 // 
00002 //   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
00003 // 
00004 // This program is free software; you can redistribute it and/or modify
00005 // it under the terms of the GNU General Public License as published by
00006 // the Free Software Foundation; either version 2 of the License, or
00007 // (at your option) any later version.
00008 // 
00009 // This program is distributed in the hope that it will be useful,
00010 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00011 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012 // GNU General Public License for more details.
00013 // You should have received a copy of the GNU General Public License
00014 // along with this program; if not, write to the Free Software
00015 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00016 
00017 // 
00018 //
00019 
00020 /* $Id: curl__adapter_8h-source.html,v 1.2 2006/11/24 05:39:12 rsavoye Exp $ */
00021 
00022 #ifndef CURL_ADAPTER_H
00023 #define CURL_ADAPTER_H
00024 
00025 #include "tu_config.h"
00026 
00027 #include <string>
00028 
00029 
00030 class tu_file;
00031 
00032 
00034 namespace curl_adapter
00035 {
00036 
00040 //
00043 DSOEXPORT tu_file* make_stream(const char* url);
00044 
00045 }
00046 
00047 #endif // CURL_ADAPTER_H
00048 
00049 // Local Variables:
00050 // mode: C++
00051 // indent-tabs-mode: t
00052 // End:

Generated on Thu Nov 23 22:31:30 2006 for Gnash by  doxygen 1.4.6