summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/README')
-rw-r--r--TAO/tests/POA/README20
1 files changed, 0 insertions, 20 deletions
diff --git a/TAO/tests/POA/README b/TAO/tests/POA/README
deleted file mode 100644
index 2634b528409..00000000000
--- a/TAO/tests/POA/README
+++ /dev/null
@@ -1,20 +0,0 @@
-// $Id$
-
-The following TAO applications test and illustate various Portable
-Object Adapter (POA) interfaces and their usage scenarios.
-
- . Identity
-
- The example shows the identity between servants, ids,
- and references.
-
- . Destruction
-
- The program tests the destruction of a POA during an
- upcall.
-
- . Deactivation
-
- This program tests the reactivation of a servant that
- has been deactivated but not removed from the Active
- Object Map yet.