summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-08-15 15:01:29 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-08-15 15:01:29 +0000
commit7b5dcdf8cca0a7b753993c14340c61ac2f0ff019 (patch)
tree52b17ef3f42735b440fc34a02c14b6bc67eaa52b
parent4260d279f4bb394f0a3b6a812ee3204d6b800323 (diff)
downloadATCD-7b5dcdf8cca0a7b753993c14340c61ac2f0ff019.tar.gz
Wed Aug 15 15:00:38 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
-rw-r--r--TAO/ChangeLog11
-rw-r--r--TAO/examples/Borland/ChatClientWnd.h4
-rw-r--r--TAO/examples/Logging/Logger.idl2
-rw-r--r--TAO/examples/Quoter/Quoter.idl4
-rw-r--r--TAO/examples/mfc/Resource.h6
-rw-r--r--TAO/examples/mfc/StdAfx.cpp4
-rw-r--r--TAO/examples/mfc/StdAfx.h16
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 <abdullah.sowayan@lmco.com>
+
+ * 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 <jwillemsen@remedy.nl>
* 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<TAO_MAXLOGMSGLEN> 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 <afxwin.h> // MFC core and standard components
-#include <afxext.h> // MFC extensions
-#include <afxdisp.h> // MFC Automation classes
-#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 <afxdisp.h> // MFC Automation classes
+#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