diff options
-rw-r--r-- | ACE/ChangeLog | 13 | ||||
-rw-r--r-- | ACE/examples/IPC_SAP/SPIPE_SAP/consumer_msg.cpp | 8 | ||||
-rw-r--r-- | ACE/examples/IPC_SAP/SPIPE_SAP/consumer_read.cpp | 2 | ||||
-rw-r--r-- | ACE/examples/IPC_SAP/TLI_SAP/db-client.cpp | 2 | ||||
-rw-r--r-- | ACE/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.h | 2 | ||||
-rw-r--r-- | ACE/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFCDlg.h | 4 | ||||
-rw-r--r-- | ACE/examples/Log_Msg/Log_Msg_MFC/StdAfx.cpp | 4 | ||||
-rw-r--r-- | ACE/examples/Log_Msg/Log_Msg_MFC/StdAfx.h | 10 | ||||
-rw-r--r-- | ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.inl | 4 |
9 files changed, 31 insertions, 18 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog index 0147417199b..701697f6d98 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,16 @@ +Mon Jun 16 17:53:00 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com> + + * examples/IPC_SAP/SPIPE_SAP/consumer_msg.cpp: + * examples/IPC_SAP/SPIPE_SAP/consumer_read.cpp: + * examples/IPC_SAP/TLI_SAP/db-client.cpp: + * examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.h: + * examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFCDlg.h: + * examples/Log_Msg/Log_Msg_MFC/StdAfx.h: + * examples/Log_Msg/Log_Msg_MFC/StdAfx.cpp: + * examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.inl: + + Untabify. + Mon Jun 16 17:27:36 UTC 2008 Chad Elliott <elliott_c@ociweb.com> * bin/PerlACE/TargetProcess.pm: diff --git a/ACE/examples/IPC_SAP/SPIPE_SAP/consumer_msg.cpp b/ACE/examples/IPC_SAP/SPIPE_SAP/consumer_msg.cpp index daadc20fdf0..e73533bef44 100644 --- a/ACE/examples/IPC_SAP/SPIPE_SAP/consumer_msg.cpp +++ b/ACE/examples/IPC_SAP/SPIPE_SAP/consumer_msg.cpp @@ -18,10 +18,10 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[]) { ACE_SPIPE_Acceptor peer_acceptor; - ACE_SPIPE_Stream new_stream; - char buf[BUFSIZ]; - ACE_Str_Buf buffer (buf, 0, sizeof buf); - int flags = 0; + ACE_SPIPE_Stream new_stream; + char buf[BUFSIZ]; + ACE_Str_Buf buffer (buf, 0, sizeof buf); + int flags = 0; if (argc > 1) rendezvous = argv[1]; diff --git a/ACE/examples/IPC_SAP/SPIPE_SAP/consumer_read.cpp b/ACE/examples/IPC_SAP/SPIPE_SAP/consumer_read.cpp index f16c0683680..d477c52c389 100644 --- a/ACE/examples/IPC_SAP/SPIPE_SAP/consumer_read.cpp +++ b/ACE/examples/IPC_SAP/SPIPE_SAP/consumer_read.cpp @@ -18,7 +18,7 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[]) { ACE_SPIPE_Acceptor peer_acceptor; - ACE_SPIPE_Stream new_stream; + ACE_SPIPE_Stream new_stream; char buf[BUFSIZ]; int n; diff --git a/ACE/examples/IPC_SAP/TLI_SAP/db-client.cpp b/ACE/examples/IPC_SAP/TLI_SAP/db-client.cpp index c59f958e810..e57b502916f 100644 --- a/ACE/examples/IPC_SAP/TLI_SAP/db-client.cpp +++ b/ACE/examples/IPC_SAP/TLI_SAP/db-client.cpp @@ -21,7 +21,7 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[]) const ACE_TCHAR *emp_num = argv[1]; const ACE_TCHAR *host_name = argc < 3 ? ACE_DEFAULT_SERVER_HOST : argv[2]; - unsigned short port = argc < 4 ? ACE_DEFAULT_SERVER_PORT : ACE_OS::atoi (argv[3]); + unsigned short port = argc < 4 ? ACE_DEFAULT_SERVER_PORT : ACE_OS::atoi (argv[3]); int n; char buf[MAXLINE]; diff --git a/ACE/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.h b/ACE/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.h index 27bba46f159..4437bed1b19 100644 --- a/ACE/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.h +++ b/ACE/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.h @@ -16,7 +16,7 @@ #error include 'stdafx.h' before including this file for PCH #endif -#include "resource.h" // main symbols +#include "resource.h" // main symbols // Add some includes here for our Logger #include "MFC_Log.h" diff --git a/ACE/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFCDlg.h b/ACE/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFCDlg.h index 9da01bafa85..5eab602041a 100644 --- a/ACE/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFCDlg.h +++ b/ACE/examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFCDlg.h @@ -21,7 +21,7 @@ class CLog_Msg_MFCDlg : public CDialog { public: // Construction - CLog_Msg_MFCDlg(CWnd* pParent = 0); // standard constructor + CLog_Msg_MFCDlg(CWnd* pParent = 0); // standard constructor // Dialog Data //{{AFX_DATA(CLog_Msg_MFCDlg) @@ -32,7 +32,7 @@ public: // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CLog_Msg_MFCDlg) protected: - virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support + virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation diff --git a/ACE/examples/Log_Msg/Log_Msg_MFC/StdAfx.cpp b/ACE/examples/Log_Msg/Log_Msg_MFC/StdAfx.cpp index 7325df7a861..b7301decccb 100644 --- a/ACE/examples/Log_Msg/Log_Msg_MFC/StdAfx.cpp +++ b/ACE/examples/Log_Msg/Log_Msg_MFC/StdAfx.cpp @@ -1,7 +1,7 @@ // $Id$ // stdafx.cpp : source file that includes just the standard includes -// Log_Msg_MFC.pch will be the pre-compiled header -// stdafx.obj will contain the pre-compiled type information +// Log_Msg_MFC.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information #include "stdafx.h" diff --git a/ACE/examples/Log_Msg/Log_Msg_MFC/StdAfx.h b/ACE/examples/Log_Msg/Log_Msg_MFC/StdAfx.h index caf39678fcb..24e1767bba8 100644 --- a/ACE/examples/Log_Msg/Log_Msg_MFC/StdAfx.h +++ b/ACE/examples/Log_Msg/Log_Msg_MFC/StdAfx.h @@ -12,13 +12,13 @@ #pragma once #endif // _MSC_VER > 1000 -#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers +#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers -#include <afxwin.h> // MFC core and standard components -#include <afxext.h> // MFC extensions -#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls +#include <afxwin.h> // MFC core and standard components +#include <afxext.h> // MFC extensions +#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls #ifndef _AFX_NO_AFXCMN_SUPPORT -#include <afxcmn.h> // MFC support for Windows Common Controls +#include <afxcmn.h> // MFC support for Windows Common Controls #endif // _AFX_NO_AFXCMN_SUPPORT //{{AFX_INSERT_LOCATION}} diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.inl b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.inl index 110a6e1cb3b..5cbb0252c45 100644 --- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.inl +++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.inl @@ -88,8 +88,8 @@ ACE_INLINE int Handle_L_Dgram::handle_input (int) { ACE_UNIX_Addr sa; - char buf[8 * 1024]; /* 8 k buffer */ - int n; + char buf[8 * 1024]; /* 8 k buffer */ + int n; if ((n = this->recv (buf, sizeof buf, sa)) == -1) return -1; |