[Pkg-ace-devel] r355 - /branches/pkg-split/debian/control

tgg-guest at users.alioth.debian.org tgg-guest at users.alioth.debian.org
Sat Jun 3 08:29:25 UTC 2006


Author: tgg-guest
Date: Sat Jun  3 08:29:24 2006
New Revision: 355

URL: http://svn.debian.org/wsvn/pkg-ace/?sc=1&rev=355
Log:
Document libtao-dynamicany and libtao-dynamicinterface.

Modified:
    branches/pkg-split/debian/control

Modified: branches/pkg-split/debian/control
URL: http://svn.debian.org/wsvn/pkg-ace/branches/pkg-split/debian/control?rev=355&op=diff
==============================================================================
--- branches/pkg-split/debian/control (original)
+++ branches/pkg-split/debian/control Sat Jun  3 08:29:24 2006
@@ -621,29 +621,40 @@
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
-Description: TAO DynAny library
- TBD
+Description: TAO dynamic any library
+ This package provides the TOA implementation of the CORBA DynamicAny
+ module.
+ .
+ The DynamicAny module enables dynamic insertion and extraction to/from
+ a CORBA Any without using helpers generated by the IDL compiler.
 
 Package: libtao-dynamicany-dev
 Architecture: any
 Section: libdevel
 Depends: libtao-dynamicany1.4.7c2a (= ${source:Version})
-Description: TAO DynAny library development files
- TBD
+Description: TAO dynamic any library development files
+ This package contains header files for the TAO dynamic any library.
 
 Package: libtao-dynamicinterface1.4.7c2a
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
 Description: TAO dynamic interface library
- TBD
+ This package contains the TAO implementation of the CORBA DynamicInterface
+ module.
+ .
+ The DynamicInterface module is two-fold.  It provides:
+  * a Dynamic Invocation Interface (DII) to create and send requests to
+    CORBA objects by hand, i.e. without using the IDL compiler generated
+    stubs.
+  * a Dynamic Skeleton Interface (DSI) to reply request by hand.
 
 Package: libtao-dynamicinterface-dev
 Architecture: any
 Section: libdevel
 Depends: libtao-dynamicinterface1.4.7c2a (= ${source:Version})
 Description: TAO dynamic interface library development files
- TBD
+ This package contains header files for the TAO dynamic interface library.
 
 Package: tao-idl
 Architecture: any




More information about the Pkg-ace-devel mailing list