summaryrefslogtreecommitdiff
path: root/trunk/TAO/examples/Simple/fullname/README
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/examples/Simple/fullname/README')
-rw-r--r--trunk/TAO/examples/Simple/fullname/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/trunk/TAO/examples/Simple/fullname/README b/trunk/TAO/examples/Simple/fullname/README
new file mode 100644
index 00000000000..ec922a86286
--- /dev/null
+++ b/trunk/TAO/examples/Simple/fullname/README
@@ -0,0 +1,3 @@
+This is a simple example that would take the first name and the last
+name of a person and return the full name of the individual through
+the "out" argument in the operation signature of the IDL.