r2623 - in trunk/libmsip: . debian include include/libmsip m4
source source/dialogs source/headers source/messages
source/transactions win32
mikma at minisip.org
mikma at minisip.org
Sun Jun 4 13:37:57 CEST 2006
Author: mikma
Date: 2006-06-04 13:37:56 +0200 (Sun, 04 Jun 2006)
New Revision: 2623
Modified:
trunk/libmsip/AUTHORS
trunk/libmsip/COPYING.LIB
trunk/libmsip/ChangeLog
trunk/libmsip/INSTALL
trunk/libmsip/Makefile.W32
trunk/libmsip/Makefile.am
trunk/libmsip/NEWS
trunk/libmsip/README
trunk/libmsip/bootstrap
trunk/libmsip/configure.ac
trunk/libmsip/debian/Makefile.am
trunk/libmsip/debian/changelog
trunk/libmsip/debian/compat
trunk/libmsip/debian/control
trunk/libmsip/debian/control.maemo
trunk/libmsip/debian/copyright
trunk/libmsip/debian/docs
trunk/libmsip/debian/libmsip-dev.dirs
trunk/libmsip/debian/libmsip-dev.install
trunk/libmsip/debian/libmsip0.dirs
trunk/libmsip/debian/libmsip0.install
trunk/libmsip/debian/rules
trunk/libmsip/include/Makefile.am
trunk/libmsip/include/compilation_config_w32_wce.h
trunk/libmsip/include/config.h
trunk/libmsip/include/libmsip/SipCommandDispatcher.h
trunk/libmsip/include/libmsip/SipCommandString.h
trunk/libmsip/include/libmsip/SipDialog.h
trunk/libmsip/include/libmsip/SipDialogConfig.h
trunk/libmsip/include/libmsip/SipDialogManagement.h
trunk/libmsip/include/libmsip/SipDialogRegister.h
trunk/libmsip/include/libmsip/SipException.h
trunk/libmsip/include/libmsip/SipHeader.h
trunk/libmsip/include/libmsip/SipHeaderAccept.h
trunk/libmsip/include/libmsip/SipHeaderAcceptContact.h
trunk/libmsip/include/libmsip/SipHeaderAuthorization.h
trunk/libmsip/include/libmsip/SipHeaderCSeq.h
trunk/libmsip/include/libmsip/SipHeaderCallID.h
trunk/libmsip/include/libmsip/SipHeaderContact.h
trunk/libmsip/include/libmsip/SipHeaderContentLength.h
trunk/libmsip/include/libmsip/SipHeaderContentType.h
trunk/libmsip/include/libmsip/SipHeaderEvent.h
trunk/libmsip/include/libmsip/SipHeaderExpires.h
trunk/libmsip/include/libmsip/SipHeaderFrom.h
trunk/libmsip/include/libmsip/SipHeaderMaxForwards.h
trunk/libmsip/include/libmsip/SipHeaderProxyAuthenticate.h
trunk/libmsip/include/libmsip/SipHeaderProxyAuthorization.h
trunk/libmsip/include/libmsip/SipHeaderRAck.h
trunk/libmsip/include/libmsip/SipHeaderRSeq.h
trunk/libmsip/include/libmsip/SipHeaderRecordRoute.h
trunk/libmsip/include/libmsip/SipHeaderReferTo.h
trunk/libmsip/include/libmsip/SipHeaderRequire.h
trunk/libmsip/include/libmsip/SipHeaderRoute.h
trunk/libmsip/include/libmsip/SipHeaderString.h
trunk/libmsip/include/libmsip/SipHeaderSubject.h
trunk/libmsip/include/libmsip/SipHeaderSupported.h
trunk/libmsip/include/libmsip/SipHeaderTo.h
trunk/libmsip/include/libmsip/SipHeaderUnknown.h
trunk/libmsip/include/libmsip/SipHeaderUnsupported.h
trunk/libmsip/include/libmsip/SipHeaderUserAgent.h
trunk/libmsip/include/libmsip/SipHeaderVia.h
trunk/libmsip/include/libmsip/SipHeaderWWWAuthenticate.h
trunk/libmsip/include/libmsip/SipHeaderWarning.h
trunk/libmsip/include/libmsip/SipLayerDialog.h
trunk/libmsip/include/libmsip/SipLayerTransaction.h
trunk/libmsip/include/libmsip/SipLayerTransport.h
trunk/libmsip/include/libmsip/SipMIMEContent.h
trunk/libmsip/include/libmsip/SipMessage.h
trunk/libmsip/include/libmsip/SipMessageContent.h
trunk/libmsip/include/libmsip/SipMessageContentFactory.h
trunk/libmsip/include/libmsip/SipMessageContentIM.h
trunk/libmsip/include/libmsip/SipRequest.h
trunk/libmsip/include/libmsip/SipResponse.h
trunk/libmsip/include/libmsip/SipSMCommand.h
trunk/libmsip/include/libmsip/SipStack.h
trunk/libmsip/include/libmsip/SipTimers.h
trunk/libmsip/include/libmsip/SipTransaction.h
trunk/libmsip/include/libmsip/SipTransactionInviteClient.h
trunk/libmsip/include/libmsip/SipTransactionInviteClientUA.h
trunk/libmsip/include/libmsip/SipTransactionInviteServer.h
trunk/libmsip/include/libmsip/SipTransactionInviteServerUA.h
trunk/libmsip/include/libmsip/SipTransactionNonInviteClient.h
trunk/libmsip/include/libmsip/SipTransactionNonInviteServer.h
trunk/libmsip/include/libmsip/SipTransactionUtils.h
trunk/libmsip/include/libmsip/SipUri.h
trunk/libmsip/include/libmsip/SipUtils.h
trunk/libmsip/include/libmsip/libmsip_config.h
trunk/libmsip/libmsip.pc.in
trunk/libmsip/libmsip.spec
trunk/libmsip/m4/Makefile.am
trunk/libmsip/m4/libmsip.m4
trunk/libmsip/source/SipCommandDispatcher.cxx
trunk/libmsip/source/SipCommandString.cxx
trunk/libmsip/source/SipDialogConfig.cxx
trunk/libmsip/source/SipLayerDialog.cxx
trunk/libmsip/source/SipLayerTransaction.cxx
trunk/libmsip/source/SipLayerTransport.cxx
trunk/libmsip/source/SipMIMEContent.cxx
trunk/libmsip/source/SipMessageContentFactory.cxx
trunk/libmsip/source/SipMessageContentIM.cxx
trunk/libmsip/source/SipSMCommand.cxx
trunk/libmsip/source/SipStack.cxx
trunk/libmsip/source/SipTimers.cxx
trunk/libmsip/source/SipUri.cxx
trunk/libmsip/source/SipUtils.cxx
trunk/libmsip/source/dialogs/SipDialog.cxx
trunk/libmsip/source/dialogs/SipDialogManagement.cxx
trunk/libmsip/source/dialogs/SipDialogRegister.cxx
trunk/libmsip/source/headers/SipHeader.cxx
trunk/libmsip/source/headers/SipHeaderAccept.cxx
trunk/libmsip/source/headers/SipHeaderAcceptContact.cxx
trunk/libmsip/source/headers/SipHeaderAuthorization.cxx
trunk/libmsip/source/headers/SipHeaderCSeq.cxx
trunk/libmsip/source/headers/SipHeaderCallID.cxx
trunk/libmsip/source/headers/SipHeaderContact.cxx
trunk/libmsip/source/headers/SipHeaderContentLength.cxx
trunk/libmsip/source/headers/SipHeaderContentType.cxx
trunk/libmsip/source/headers/SipHeaderEvent.cxx
trunk/libmsip/source/headers/SipHeaderExpires.cxx
trunk/libmsip/source/headers/SipHeaderFrom.cxx
trunk/libmsip/source/headers/SipHeaderMaxForwards.cxx
trunk/libmsip/source/headers/SipHeaderProxyAuthenticate.cxx
trunk/libmsip/source/headers/SipHeaderProxyAuthorization.cxx
trunk/libmsip/source/headers/SipHeaderRAck.cxx
trunk/libmsip/source/headers/SipHeaderRSeq.cxx
trunk/libmsip/source/headers/SipHeaderRecordRoute.cxx
trunk/libmsip/source/headers/SipHeaderReferTo.cxx
trunk/libmsip/source/headers/SipHeaderRequire.cxx
trunk/libmsip/source/headers/SipHeaderRoute.cxx
trunk/libmsip/source/headers/SipHeaderString.cxx
trunk/libmsip/source/headers/SipHeaderSubject.cxx
trunk/libmsip/source/headers/SipHeaderSupported.cxx
trunk/libmsip/source/headers/SipHeaderTo.cxx
trunk/libmsip/source/headers/SipHeaderUnknown.cxx
trunk/libmsip/source/headers/SipHeaderUnsupported.cxx
trunk/libmsip/source/headers/SipHeaderUserAgent.cxx
trunk/libmsip/source/headers/SipHeaderVia.cxx
trunk/libmsip/source/headers/SipHeaderWWWAuthenticate.cxx
trunk/libmsip/source/headers/SipHeaderWarning.cxx
trunk/libmsip/source/messages/SipMessage.cxx
trunk/libmsip/source/messages/SipRequest.cxx
trunk/libmsip/source/messages/SipResponse.cxx
trunk/libmsip/source/transactions/SipTransaction.cxx
trunk/libmsip/source/transactions/SipTransactionInviteClient.cxx
trunk/libmsip/source/transactions/SipTransactionInviteClientUA.cxx
trunk/libmsip/source/transactions/SipTransactionInviteServer.cxx
trunk/libmsip/source/transactions/SipTransactionInviteServerUA.cxx
trunk/libmsip/source/transactions/SipTransactionNonInviteClient.cxx
trunk/libmsip/source/transactions/SipTransactionNonInviteServer.cxx
trunk/libmsip/source/transactions/SipTransactionUtils.cxx
trunk/libmsip/win32/Makefile.am
trunk/libmsip/win32/libmsip-res.rc.in
Log:
Set svn:mime-type=text/plain and svn:eol-style on all text files
in libsip.
It will prevent eol style changes in the future.
Property changes on: trunk/libmsip/AUTHORS
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/COPYING.LIB
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/ChangeLog
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/INSTALL
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/Makefile.W32
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ CRLF
Property changes on: trunk/libmsip/Makefile.am
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/NEWS
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/README
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/bootstrap
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/configure.ac
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/debian/Makefile.am
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/debian/changelog
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/debian/compat
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/debian/control
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/debian/control.maemo
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/debian/copyright
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/debian/docs
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/debian/libmsip-dev.dirs
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/debian/libmsip-dev.install
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/debian/libmsip0.dirs
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/debian/libmsip0.install
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/debian/rules
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/Makefile.am
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/compilation_config_w32_wce.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ CRLF
Property changes on: trunk/libmsip/include/config.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipCommandDispatcher.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipCommandString.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipDialog.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipDialogConfig.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipDialogManagement.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipDialogRegister.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipException.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeader.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderAccept.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderAcceptContact.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderAuthorization.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderCSeq.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderCallID.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderContact.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderContentLength.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderContentType.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderEvent.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderExpires.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderFrom.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderMaxForwards.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderProxyAuthenticate.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderProxyAuthorization.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderRAck.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderRSeq.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderRecordRoute.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderReferTo.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderRequire.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderRoute.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderString.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderSubject.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderSupported.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderTo.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderUnknown.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderUnsupported.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderUserAgent.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderVia.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderWWWAuthenticate.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipHeaderWarning.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipLayerDialog.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipLayerTransaction.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipLayerTransport.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipMIMEContent.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipMessage.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipMessageContent.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipMessageContentFactory.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipMessageContentIM.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipRequest.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipResponse.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Modified: trunk/libmsip/include/libmsip/SipSMCommand.h
===================================================================
--- trunk/libmsip/include/libmsip/SipSMCommand.h 2006-06-04 11:35:25 UTC (rev 2622)
+++ trunk/libmsip/include/libmsip/SipSMCommand.h 2006-06-04 11:37:56 UTC (rev 2623)
@@ -79,9 +79,9 @@
MRef<SipMessage*> getCommandPacket() const;
CommandString getCommandString() const;
#ifdef _WIN32_WCE
- friend LIBMSIP_API Dbg & operator<<(Dbg &, const SipSMCommand &);
+ friend LIBMSIP_API Dbg & operator<<(Dbg &, const SipSMCommand &);
#else
- friend LIBMSIP_API std::ostream & operator<<(std::ostream &, const SipSMCommand &);
+ friend LIBMSIP_API std::ostream & operator<<(std::ostream &, const SipSMCommand &);
#endif
private:
Property changes on: trunk/libmsip/include/libmsip/SipSMCommand.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipStack.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipTimers.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipTransaction.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipTransactionInviteClient.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipTransactionInviteClientUA.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipTransactionInviteServer.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipTransactionInviteServerUA.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipTransactionNonInviteClient.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipTransactionNonInviteServer.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipTransactionUtils.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipUri.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/include/libmsip/SipUtils.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Modified: trunk/libmsip/include/libmsip/libmsip_config.h
===================================================================
--- trunk/libmsip/include/libmsip/libmsip_config.h 2006-06-04 11:35:25 UTC (rev 2622)
+++ trunk/libmsip/include/libmsip/libmsip_config.h 2006-06-04 11:37:56 UTC (rev 2623)
@@ -39,9 +39,9 @@
#else
# define LIBMSIP_API
#endif
-
-#ifdef _WIN32_WCE
-#include<openssl/err.h>
-#endif
+#ifdef _WIN32_WCE
+#include<openssl/err.h>
+#endif
+
#endif // _MLIBMSIP_CONFIG_H
Property changes on: trunk/libmsip/include/libmsip/libmsip_config.h
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/libmsip.pc.in
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/libmsip.spec
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/m4/Makefile.am
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/m4/libmsip.m4
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/SipCommandDispatcher.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/SipCommandString.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/SipDialogConfig.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/SipLayerDialog.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/SipLayerTransaction.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Modified: trunk/libmsip/source/SipLayerTransport.cxx
===================================================================
--- trunk/libmsip/source/SipLayerTransport.cxx 2006-06-04 11:35:25 UTC (rev 2622)
+++ trunk/libmsip/source/SipLayerTransport.cxx 2006-06-04 11:37:56 UTC (rev 2623)
@@ -24,16 +24,16 @@
#include<config.h>
-#include<libmsip/SipLayerTransport.h>
-
+#include<libmsip/SipLayerTransport.h>
+
#include<errno.h>
#include<stdio.h>
-
-#ifdef WIN32
-#include<winsock2.h>
-//#include<io.h>
-#endif
+#ifdef WIN32
+#include<winsock2.h>
+//#include<io.h>
+#endif
+
#include<libmsip/SipResponse.h>
#include<libmsip/SipRequest.h>
#include<libmsip/SipException.h>
@@ -52,10 +52,10 @@
//#include<libmsip/SipDialogContainer.h>
#include<libmsip/SipCommandString.h>
-#include<cctype>
-#include<string>
-#include<algorithm>
-
+#include<cctype>
+#include<string>
+#include<algorithm>
+
using namespace std;
#define TIMEOUT 600000
@@ -1029,7 +1029,7 @@
}
static void * streamThread( void * arg ){
- StreamThreadData * data;
+ StreamThreadData * data;
data = (StreamThreadData *)arg;
data->run();
Property changes on: trunk/libmsip/source/SipLayerTransport.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/SipMIMEContent.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/SipMessageContentFactory.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/SipMessageContentIM.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Modified: trunk/libmsip/source/SipSMCommand.cxx
===================================================================
--- trunk/libmsip/source/SipSMCommand.cxx 2006-06-04 11:35:25 UTC (rev 2622)
+++ trunk/libmsip/source/SipSMCommand.cxx 2006-06-04 11:37:56 UTC (rev 2623)
@@ -41,7 +41,7 @@
const int SipSMCommand::transport_layer=6;
#ifdef _WIN32_WCE
-Dbg & operator<<(Dbg &o, const SipSMCommand &c){
+Dbg & operator<<(Dbg &o, const SipSMCommand &c){
#else
ostream & operator<<(ostream &o, const SipSMCommand &c){
#endif
Property changes on: trunk/libmsip/source/SipSMCommand.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/SipStack.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/SipTimers.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/SipUri.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/SipUtils.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/dialogs/SipDialog.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/dialogs/SipDialogManagement.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/dialogs/SipDialogRegister.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeader.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderAccept.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderAcceptContact.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderAuthorization.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderCSeq.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderCallID.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderContact.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderContentLength.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderContentType.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderEvent.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderExpires.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderFrom.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderMaxForwards.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderProxyAuthenticate.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderProxyAuthorization.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderRAck.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderRSeq.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderRecordRoute.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderReferTo.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderRequire.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderRoute.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderString.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderSubject.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderSupported.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderTo.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderUnknown.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderUnsupported.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderUserAgent.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderVia.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderWWWAuthenticate.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/headers/SipHeaderWarning.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/messages/SipMessage.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/messages/SipRequest.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/messages/SipResponse.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/transactions/SipTransaction.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/transactions/SipTransactionInviteClient.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/transactions/SipTransactionInviteClientUA.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/transactions/SipTransactionInviteServer.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/transactions/SipTransactionInviteServerUA.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/transactions/SipTransactionNonInviteClient.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/transactions/SipTransactionNonInviteServer.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/source/transactions/SipTransactionUtils.cxx
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/win32/Makefile.am
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Property changes on: trunk/libmsip/win32/libmsip-res.rc.in
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
More information about the Minisip-devel
mailing list