iax2.h

Go to the documentation of this file.
00001 /*
00002  *
00003  * Inter Asterisk Exchange 2
00004  * 
00005  * Base include file of iax.
00006  *
00007  * Open Phone Abstraction Library (OPAL)
00008  *
00009  * Copyright (c) 2005 Indranet Technologies Ltd.
00010  *
00011  * The contents of this file are subject to the Mozilla Public License
00012  * Version 1.0 (the "License"); you may not use this file except in
00013  * compliance with the License. You may obtain a copy of the License at
00014  * http://www.mozilla.org/MPL/
00015  *
00016  * Software distributed under the License is distributed on an "AS IS"
00017  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
00018  * the License for the specific language governing rights and limitations
00019  * under the License.
00020  *
00021  * The Original Code is Open Phone Abstraction Library.
00022  *
00023  * The Initial Developer of the Original Code is Indranet Technologies Ltd.
00024  *
00025  * The author of this code is Derek J Smithies
00026  *
00027  *
00028  * Contributor(s): ______________________________________.
00029  *
00030  * $Revision: 21283 $
00031  * $Author: rjongbloed $
00032  * $Date: 2008-10-11 07:10:58 +0000 (Sat, 11 Oct 2008) $
00033  */
00034 
00035 #ifndef OPAL_IAX2_IAX2_H
00036 #define OPAL_IAX2_IAX2_H
00037 
00038 #include <opal/buildopts.h>
00039 
00040 #if OPAL_IAX2
00041 
00042 #include <iax2/iax2ep.h>
00043 #include <iax2/iax2con.h>
00044 
00045 #endif // OPAL_IAX2
00046 
00047 #endif // OPAL_IAX2_IAX2_H
00048 
00049 
00050 // End of File ///////////////////////////////////////////////////////////////

Generated on Mon Feb 23 02:01:36 2009 for OPAL by  doxygen 1.5.1