[Asterisk-cvs] asterisk/channels/h323 ast_h323.cpp,1.70,1.71
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Thu Apr 21 01:12:03 CDT 2005
- Previous message: [Asterisk-cvs]
asterisk/cdr cdr_csv.c, 1.13, 1.14 cdr_custom.c, 1.8,
1.9 cdr_manager.c, 1.2, 1.3 cdr_odbc.c, 1.24, 1.25 cdr_pgsql.c,
1.15, 1.16 cdr_sqlite.c, 1.5, 1.6 cdr_tds.c, 1.7, 1.8
- Next message: [Asterisk-cvs] asterisk/include astconf.h, NONE, 1.1 asterisk.h,
NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/channels/h323
In directory mongoose.digium.com:/tmp/cvs-serv6707/channels/h323
Modified Files:
ast_h323.cpp
Log Message:
use double-quotes instead of angle-brackets for non-system include files (bug #4058)
Index: ast_h323.cpp
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/h323/ast_h323.cpp,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- ast_h323.cpp 4 Apr 2005 07:06:26 -0000 1.70
+++ ast_h323.cpp 21 Apr 2005 06:02:44 -0000 1.71
@@ -40,7 +40,7 @@
#ifdef __cplusplus
extern "C" {
#endif
-#include <asterisk/logger.h>
+#include "asterisk/logger.h"
#ifdef __cplusplus
}
#endif
- Previous message: [Asterisk-cvs]
asterisk/cdr cdr_csv.c, 1.13, 1.14 cdr_custom.c, 1.8,
1.9 cdr_manager.c, 1.2, 1.3 cdr_odbc.c, 1.24, 1.25 cdr_pgsql.c,
1.15, 1.16 cdr_sqlite.c, 1.5, 1.6 cdr_tds.c, 1.7, 1.8
- Next message: [Asterisk-cvs] asterisk/include astconf.h, NONE, 1.1 asterisk.h,
NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list