diff --git a/appendices/extensions.xml b/appendices/extensions.xml index 254e92132d..12107dc316 100644 --- a/appendices/extensions.xml +++ b/appendices/extensions.xml @@ -1,5 +1,5 @@ - + - - - Satellite CORBA client extension [deprecated] - Satellite - - - - &reftitle.intro; - &warn.experimental; - ¬e.no-windows.extension; - - Satellite is deprecated. It is suggested that you use Universe - (&url.corba.universe;) and not - Satellite. - - - - - &reference.satellite.setup; - &reference.satellite.constants; - &reference.satellite.reference; - - - - diff --git a/reference/satellite/constants.xml b/reference/satellite/constants.xml deleted file mode 100644 index d157cd8ad2..0000000000 --- a/reference/satellite/constants.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - &reftitle.constants; - &no.constants; - - - - diff --git a/reference/satellite/functions/orbitenum.xml b/reference/satellite/functions/orbitenum.xml deleted file mode 100644 index 8fefab570f..0000000000 --- a/reference/satellite/functions/orbitenum.xml +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - OrbitEnum - Use CORBA enums - - - &reftitle.description; - - newOrbitEnum - stringid - - &warn.experimental.func; - - This class represents the enumeration identified with the - id parameter. - - - - - &reftitle.parameters; - - - - id - - - Can be either the name of the enumeration (e.g "MyEnum"), or the full - repository id (e.g. "IDL:MyEnum:1.0"). - - - - - - - - - &reftitle.examples; - - - Sample IDL file - - - - - - - - PHP code for accessing MyEnum - -a; /* write 0 */ -echo $enum->c; /* write 2 */ -echo $enum->e; /* write 4 */ -?> -]]> - - - - - - - - diff --git a/reference/satellite/functions/orbitobject.xml b/reference/satellite/functions/orbitobject.xml deleted file mode 100644 index a92dedb0c0..0000000000 --- a/reference/satellite/functions/orbitobject.xml +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - OrbitObject - Access CORBA objects - - - - &reftitle.description; - - newOrbitObject - stringior - - &warn.experimental.func; - - This class provides access to a CORBA object. - - - - - &reftitle.parameters; - - - - ior - - - Should be a string containing the IOR (Interoperable Object Reference) - that identifies the remote object. - - - - - - - - - &reftitle.examples; - - - Sample IDL file - - - - - - - - PHP code for accessing MyInterface - -SetInfo ("A 2GooD object"); - -echo $obj->GetInfo(); - -$obj->value = 42; - -echo $obj->value; -?> -]]> - - - - - - - - diff --git a/reference/satellite/functions/orbitstruct.xml b/reference/satellite/functions/orbitstruct.xml deleted file mode 100644 index 003d384889..0000000000 --- a/reference/satellite/functions/orbitstruct.xml +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - OrbitStruct - Use CORBA structs - - - - &reftitle.description; - - newOrbitStruct - stringid - - &warn.experimental.func; - - This class represents the structure identified with the - id parameter. - - - - - &reftitle.parameters; - - - - id - - - Can be either the name of the struct (e.g "MyStruct"), or the full - repository id (e.g. "IDL:MyStruct:1.0"). - - - - - - - - - &reftitle.examples; - - - Sample IDL file - - - - - - - - PHP code for accessing MyStruct - -shortvalue = 42; -$initial_values->stringvalue = "HGTTG"; - -$obj->SetValues ($initial_values); - -$values = $obj->GetValues(); - -echo $values->shortvalue; -echo $values->stringvalue; -?> -]]> - - - - - - - - diff --git a/reference/satellite/functions/satellite-caught-exception.xml b/reference/satellite/functions/satellite-caught-exception.xml deleted file mode 100644 index 9c9c4e3a58..0000000000 --- a/reference/satellite/functions/satellite-caught-exception.xml +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - satellite_caught_exception - See if an exception was caught from the previous function - - - - &reftitle.description; - - boolsatellite_caught_exception - - - &warn.experimental.func; - - - - - - - &reftitle.returnvalues; - - This function returns &true; if an exception has been caught, &false; - otherwise. - - - - - &reftitle.examples; - - - Sample IDL file - - - - - - - - PHP code for handling CORBA exceptions - -AskWhy(); - -if (satellite_caught_exception()) { - if ("IDL:OutOfCheeseError:1.0" == satellite_exception_id()) { - $exception = satellite_exception_value(); - echo $exception->parameter; - } -} -?> -]]> - - - - - - - - diff --git a/reference/satellite/functions/satellite-exception-id.xml b/reference/satellite/functions/satellite-exception-id.xml deleted file mode 100644 index 6a671d836c..0000000000 --- a/reference/satellite/functions/satellite-exception-id.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - satellite_exception_id - Get the repository id for the latest exception. - - - - &reftitle.description; - - stringsatellite_exception_id - - - &warn.experimental.func; - - For example usage see satellite_caught_exception. - - - - - &reftitle.returnvalues; - - Return a repository id string. (E.g. "IDL:MyException:1.0".) - - - - - - diff --git a/reference/satellite/functions/satellite-exception-value.xml b/reference/satellite/functions/satellite-exception-value.xml deleted file mode 100644 index 795727e092..0000000000 --- a/reference/satellite/functions/satellite-exception-value.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - satellite_exception_value - Get the exception struct for the latest exception - - - - &reftitle.description; - - OrbitStructsatellite_exception_value - - - &warn.experimental.func; - - Return an exception struct. For example usage see - satellite_caught_exception. - - - - - - diff --git a/reference/satellite/functions/satellite-get-repository-id.xml b/reference/satellite/functions/satellite-get-repository-id.xml deleted file mode 100644 index 3da9177377..0000000000 --- a/reference/satellite/functions/satellite-get-repository-id.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - satellite_get_repository_id - NOT IMPLEMENTED - - - - &reftitle.description; - - intsatellite_get_repository_id - objectobj - - Not implemented. - - - - - diff --git a/reference/satellite/functions/satellite-load-idl.xml b/reference/satellite/functions/satellite-load-idl.xml deleted file mode 100644 index 4f96bf0ae1..0000000000 --- a/reference/satellite/functions/satellite-load-idl.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - satellite_load_idl - Instruct the type manager to load an IDL file - - - - &reftitle.description; - - boolsatellite_load_idl - stringfile - - - Load an IDL file into Satellite. - - - - - - diff --git a/reference/satellite/functions/satellite-object-to-string.xml b/reference/satellite/functions/satellite-object-to-string.xml deleted file mode 100644 index e3620c8e58..0000000000 --- a/reference/satellite/functions/satellite-object-to-string.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - satellite_object_to_string - Convert an object to its string representation - - - - &reftitle.description; - - stringsatellite_object_to_string - objectobj - - - Convert an object to its string representation (IOR). - - - - - - diff --git a/reference/satellite/reference.xml b/reference/satellite/reference.xml deleted file mode 100644 index f5fa2c0c64..0000000000 --- a/reference/satellite/reference.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - Satellite CORBA client extension [deprecated] - - &reference.satellite.entities.functions; - - - diff --git a/reference/satellite/setup.xml b/reference/satellite/setup.xml deleted file mode 100644 index 7c77b09b65..0000000000 --- a/reference/satellite/setup.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - &reftitle.setup; - - -
- &reftitle.required; - - See the Satellite README file for details about - installing Satellite. - -
- - - -
- &reftitle.install; - &no.install; -
- - - -
- &reftitle.runtime; - - The Satellite extension is used for accessing CORBA objects. You - will need to set the idl_directory= entry in &php.ini; - to a path where you store all IDL files you use. - -
- - - -
- &reftitle.resources; - &no.resource; -
- - -
- - -