Difference between revisions of "Talk:Documentation/DevGuide/FirstSteps/Using Services"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: I [http://msdn.microsoft.com/en-us/library/ms973861.aspx read] that "multiple-inheritance interfaces" is more properly called "multiple interface implementation", so I made the change.--~~...)
 
Line 1: Line 1:
 
I [http://msdn.microsoft.com/en-us/library/ms973861.aspx read] that "multiple-inheritance interfaces" is more properly called "multiple interface implementation", so I made the change.--[[User:Cking|Cking]] 21:22, 5 October 2008 (CEST)
 
I [http://msdn.microsoft.com/en-us/library/ms973861.aspx read] that "multiple-inheritance interfaces" is more properly called "multiple interface implementation", so I made the change.--[[User:Cking|Cking]] 21:22, 5 October 2008 (CEST)
 +
 +
For old style services, "multiple interface implementation" indeed would be more accurate.  However, old style services (where a service implements multiple, unrelated interfaces) are deprecated, and should be superseded by new style services (where a service implements just one interface, but that interface is typically a multiple-inheritance interface that in turn inherits from multiple, otherwise unrelated interfaces).  So, I am undecided whether or not [http://wiki.services.openoffice.org/w/index.php?title=Documentation%2FDevGuide%2FFirstSteps%2FUsing_Services&diff=94529&oldid=94472 Created "Multiple Interface Implementation" section out of what was on the page] is an improvement.--[[User:Sb|Sb]] 13:49, 7 October 2008 (CEST)

Revision as of 11:49, 7 October 2008

I read that "multiple-inheritance interfaces" is more properly called "multiple interface implementation", so I made the change.--Cking 21:22, 5 October 2008 (CEST)

For old style services, "multiple interface implementation" indeed would be more accurate. However, old style services (where a service implements multiple, unrelated interfaces) are deprecated, and should be superseded by new style services (where a service implements just one interface, but that interface is typically a multiple-inheritance interface that in turn inherits from multiple, otherwise unrelated interfaces). So, I am undecided whether or not Created "Multiple Interface Implementation" section out of what was on the page is an improvement.--Sb 13:49, 7 October 2008 (CEST)

Personal tools