From 6bcdad20c24457393c0d9eeb385d0ff5aa872cd0 Mon Sep 17 00:00:00 2001 From: Lars Thorsen Date: Wed, 25 Apr 2018 15:09:14 +0200 Subject: Move the corba applcations to separate repository All corba applications are moved to a separate repository. E.g. orber, ic, cosEvent, cosEventDomain, cosNotifications cosTime, cosTransactions, cosProperty and cosFileTransfer. --- lib/cosProperty/doc/src/cosProperty.xml | 150 -------------------------------- 1 file changed, 150 deletions(-) delete mode 100644 lib/cosProperty/doc/src/cosProperty.xml (limited to 'lib/cosProperty/doc/src/cosProperty.xml') diff --git a/lib/cosProperty/doc/src/cosProperty.xml b/lib/cosProperty/doc/src/cosProperty.xml deleted file mode 100644 index d9310b3113..0000000000 --- a/lib/cosProperty/doc/src/cosProperty.xml +++ /dev/null @@ -1,150 +0,0 @@ - - - - -
- - 20002016 - Ericsson AB. All Rights Reserved. - - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - - cosProperty - - - - 2000-06-07 - PA1 -
- cosProperty - The main module of the cosProperty application - -

To get access to the record definitions for the structures use:

--include_lib("cosProperty/include/*.hrl").

-

This module contains the functions for starting and stopping the application.

-
- - - install() -> Return - Install the cosProperty application in the IFR - - Return = ok | {'EXIT', Reason} - - -

This operation installs the cosProperty application in the IFR.

-
-
- - install_db() -> Return - Install data in mnesia necessary for running the cosProperty application - - Return = ok | {'EXIT', Reason} - - -

This operation installs data in mnesia necessary for running the - cosProperty application.

-
-
- - uninstall() -> Return - Remove all data in the IFR related to the cosProperty application - - Return = ok | {'EXIT', Reason} - - -

This operation removes all data in the IFR related to the cosProperty - application.

-
-
- - uninstall_db() -> Return - Remove all data from mnesia related to the cosProperty application - - Return = ok | {'EXIT', Reason} - - -

This operation removes all data from mnesia related to the cosProperty - application.

-
-
- - start() -> Return - Start the cosProperty application - - Return = ok | {error, Reason} - - -

This operation starts the cosProperty application.

-
-
- - start_SetDefFactory() -> Return - Start a PropertySetDef Factory - - Return = Factory | {'EXCEPTION', E} - Factory = CosPropertyService::PropertySetDefFactory reference. - - -

This operation starts a PropertySetDef Factory.

-
-
- - start_SetFactory() -> Return - Start a PropertySet Factory - - Return = Factory | {'EXCEPTION', E} - Factory = CosPropertyService::PropertySetDefFactory reference. - - -

This operation starts a PropertySet Factory.

-
-
- - stop_SetDefFactory(Factory) -> Return - Stop the given PropertySetDef Factory - - Factory = CosPropertyService::PropertySetDefFactory reference. - Return = ok | {'EXCEPTION', E} - - -

This operation stops the supplied PropertySetDef Factory.

-
-
- - stop_SetFactory(Factory) -> Return - Stop the given PropertySet Factory - - Factory = CosPropertyService::PropertySetFactory reference. - Return = ok | {'EXCEPTION', E} - - -

This operation stops the supplied PropertySet Factory.

-
-
- - stop() -> Return - Stop the cosProperty application - - Return = ok | {error, Reason} - - -

This operation stops the cosProperty application.

-
-
-
- -
- -- cgit v1.2.3