From 7b5dcdf8cca0a7b753993c14340c61ac2f0ff019 Mon Sep 17 00:00:00 2001 From: Abdullah Sowayan Date: Wed, 15 Aug 2007 15:01:29 +0000 Subject: Wed Aug 15 15:00:38 UTC 2007 Abdullah Sowayan --- TAO/ChangeLog | 11 +++++++++++ TAO/examples/Borland/ChatClientWnd.h | 4 ++-- TAO/examples/Logging/Logger.idl | 2 +- TAO/examples/Quoter/Quoter.idl | 4 ++-- TAO/examples/mfc/Resource.h | 6 +++--- TAO/examples/mfc/StdAfx.cpp | 4 ++-- TAO/examples/mfc/StdAfx.h | 16 ++++++++-------- 7 files changed, 29 insertions(+), 18 deletions(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index d784e7b507b..955df9717da 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,14 @@ +Wed Aug 15 15:00:38 UTC 2007 Abdullah Sowayan + + * examples/Borland/ChatClientWnd.h: + * examples/Logging/Logger.idl: + * examples/Quoter/Quoter.idl: + * examples/mfc/Resource.h: + * examples/mfc/StdAfx.h: + * examples/mfc/StdAfx.cpp: + + Untabify. + Wed Aug 15 11:21:12 UTC 2007 Johnny Willemsen * tao/Bounded_Array_Allocation_Traits_T.h: diff --git a/TAO/examples/Borland/ChatClientWnd.h b/TAO/examples/Borland/ChatClientWnd.h index 95832aa361c..230fe893287 100644 --- a/TAO/examples/Borland/ChatClientWnd.h +++ b/TAO/examples/Borland/ChatClientWnd.h @@ -18,7 +18,7 @@ //--------------------------------------------------------------------------- class TChatClientWindow : public TForm { -__published: // IDE-managed Components +__published: // IDE-managed Components TMemo *OutputMemo; TMemo *InputMemo; TOpenDialog *OpenDialog; @@ -56,7 +56,7 @@ private: Receiver_var receiver_var_; // Pointer to the receiver object registered with the ORB. -public: // User declarations +public: // User declarations __fastcall TChatClientWindow (TComponent* Owner); protected: // Message handlers diff --git a/TAO/examples/Logging/Logger.idl b/TAO/examples/Logging/Logger.idl index d20afc379f4..2c5428ebff8 100644 --- a/TAO/examples/Logging/Logger.idl +++ b/TAO/examples/Logging/Logger.idl @@ -81,7 +81,7 @@ interface Logger Log_Priority type; // Type of logging message. long time; // Timestamp of the sender. long app_id; // Process id of the sender. - long host_addr; // IP address of the sender. + long host_addr; // IP address of the sender. string msg_data; // The logging message. }; diff --git a/TAO/examples/Quoter/Quoter.idl b/TAO/examples/Quoter/Quoter.idl index 3069fe39da5..f68c66a0eb3 100644 --- a/TAO/examples/Quoter/Quoter.idl +++ b/TAO/examples/Quoter/Quoter.idl @@ -74,7 +74,7 @@ module Stock // // inherits: // boolean supports(in Key k); - // Object create_object(in Key k, in Criteria the_criteria) + // Object create_object(in Key k, in Criteria the_criteria) // raises (NoFactory, InvalidCriteria, CannotMeetCriteria); }; @@ -85,7 +85,7 @@ module Stock // // inherits: // boolean supports(in Key k); - // Object create_object(in Key k, in Criteria the_criteria) + // Object create_object(in Key k, in Criteria the_criteria) // raises (NoFactory, InvalidCriteria, CannotMeetCriteria); void register_factory (in string name, diff --git a/TAO/examples/mfc/Resource.h b/TAO/examples/mfc/Resource.h index 2556de6ab5f..bffe833533b 100644 --- a/TAO/examples/mfc/Resource.h +++ b/TAO/examples/mfc/Resource.h @@ -4,9 +4,9 @@ // Microsoft Visual C++ generated include file. // Used by SERVER.RC // -#define IDD_ABOUTBOX 100 -#define IDR_MAINFRAME 128 -#define IDR_SERVERTYPE 129 +#define IDD_ABOUTBOX 100 +#define IDR_MAINFRAME 128 +#define IDR_SERVERTYPE 129 // Next default values for new objects // diff --git a/TAO/examples/mfc/StdAfx.cpp b/TAO/examples/mfc/StdAfx.cpp index 3578a2f3da3..154d3b78886 100644 --- a/TAO/examples/mfc/StdAfx.cpp +++ b/TAO/examples/mfc/StdAfx.cpp @@ -1,8 +1,8 @@ // $Id$ // stdafx.cpp : source file that includes just the standard includes -// server.pch will be the pre-compiled header -// stdafx.obj will contain the pre-compiled type information +// server.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information #include "stdafx.h" diff --git a/TAO/examples/mfc/StdAfx.h b/TAO/examples/mfc/StdAfx.h index 1b29181d99d..5b6159d207a 100644 --- a/TAO/examples/mfc/StdAfx.h +++ b/TAO/examples/mfc/StdAfx.h @@ -1,8 +1,8 @@ // $Id$ // stdafx.h : include file for standard system include files, -// or project specific include files that are used frequently, but -// are changed infrequently +// or project specific include files that are used +// frequently, but are changed infrequently // #if !defined(AFX_STDAFX_H__7B1C2A48_7230_11D3_B94A_0010A4052E2A__INCLUDED_) @@ -22,14 +22,14 @@ #include "ace/Thread_Manager.h" #if defined (ACE_WIN32) -#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers +#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers -#include // MFC core and standard components -#include // MFC extensions -#include // MFC Automation classes -#include // MFC support for Internet Explorer 4 Common Controls +#include // MFC core and standard components +#include // MFC extensions +#include // MFC Automation classes +#include // MFC support for Internet Explorer 4 Common Controls #ifndef _AFX_NO_AFXCMN_SUPPORT -#include // MFC support for Windows Common Controls +#include // MFC support for Windows Common Controls #endif // _AFX_NO_AFXCMN_SUPPORT -- cgit v1.2.1