Skip to content

Commit 69702f1

Browse files
authored
Removed obsolete node for MFC Remote Automation (#583)
* removed archaic references to Windows 98, NT 2000 * removed topics and links for remote automation -- obsolete
1 parent b420ccf commit 69702f1

16 files changed

+3
-460
lines changed

docs/mfc/TOC.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -128,18 +128,6 @@
128128
##### [Automation Clients: Using Type Libraries](automation-clients-using-type-libraries.md)
129129
#### [Automation Servers](automation-servers.md)
130130
##### [Automation Servers: Object-Lifetime Issues](automation-servers-object-lifetime-issues.md)
131-
### [Remote Automation](remote-automation.md)
132-
#### [History of DCOM](history-of-dcom.md)
133-
##### [Where Does Remote Automation Fit In?](where-does-remote-automation-fit-in-q.md)
134-
##### [What Does Remote Automation Provide?](what-does-remote-automation-provide-q.md)
135-
#### [Security in Remote Automation](security-in-remote-automation.md)
136-
#### [Remote Automation Threading Models](remote-automation-threading-models.md)
137-
#### [Remote Automation Installation](remote-automation-installation.md)
138-
##### [Automation Manager (MFC)](automation-manager-mfc.md)
139-
##### [Remote Automation Connection Manager](remote-automation-connection-manager.md)
140-
##### [Remote Automation User Components](remote-automation-user-components.md)
141-
#### [Creating Programs That Use Remote Automation](creating-programs-that-use-remote-automation.md)
142-
#### [Running Remote Automation Using AUTOCLIK and AUTODRIV](running-remote-automation-using-autoclik-and-autodriv.md)
143131
### [Connection Points](connection-points.md)
144132
## [MFC Internet Programming Basics](mfc-internet-programming-basics.md)
145133
### [Internet-Related MFC Classes](internet-related-mfc-classes.md)

docs/mfc/automation-manager-mfc.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/mfc/automation.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Automation (formerly known as OLE Automation) makes it possible for one applicat
2525

2626
- Automation (local).
2727

28-
- [Remote Automation](../mfc/remote-automation.md) (over a network, using Distributed COM, or DCOM).
28+
- Remote Automation (over a network, using Distributed COM, or DCOM).
2929

3030
Exposing objects is beneficial when applications provide functionality useful to other applications. For example, an ActiveX control is a type of Automation server; the application hosting the ActiveX control is the automation client of that control.
3131

@@ -60,8 +60,6 @@ Automation (formerly known as OLE Automation) makes it possible for one applicat
6060

6161
- [Automation Servers](../mfc/automation-servers.md)
6262

63-
- [Remote Automation](../mfc/remote-automation.md)
64-
6563
- [OLE](../mfc/ole-in-mfc.md)
6664

6765
- [Active Technology](../mfc/mfc-com.md)

docs/mfc/creating-programs-that-use-remote-automation.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

docs/mfc/history-of-dcom.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

docs/mfc/mfc-com.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ A subset of MFC is designed to support COM, while most of the Active Template Li
4242

4343
- [Automation](../mfc/automation.md) (formerly known as OLE Automation) makes it possible for one application to manipulate objects implemented in another application, or to "expose" objects so they can be manipulated.
4444

45-
The automated object might be local or [remote](../mfc/remote-automation.md) (on another machine accessible across a network). Automation is available for both OLE and COM objects.
45+
The automated object might be local or remote (on another machine accessible across a network). Automation is available for both OLE and COM objects.
4646

4747
- This section also provides information on how to write COM components using MFC, for example, in [Connection Points](../mfc/connection-points.md).
4848

@@ -55,8 +55,6 @@ A subset of MFC is designed to support COM, while most of the Active Template Li
5555

5656
[Automation](../mfc/automation.md)
5757

58-
[Remote Automation](../mfc/remote-automation.md)
59-
6058
[Connection Points](../mfc/connection-points.md)
6159

6260
[MFC ActiveX Controls](../mfc/mfc-activex-controls.md)

docs/mfc/ole-in-mfc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ These articles explain the fundamentals of OLE programming using MFC. MFC provid
2929

3030
- To manage the state data of MFC modules, including exported DLL function entry points, OLE/COM interface entry points, and window procedure entry points.
3131

32-
You can also use [Automation](../mfc/automation.md) or [Remote Automation](../mfc/remote-automation.md) to operate another program from your program.
32+
You can also use [Automation](../mfc/automation.md).
3333

3434
> [!NOTE]
3535
> The term OLE denotes the technologies associated with linking and embedding, including OLE containers, OLE servers, OLE items, in-place activation (or visual editing), trackers, drag and drop, and menu merging. The term Active applies to the Component Object Model (COM) and COM-based objects such as ActiveX controls. OLE Automation is now called Automation.

docs/mfc/remote-automation-connection-manager.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/mfc/remote-automation-installation.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

docs/mfc/remote-automation-threading-models.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/mfc/remote-automation-user-components.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)